maherelgamil / controller
Painless controller creating trait
v0.1.3
2019-04-07 14:11 UTC
Requires
- php: >=7.0.0
- laravel/framework: ^5.0
This package is auto-updated.
Last update: 2024-11-08 02:17:42 UTC
README
Painless controller creating trait.
Installation
The best and easiest way to install this package is through Composer.
Compatibility
This package fully compatible with Laravel ^5.4
.
Require Package
Open your application's composer.json
file and add the following line to the require
array:
"maherelgamil/controller": "0.1.*"
Note: Make sure that after the required changes your
composer.json
file is valid by runningcomposer validate
.
Usage
Soon ..
License
This software is released under The MIT License (MIT).