This is a Lavalite package that provides 12 management facility. ## Installation Begin by installing this package through Composer. Edit your project's `composer.json` file to require `roy/12`. "roy/12": "dev-master" Next, update Composer from the Terminal: composer update Once this operation completes execute below cammnds in command line to finalize installation. ```php Roy\12\Providers\12ServiceProvider::class, ``` And also add it to alias ```php '12' => Roy\12\Facades\12::class, ``` Use the below commands for publishing Migration and seeds php artisan vendor:publish --provider="Roy\12\Providers\12ServiceProvider" --tag="migrations" php artisan vendor:publish --provider="Roy\12\Providers\12ServiceProvider" --tag="seeds" Configuration php artisan vendor:publish --provider="Roy\12\Providers\12ServiceProvider" --tag="config" Language files php artisan vendor:publish --provider="Roy\12\Providers\12ServiceProvider" --tag="lang" View files php artisan vendor:publish --provider="Roy\12\Providers\12ServiceProvider" --tag="views" Public folders php artisan vendor:publish --provider="Roy\12\Providers\12ServiceProvider" --tag="public" ## Usage