vortex-digital / laravel-simple-auth-installer
Simple authentication like it was before Jetstream and Fortify, and ready to go 🔥
Fund package maintenance!
spatie
Requires
- php: ^7.3
- symfony/console: ^4.0|^5.0
- symfony/process: ^4.2|^5.0
Requires (Dev)
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-05-06 00:33:34 UTC
README
Simple authentication scaffolding like it was before Jetstream and Fortify, and automatically works with the latest laravel releases 🔥
Documentation
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
Contributing
Thank you for considering contributing to the Installer!
License
Laravel Installer is open-sourced software licensed under the MIT license.