Download the PHP package litecms/testimonial without Composer
On this page you can find all versions of the php package litecms/testimonial. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download litecms/testimonial
More information about litecms/testimonial
Files in litecms/testimonial
Download litecms/testimonial
More information about litecms/testimonial
Files in litecms/testimonial
Vendor litecms
Package testimonial
Short Description Testimonial package for litecms.
License MIT
Package testimonial
Short Description Testimonial package for litecms.
License MIT
Keywords lavalitetestimonial
Please rate this library. Is it a good library?
Informations about the package testimonial
Laravel package that provides testimonial management facility for lavalite CMS.
Installation
Require this package with composer.
composer require litecms/testimonial
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\Testimonial\Providers\TestimonialServiceProvider" --tag="config"
Language
php artisan vendor:publish --provider="Litecms\Testimonial\Providers\TestimonialServiceProvider" --tag="lang"
Files
php artisan vendor:publish --provider="Litecms\Testimonial\Providers\TestimonialServiceProvider" --tag="storage"
Views
Publish views to resources\views\vendor directory
php artisan vendor:publish --provider="Litecms\Testimonial\Providers\TestimonialServiceProvider" --tag="view"
Publishes admin view to admin theme
php artisan theme:publish --provider="Litecms\Testimonial\Providers\TestimonialServiceProvider" --view="admin" --theme="admin"
Publishes public view to public theme
php artisan theme:publish --provider="Litecms\Testimonial\Providers\TestimonialServiceProvider" --view="public" --theme="public"
All versions of testimonial with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
The package litecms/testimonial contains the following files
Loading the files please wait ....