jaythegeek/laravel-scaffold

Scaffold out passwordless laravel setup

dev-master 2020-04-29 18:01 UTC

README

Latest Version on Packagist Total Downloads Build Status

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.