- A database using PostgreSQL
- An account on mailtrap.io
- npm, composer and gulp installed
- npm install
- composer install
- gulp
- php artisan key:generate
Then copy paste this key into your .env You should create an account on mailtrap.io to send emails from the website Don't forget to create a database using PostgreSQL.
Copy all those information to your .env
Last command:
- php artisan migrate
First run the website from your side, code the new feature or fix an issue Then send me a pull request.