Once you've cloned the repository:
- Run
composer install
- Make sure that the
storage/
directory is writable by the webserver - Copy .env.example to .env and fill in your database configuration
- Run
php artisan migrate
andphp artisan db:seed
to populate the database