gzero/cms

Gzero CMS
3,953 6
Install
composer require gzero/cms
Latest Version:v3.0.6
PHP:>=7.1.0
License:MIT
Last Updated:Mar 16, 2019
Links: GitHub  ·  Packagist
Maintainer: AdrianSkierniewski

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

Related Packages

bytpher/cms-laravel-angular-material

CMS with Laravel + Angular Material starter project

251 12
lavalite/cms

Lavalite - The Laravel CMS.

56,380 2,894
mikkokut/prismic-laravel

Integrates the Prismic PHP development kit with Laravel.

1,416 1
matthewfritz/laravel-cms-scaffolding

This project contains the boilerplate functionality that you would expect to see...

43 3
orchid/platform

Platform for back-office applications, admin panel or CMS your Laravel app.

2,570,286 4,787