laravel-shift / console
A set of commands to keep your Laravel applications fresh.
Installs: 3 598
Dependents: 0
Suggesters: 0
Security: 0
Stars: 36
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- illuminate/console: ^6.0|^7.0|^8.0
- illuminate/support: ^6.0|^7.0|^8.0
This package is auto-updated.
Last update: 2022-03-12 22:29:07 UTC
README
Archived
This project has been archived as its features have been superseded by the Shift Workbench.
Shift - Console
A set of useful artisan
commands to keep your Laravel applications fresh.
Installation
You can install the Shift Console via composer using the following command:
composer require --dev laravel-shift/console
Shift Console will automatically register itself using package discovery.
Requirements
Shift Console requires a Laravel application running version 6.0 or higher. Not running the latest version? Run Shift.
Basic Usage
Currently, the Shift Console includes set artisan
commands under the shift
namespace. Currently, there is only one command - shift:check-routes
.
php artisan shift:check-routes
This command checks for Dead Routes by reviewing your application routes for references to undefined controllers, methods, or invalid visibility.
Contributing
Contributions may be made by submitting a Pull Request against the master
branch. Any submissions should be complete with tests and adhere to the PSR-2 code style.
You may also contribute by opening an issue to report a bug or suggest a new feature.