git clone [email protected]:ahmed-al-bermawy/laravel-backend.git
composer install
for example
DB_DATABASE=backend
DB_USERNAME=root
DB_PASSWORD=root
then save it .env
php artisan key:generate
php artisan config:cache
php artisan migrate
php artisan db:seed --class=RolesTableSeeder
php artisan create:admin
and add your email, name and password
php artisan serve
http://localhost:8000/login
And login with you email and password you have created in step 7
you can see example for page in app/Http/Controllers/ArticlesController.php
i will add more description soon
Theme: AdminLTE
Authentication: sentinel