This Laravel package adds (for now only one) useful commands used at Deveo.
Deveo is a development agency, developing Laravel applications.
You can install the package via composer:
composer require deveodk/laravel-deveo-commands
Behind the scenes, this commands runs migrate:fresh --seed
and passport:install
.
It's just a more convenient way to run both in a single command.
php artisan deveo:fresh-db
In production environments, you should add the --force
flag, to force the migration to run.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.