coosigma / store-location-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Database info
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=store_location
DB_USERNAME=root
DB_PASSWORD=root
  • How to run
php artisan serve --host=0.0.0.0 --port=80

About


Languages

Language:PHP 82.0%Language:Blade 17.3%Language:Shell 0.8%