asgardcms / page-module
Page module for AsgardCMS. Page management.
Installs: 29 873
Dependents: 2
Suggesters: 0
Security: 0
Stars: 10
Watchers: 6
Forks: 23
Open Issues: 0
Type:asgard-module
Requires
- php: >=5.4
- asgardcms/core-module: ~1.0
- composer/installers: ~1.0
- dimsav/laravel-translatable: ~5.0
Requires (Dev)
- orchestra/testbench: ~3.1
- phpunit/phpunit: ~4.0
README
Installation
The page module is installed by default on an AsgardCms installation. If you want to install it on standalone you can follow the steps.
Composer requirement
composer require asgardcms/page-module
Package migrations
Run the migrations:
php artisan module:migrate Page
Resources
Info
All AsgardCMS modules respect Semantic Versioning.