git clone https://github.com/AbdoelMadjid/smartadmin-template.gitcd smartadmin-templatecomposer installcomposer dump-autoloadcp .env.example .envphp artisan key:generateDB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=??
DB_USERNAME=root
DB_PASSWORD=php artisan migratephp artisan db:seedThe Laravel framework is open-sourced software licensed under the MIT license.