jaythegeek / laravel-scaffold
Scaffold out passwordless laravel setup
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 3
pkg:composer/jaythegeek/laravel-scaffold
Requires
- illuminate/support: ~5|~6|~7
 - laravel/ui: ^2.0
 
Requires (Dev)
- mockery/mockery: ^1.1
 - orchestra/testbench: ~3|~4|~5
 - phpunit/phpunit: ^9.0
 
This package is auto-updated.
Last update: 2025-10-29 02:50:37 UTC
README
Installation
Via Composer
$ composer require jaythegeek/laravel-scaffold
Usage
Make sure that you have done the following, this can only be run on a brand new setup.
laravel new somecoolproject
composer require laravel/ui
php artisan ui vue --auth
This is where the magic happens;
php artisan make:passwordless
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.