ohiocms / content
This package is abandoned and no longer maintained.
No replacement package was suggested.
Content package for LaraBelt.
2.0.20
2021-04-30 00:01 UTC
Requires
- cloudinary/cloudinary_php: ^1.8
- intervention/image: 2.3.*
- laravel/scout: ^4.0
- league/flysystem-aws-s3-v3: ~1.0
- soundasleep/html2text: ^0.3.4
This package is auto-updated.
Last update: 2021-04-30 00:03:25 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