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