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