Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

midwestdev's avatar

Tutorial for 6.0 that doesn't require laravel/ui for creating Auth

I don't much care for using VUEJS. Just personal preference, since Laravel as removed make:auth I was wondering if anyone knows of a tutorial that allows to build the auth and registration system without using laravel/ui

0 likes
8 replies
Snapey's avatar

laravel UI with the vue preset works pretty much as 5.8 and the tutorials would work the same. All the templates use Bootstrap for layout, and you don't need any vue components.

1 like
Nidal's avatar

I think he is asking if he could scaffold the routes and views of "Auth" without adding Vue to the composer dependencies.

1 like
Nidal's avatar

In addition to what @diego1araujo proposed. perhaps there is a way to create a custom artisan command that would add exactly and only what you want.

Snapey's avatar

a big part of the old make:auth command was boiler-plating the forms. Everything else is already there

1 like
jlrdw's avatar
jlrdw
Best Answer
Level 75

And you can always just download bootstrap. CSS and rename it to app. CSS which is what I did. They have a minified version for download.

However you will need laravel/uI now for scaffolding auth.

2 likes

Please or to participate in this conversation.