Lavalite package that provides com.ryo.test management facility for the cms. ## Installation Begin by installing this package through Composer. Edit your project's `composer.json` file to require `slider/com.ryo.test`. "slider/com.ryo.test": "dev-master" Next, update Composer from the Terminal: composer update Once this operation completes execute below cammnds in command line to finalize installation. Slider\Com.ryo.test\Providers\Com.ryo.testServiceProvider::class, And also add it to alias 'Com.ryo.test' => Slider\Com.ryo.test\Facades\Com.ryo.test::class, ## Publishing files and migraiting database. **Migration and seeds** php artisan migrate php artisan db:seed --class=Slider\\Com.ryo.testTableSeeder **Publishing configuration** php artisan vendor:publish --provider="Slider\Com.ryo.test\Providers\Com.ryo.testServiceProvider" --tag="config" **Publishing language** php artisan vendor:publish --provider="Slider\Com.ryo.test\Providers\Com.ryo.testServiceProvider" --tag="lang" **Publishing views** php artisan vendor:publish --provider="Slider\Com.ryo.test\Providers\Com.ryo.testServiceProvider" --tag="view" ## Usage