30hills/cms_seed

CMS SEED - CMS based on laravel.

1.0.2 2018-11-24 13:51 UTC

This package is auto-updated.

Last update: 2024-04-25 09:44:47 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.