Package Data | |
---|---|
Maintainer Username: | jeryckho |
Maintainer Contact: | taylorotwell@gmail.com (Taylor Otwell) |
Package Create Date: | 2015-10-05 |
Package Last Update: | 2015-10-28 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-24 15:03:01 |
Package Statistics | |
---|---|
Total Downloads: | 60 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Launch composer :
composer require jeryckho/sbadmin:dev-master --dev
OR
Add SBAdmin to your composer.json file to require SBAdmin :
require-dev : {
"jeryckho/sbadmin": "dev-master"
}
Update Composer :
composer update
In both case, the next required step is to add the service provider to config/app.php :
'jeryckho\sbadmin\SbadminServiceProvider',
The last required step is to launch artisan :
php artisan sb:prepare
OR
php artisan sb:simpleadd MyClass
Congratulations, you have successfully installed SBAdmin !