Skip to content

loanbesson/ESGI-5IW2_Projet-annuel

Repository files navigation

Installation du projet



cp .env.example .env && \
composer install && \
sail up -d && \
sail artisan key:generate && \
sail artisan migrate && \
sail artisan db:seed && \
sail artisan passport:install
sail artisan jwt:secret

Mailhog

brew install mailhog brew services start mailhog brew services stop mailhog

Meilisearch

sail artisan scout:import "App\Models\Property"

En cas de problème de token

sail artisan passport:keys --force && \
sail artisan passport:install --force


Liens


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published