/survey

This is an online survey project assignment.

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

Setup Survey Project Guide Laravel(on Ubuntu Env)

  • git clone https://github.com/prabhat2k15/survey.git
  • composer update
  • cp .env.example .env
  • php artisan key:generate
  • configure your mysql credential in .env file
  • import survey.sql file in your local database
  • grant permission to storage directory #chmod -r 777 storage/