https://github.com/keithmifsud/laravel-cms
Multi Site Content Management System for Laravel
https://github.com/keithmifsud/laravel-cms
Last synced: 4 months ago
JSON representation
Multi Site Content Management System for Laravel
- Host: GitHub
- URL: https://github.com/keithmifsud/laravel-cms
- Owner: keithmifsud
- License: mit
- Created: 2015-08-29T09:57:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T08:10:07.000Z (almost 10 years ago)
- Last Synced: 2025-01-09T01:12:05.396Z (6 months ago)
- Language: PHP
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel CMS (Laravel 5 Package)
**PLEASE NOTE - This is an initial version and it is still in development.
Do not use in production environment. The repository can be forked and pull
requests are encouraged**The CMS aims to provide the ability to setup and manage multiple websites
from one portal and generally a single code base (although it should be
possible to extend the codebase for load balancing).## Licence
This is a free software distributed under the terms of the MIT License.
## Contribution guidelines
Please follow the PSR-2 coding style guidelines and PSR-4 directory structure
guidelines.Semantic versioning is used, however, this should not have any implications on
development forks.To contribute, fork the
[The main repository: https://github.com/keith-mifsud/laravel-cms](https://github.com/keith-mifsud/laravel-cms) and checkout a branch from the develop branch of your fork. Once ready, submit a
pull request to the main repository's **develop branch**.
The name of your branch should be named as the issue key of GitHub or Jira.Please report any issues you encounter on the issue page.
*A HipChat public room can be made available if requested*