devtitaro / WikiPoli-backend-beta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About WikiPoli

WikiPoli is a ...

Installation step

  • Clone the repo.
  • composer install
  • copy .env.example to .env .
  • Add the database details to the .env.
  • php artisan key:generate
  • php artisan config:cache
  • php artisan migrate
  • php artisan serve

For fresh migrations and update

Run the below commands

- composer update
- php artisan migrate:fresh --seed
- php artisan passport:install
- php artisan serve

About


Languages

Language:HTML 75.9%Language:PHP 22.6%Language:Hack 1.4%Language:Vue 0.1%