deveodk / laravel-deveo-commands
Requires
- php: ^7.2
- illuminate/support: ^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-09 19:42:40 UTC
README
This Laravel package adds (for now only one) useful commands used at Deveo.
Deveo is a development agency, developing Laravel applications.
Installation
You can install the package via composer:
composer require deveodk/laravel-deveo-commands
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.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email pb@deveo.dk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.