30hills / cms_seed
CMS SEED - CMS based on laravel.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cms
Requires
- php: ^7.1.3
- 30hills/cms_framework_seed: dev-master
- 30hills/cms_theme_seed: dev-master
- cms_framework_seed/block: dev-master
- cms_framework_seed/calendar: dev-master
- cms_framework_seed/contact: dev-master
- cms_framework_seed/message: dev-master
- cms_framework_seed/page: dev-master
- cms_framework_seed/task: dev-master
- fideloper/proxy: ^4.0
- laravel/framework: 5.7.*
- laravel/tinker: ^1.0
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- nunomaduro/collision: ~1.1
- phpunit/phpunit: ~7.0
- symfony/thanks: ^1.0
This package is auto-updated.
Last update: 2024-10-25 10:37:41 UTC
README
Open source of Content Management System developed with Laravel framework.
#####Installing CMS SEED CMS SEED utilizes Composer to manage its dependencies. So, before using CMS SEED, make sure you have Composer installed on your machine.
Composer Create-Project You may also install CMS SEED by issuing the Composer create-project command in your terminal:
composer create-project 30hills/cms_seed --prefer-dist website
######Server Requirements
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- Fileinfo PHP Extension
- GD Library
- Imagick PHP Extension
Setup After creating the project move to the project root folder and run the command to set up database and configuration files.
php artisan cms_framework_seed:install
php artisan key:generate // run this command if key not generated while installing.