Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 1 year ago.
0

What i do is clone an old project up to the commit where i've done authentication, setup forms the dashboard and most of the basic application framework. Then continue to the new repo from it.

0

laravel spark is designed for this: https://spark.laravel.com

I have not used it but have been looking into it lately

0

Is the included Laravel Auth package not good enough for basic login / authentication? Just run the artisan commands to enable Authentication and run the migrations and you're pretty much good to go

php artisan make:auth

php artisan migrate

After a new install, and configuring my env file, I usually use this to scaffold authentication and update the generated views.

Then later, if I have time and there is budget, I'll add a little interface for user management.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

amityweb amityweb Joined 8 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.