Download the PHP package ajayexpert/artisan-observer-maker without Composer
On this page you can find all versions of the php package ajayexpert/artisan-observer-maker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ajayexpert/artisan-observer-maker
More information about ajayexpert/artisan-observer-maker
Files in ajayexpert/artisan-observer-maker
Package artisan-observer-maker
Short Description Artisan Command To Create A Observer Stub
License MIT
Homepage https://github.com/ajayexpert/artisan-observer-maker
Informations about the package artisan-observer-maker
ObserverMaker
ObserverMaker creates an artisan command that lets you quickly create a observer stub.
Install
Via Composer
In your app/config/app.php file, add the following to the providers array:
Usage
Once installed, you should see make:observer as one of the artisan commands when you run:
To use this command, supply it with two arguments, the first being the name of the observer, and the second being the name of the folder you want it to reside in. If the folder does not exist, it will be created for you.
For example:
This would create a directory named Observers in your app directory with a php file named TestObserver.php, which would contain the following stub:
Please note, the package currently only supports observer folders that are in the app folder, for example:
Use Observers in laravel see the Documentation
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.