SkillAgentSearch skills...

FreeAds

[3IS - SCHOOL PROJECT] Website like 'Le Bon Coin', my first project realized with Laravel

Install / Use

/learn @SekmSet/FreeAds
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

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

home

article

article

article

article

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated6mo ago
Forks1

Languages

PHP

Security Score

67/100

Audited on Sep 19, 2025

No findings