fanamurov / larrock-feed
Feeds items component for larrockCMS
v1.1.10
2019-07-24 05:25 UTC
Requires
This package is auto-updated.
Last update: 2024-11-14 17:03:35 UTC
README
Depends
- fanamurov/larrock-core
- fanamurov/larrock-category
INSTALL
- Install larrock-core, larrock-category
- Install larrock-feed
composer require fanamurov/larrock-feed
- Add the ServiceProvider to the providers array in app/config/app.php
//LARROCK COMPONENT FEED DEPENDS
\Larrock\ComponentFeed\LarrockComponentFeedServiceProvider::class
- Publish views, migrations etc.
$ php artisan vendor:publish
Or
$ php artisan vendor:publish --provider="Larrock\ComponentFeed\LarrockComponentFeedServiceProvider"
- Run artisan command:
$ php artisan larrock:check
And follow the tips for setting third-party dependencies
- Run migrations
$ php artisan migrate
##START http://yousite/admin/feed