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