larabelt/content

Content package for LaraBelt.

Installs: 4 318

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/larabelt/content

2.0.20 2021-04-30 00:01 UTC

README

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