laravel-shift/console

This package is abandoned and no longer maintained. No replacement package was suggested.

A set of commands to keep your Laravel applications fresh.

v0.3.0 2020-09-11 14:49 UTC

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.