Skip to content

AbdoelMadjid/smartadmin-template

Repository files navigation

Hi there 👋

GitHub WidgetBox

LinkedIn Gmail Facebook Twitter Instagram


Laravel Logo

Build Status Total Downloads Latest Stable Version License

Installation

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

(back to top)

License

The Laravel framework is open-sourced software licensed under the MIT license.