git clone https://github.com/AbdoelMadjid/smartadmin-template.git
cd smartadmin-template
composer install
composer dump-autoload
cp .env.example .env
php artisan key:generate
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=??
DB_USERNAME=root
DB_PASSWORD=
php artisan migrate
php artisan db:seed
The Laravel framework is open-sourced software licensed under the MIT license.