/giveaways

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

How to setup

Run this steps in the project folder;

  1. php composer.phar update
  2. make a copy of .env.example and name it as .env
  3. update database credentials in the .env
  4. update value of APP_URL and APP_EMAIL
  5. update values of mail config
  6. create your local database and name it as raffles
  7. run these commands
  • php artisan migrate
  • php artisan db:seed
  • composer update
  • php artisan vendor:publish --tag=ckeditor-ass
  • npm install

to compile the assets, run this

  • npm run production

Notes:

  • make sure you have nodejs and npm installed
  • Default username/password: admin@default.com / adm1n