FreeAds
[3IS - SCHOOL PROJECT] Website like 'Le Bon Coin', my first project realized with Laravel
Install / Use
/learn @SekmSet/FreeAdsREADME
FreeAds - L'Bon Coin
Deploy with GCloud on Cloud Run: Visit it !
How to install
composer install
npm install
cp .env.example .env
php artisan key:generate
Configure the file : .env
Create your database
php artisan migrate --seed
Create your Mailtrap account and config it
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=your_mail_username
MAIL_PASSWORD=your_mail_password
MAIL_FROM_ADDRESS=from@example.com
MAIL_FROM_NAME="${APP_NAME}"
The default users's password is : password
Run the server
php artisan serv --port 3000
Tools used
Mailtrap : https://mailtrap.io/
Website preview





