jaythegeek / laravel-scaffold
Scaffold out passwordless laravel setup
dev-master
2020-04-29 18:01 UTC
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-03-29 00:59:23 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.