Skip to content

pwnyprod/cms_staging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS-Stage


Advice

Always use declare(strict_types=1); at the beginning of your files in order to not mess up with types.

Setup project:

  • please make sure you have php8
  • composer install
  • docker-compose up -d
  • TODO: add DB
  • Start with: php -S localhost:8000 -t <full-path-to-your-index.php-directory>

Before pushing:

  • grumphp is installed and will check if you can commit your changes

Execute Commands:

  • vendor/bin/psalm
  • vendor/bin/codecept run
  • vendor/bin/phpstan analyse

Database

  • local database connection
    • user: babo (or root)
    • password: pass123

About

Staging area for cms learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.7%
  • CSS 25.3%
  • JavaScript 6.4%
  • Pug 3.6%
  • SCSS 2.0%