Skip to content

gg-bb/Geovisit

 
 

Repository files navigation

Geovisit

Pre-requires

  • PHP 8.1
  • Composer >= 2.4.4
  • MariaDB >= 10.6
  • HTTP server : Nginx/Apache

Installation

Change variables in .env.local.

  • composer install
  • mkdir -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:clear
  • php artisan config:clear
  • php artisan view:clear
  • php artisan migrate:refresh
  • php artisan db:seed

About

local - copy of Geovisit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.1%
  • PHP 27.2%
  • Blade 13.0%
  • CSS 8.1%
  • HTML 1.5%
  • SCSS 0.1%