Simple authentication scaffolding like it was before Jetstream and Fortify, and automatically works with the latest laravel releases 🔥
First, download the Laravel installer using Composer:
composer global require vortex-digital/laravel-simple-auth-installer
Once installed, the laravel-simple new command will create a fresh Laravel installation with most loved authentication scaffolding in the directory you specify.
laravel-simple new foo
laravel-simple new foo --auth
laravel-simple new foo --vue-auth
laravel-simple new foo --react-auth
You can also install with Laravel Jetstream as well.
laravel-simple new foo --jet
Thank you for considering contributing to the Installer!
Laravel Installer is open-sourced software licensed under the MIT license.