- Laravel 5.1
- Bootstrap
- Authentication Sentinel
- Ckeditor
- Bootstrap Code Prettify
- File Manager
- Dropzone.js
- Backend
- Manage menu (nested)
- Manage article (category, tag)
- Manage tag
- Manage article category
- Manage page
- Manage news
- Manage photo gallery
- CKEditor for post creation and editing (filemanager)
- Form post manage
- Site settings
- Log view page
- Frontend
- Article (momentjs)
- Page
- News
- Photo Gallery (Lazy load image, responsive fancybox)
- Contact Form
- Breadcrumbs
Please check the system requirements before installing sf CMS.
- You may install by cloning from github, or via composer.
- Github:
git clone git@github.com:sseffa/fullycms.git
- Composer:
composer create-project sseffa/fullycms --prefer-dist
- From a command line open in the folder, run
composer install
. - Enter your database details into
config/database.php
. - Run
php artisan app:install
to setup and seed your database and admin information - Settings
config/fully.php
. (optional)
- Cache enable / disable
- image folder
- post per page
- ...
- http://almsaeedstudio.com/preview/
- http://www.dropzonejs.com/
- http://ckeditor.com/
- http://www.eyecon.ro/bootstrap-datepicker/
- http://fancyapps.com/fancybox/
- https://github.com/simogeo/Filemanager
- https://github.com/dbushell/Nestable
- http://momentjs.com/
- https://github.com/tuupola/jquery_lazyload
- https://github.com/mikemand/logviewer/ ...