- Clone this repo (git clone https://github.com/vahnmarty/laravel-adminty.git)
- cd laravel-adminty
- composer install
- cp .env.example .env
- php artisan key:generate
- php artisan serve (or php -S localhost:8000 -t public)
- create a database (e.g. "my_database")
- php artisan migrate
- php artisan db:seed
Enjoy!
User: [email protected]
Password: secret