30hills/cms_seed is a Laravel package for cms seed - cms based on laravel..
It currently has 0 GitHub stars and 11 downloads on Packagist (latest version 1.0.2).
Install it with composer require 30hills/cms_seed.
Discover more Laravel packages by 30hills
or browse all Laravel packages to compare alternatives.
Last updated
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.