Skip to content

larabelt/content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Add the ServiceProvider to the providers array in config/app.php

Belt\Content\BeltContentServiceProvider::class,
# publish
php artisan belt-content:publish
composer dumpautoload

# migration
php artisan migrate

# seed
php artisan db:seed --class=BeltContentSeeder

# compile assets
npm run