See the DOCUMENTATION for detailed installation and usage instructions.
Step 1
$ composer require hayrullah/lem
Step 2
$ php artisan adminlte:install --only=main_views
Step 3
$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider"
$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider" --tag=config
$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider" --tag=views
$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider" --tag=migrations
Step 4
$ php artisan migrate
$ php artisan serve