Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack

- Laravel 10
- MYSQL 8
- Redis 

Set Up

  • git clone - clone the repository
  • cp .env.example .env - copy the .env file
  • php artisan key:generate - generate the key
  • docker-compose up -d - start the containers

Linters and analyzators

  • CodeSniffer :
  • ./vendor/bin/phpcs --standard=PSR12 -s app - checking app folder for psr-12 standart(feel free to choose standart)
  • ./vendor/bin/phpcbf --standard=PSR12 -s app - fix issues in app folder for psr-12 standart
  • PHPstan : -./vendor/bin/phpstan analyse app --memory-limit=-1 - analyze your code
  • SonarQube
  • its a static code analyzator, please check the documentation of SonarQube

Tests

  • PHPUnit :
  • ./vendor/bin/phpunit - run phpunit tests
  • Codeception :
  • php vendor/bin/codecept run --steps - run codeception tests

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages