LaravelPackages.net
Acme Inc.
Toggle sidebar
gzero/cms

Gzero CMS

3.920
6
v3.0.6
About gzero/cms

gzero/cms is a Laravel package for gzero cms. It currently has 6 GitHub stars and 3.920 downloads on Packagist (latest version v3.0.6). Install it with composer require gzero/cms. Discover more Laravel packages by gzero or browse all Laravel packages to compare alternatives.

Last updated

GZERO CMS Build Status Coverage Status

Testing

To run the tests you need PHP >=7.1 and the following extensions:

  • xml
  • curl
  • mbstring
  • pgsql
  • gd

To run tests, copy .env.example file to .env.testing and put your database credentials into it.

To run tests you can use one of these commands:

whole suit

composer test

single file

composer test tests/functional/api/ContentCest.php

single test

composer test tests/functional/api/ContentCest.php:shouldBeAbleToGetCategoryChildren

single test with --debug

composer test-debug tests/functional/api/ContentCest.php:shouldBeAbleToGetCategoryChildren

###Quality

./vendor/bin/phpmd src/ text phpmd.xml
./vendor/bin/phpcs --standard=ruleset.xml src/ -n --colors

Star History Chart