- PHP 8.1
- Composer >= 2.4.4
- MariaDB >= 10.6
- HTTP server : Nginx/Apache
git clonehttps://github.com/UCA-Squad/Geovisitcd geovisit/cp .env .env.local
Change variables in .env.local.
composer installmkdir -p storage/framework/{sessions,views,cache}
You may be forced to allow your apache/nginx to write in these directories. It Depends on your system settings
php artisan cache:clearphp artisan config:clearphp artisan view:clearphp artisan migrate:refreshphp artisan db:seed