-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Венелин Илиев edited this page Dec 2, 2016
·
14 revisions
Begin by installing the package through Composer.
composer require provision/administration
Once this operation is complete, simply add the service provider classes to your project's config/app.php
file:
ProVision\Administration\Providers\AdministrationServiceProvider::class
Publish package assets
php artisan vendor:publish --provider="ProVision\Administration\Providers\AdministrationServiceProvider"
Run migrations
php artisan admin:migrate
And that's it! Start building out some awesome websites!
- Home
- Requirements
- Installation
- Configuration
- Updates
- Modules
- [Dashboard boxes](Dashboard boxes)
- [Artisan commands](Artisan commands)