After clone you can run it
Getting Started
- Clone the repository and install composer packages by running:
composer update
- Create .env file from env.example
copy .env.example .env
- Generate Application Key for your application.
php artisan key:generate
- Run migration for create users table, admins tables : otherwise import the db file to your local db
php artisan migrate --seed
- Run your Laravel application
php artisan serve
- Go to http://127.0.0.1:8000/