Skip to content

dareyio/quickstart-basic

 
 

Repository files navigation

  • Install php apache mysql
  • install composer
  • enable mod rewrite in apache
  • Download the files and extract them to /var/www/html
  • Edit default apache site to point to /var/www/html/public folder
  • mv .env.sample .env in /var/www/html
  • create mysql database and user
  • edit .env with the values from previous step
  • run composer install
  • run php artisan migrate
  • run php artisan db:seed
  • add /opt/scanner/bin/sonar-scanner -Dsonar.projectKey=php -Dsonar.sources=app/. -Dsonar.host.url=http://18.197.213.195:9003 -Dsonar.login=XXX for report
  • add in sonar qube settings path for clover report

About

A sample task list application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 89.5%
  • Blade 9.3%
  • Other 1.2%