litecms / forum
This package is abandoned and no longer maintained.
No replacement package was suggested.
Forum package for litecms.
Package info
Language:HTML
Type:lavalite-package
pkg:composer/litecms/forum
2.0.4
2018-10-16 16:22 UTC
Requires
- php: ^7.1.3
README
Laravel package that provides gallery management facility for lavalite CMS.
Installation
Require this package with composer.
composer require litecms/gallery
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Publishing
Configuration
php artisan vendor:publish --provider="Litecms\Gallery\Providers\GalleryServiceProvider" --tag="config"
Language
php artisan vendor:publish --provider="Litecms\Gallery\Providers\GalleryServiceProvider" --tag="lang"
Files
php artisan vendor:publish --provider="Litecms\Gallery\Providers\GalleryServiceProvider" --tag="storage"
Views
Publish views to resources\views\vendor directory
php artisan vendor:publish --provider="Litecms\Gallery\Providers\GalleryServiceProvider" --tag="view"
Publishes admin view to admin theme
php artisan theme:publish --provider="Litecms\Gallery\Providers\GalleryServiceProvider" --view="admin" --theme="admin"
Publishes public view to public theme
php artisan theme:publish --provider="Litecms\Gallery\Providers\GalleryServiceProvider" --view="public" --theme="public"