Skip to content

djgraphics28/fccapp

Repository files navigation

Please read the instruction carefully:

  • Copy .env.example to .env

  • Set Database name, user, password

  • Install npm modules

$ npm install
  • Install plugins
$ composer install
  • Generate new App key
$ php artisan key:generate
  • Migrate all database by running this script in terminal or command prompt or git bash:
$ php artisan migrate
  • Run seeder (so that the existing data will be save to new database) by running this script:
$ php artisan db:seed --class=AllSeeder

Copy project folder into htdocs (XAMPP) or www (WAMPP)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages