Skip to content

Installation

Венелин Илиев edited this page Dec 2, 2016 · 14 revisions

Installation

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!

Clone this wiki locally