Giter Club home page Giter Club logo

slimcms's Introduction

SlimCMS

Lightweight CMS(CMF) based on: php framework slim 3, laravel eloquent, symfony event dispatcher, Twig templater and other libraries.

The fast creation of a new website(blog, news, ecommerce, etc).

Latest Unstable Version Total Downloads License

Screenshots

Sign In Users page Column config
alt tag alt tag alt tag
Project use additional library Implemented modules
Slim v3 Frendly admin panel(based on template: SB-admin v2)
Slim Twig Templater v2 Create visual page, and create route
Slim Flash Create sections(categories) and hierarchical sections(categories)
Monolog - save log in file or DB(mysql, sqlite) Many types show field from admin panel(hidden, checkbox, select, wysiwyg html, text)
Slim http cache(don't use this time) Admin panel count show items in table(your settings for every page type)
Slim CSRF protection Admin panel table pagination(your settings for every page type)
Portable DB sqlite User customize show field and sortable fields from tables(your settings for every page type)
Illuminate database v5.2 Options system
Illuminate pagination v5.2 Auth system
Supported versions of php: Logging system
php: ^5.5 Create new module
php: ^7.0 Installer module

Installation:

  git clone https://github.com/andrey900/SlimCMS.git
  cd SlimCMS
  php composer install

or

   mkdir ~/slimcms && cd ~/slimcms
   composer create-project -s dev andrey900/slimcms .
   mkdir cache && chmod a+w cache && mkdir log && chmod a+w log
   php -S 127.0.0.1:8080 -t public/
   open browser url: http://127.0.0.1:8080

After install create folder: cache, log. Set permittion from write this folders.

Enter admin panel:

  • url: /auth/login
  • login*: admin
  • password: admin

*if use email for login: [email protected]

If You Need Help

If you have problems using or install system, please write in new issue or email([email protected]), and I will try to help you.

If you are interested in this system, place a star )))

If the project attains more than 50 stars, the official website of the documentation will be created.

License

The SlimCMS platform is free software distributed under the terms of the MIT license.

Donations

Bitcoin address for donation: 18ERsiXpvrkGMwcvLmCNVBrfJwmM8hqurY

Social Links

Official facebook

slimcms's People

Contributors

andrey900 avatar bluedrayco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

slimcms's Issues

can't get URL to show

using xampp I followed instruction and installed (readme)


http://127.0.0.1/SlimCMS

Page Not Found

The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.
Visit the Home Page

I even followed the solutions here slimphp/Slim#2294

Thank you

Fatal error: Uncaught exception 'Exception' with message 'Module "Sections

After installed it is showing this error !!

Fatal error: Uncaught exception 'Exception' with message 'Module "Sections" - don't loaded. Please сheck whether the module is installed and enabled' in E:\xampp\htdocs\slim\src\Modules\SModuleManager.php:272 Stack trace: #0 E:\xampp\htdocs\slim\src\Modules\SModuleManager.php(170): SlimCMS\Modules\SModuleManager->checkDependecies(Array) #1 E:\xampp\htdocs\slim\src\Modules\SModuleManager.php(113): SlimCMS\Modules\SModuleManager->loadModule('Breadcrumb', Object(stdClass), Object(stdClass)) #2 E:\xampp\htdocs\slim\src\Modules\SModuleManager.php(69): SlimCMS\Modules\SModuleManager->initModule('E:\xampp\htdocs...') #3 E:\xampp\htdocs\slim\app\bootstrap\app.php(67): SlimCMS\Modules\SModuleManager->loadModules('E:\xampp\htdocs...') #4 E:\xampp\htdocs\slim\public\index.php(2): require_once('E:\xampp\htdocs...') #5 {main} thrown in E:\xampp\htdocs\slim\src\Modules\SModuleManager.php on line 272

Request

Add social auth
Add section type page
Create module system
Add event dispatcher

Documentation?

Может быть написать на русском, так будет проще? :)
Возможно кто поможет перевести?

after install admin/sections Slim Application Error

admin panel -> sections -> show all categories
also pages
also users
also groups

Slim Application Error

The application could not run because of the following error:
Details
Type: Error
Message: Call to a member function make() on null
File: /var/www/run5/vendor/illuminate/pagination/LengthAwarePaginator.php
Line: 140

uploads dir - not in readme

subj

Slim Application Error

The application could not run because of the following error:
Details
Type: InvalidArgumentException
Message: Upload target path is not writable
File: /var/www/run5/vendor/slim/slim/Slim/Http/UploadedFile.php
Line: 231

error after installation

I get this error after installing slim cms

Fatal error: Uncaught RuntimeException: A facade root has not been set. in D:\xampp7\htdocs\vendor\illuminate\support\Facades\Facade.php:234 Stack trace: #0 D:\xampp7\htdocs\modules\Core\Source\MicroModules\LoggerModule.php(65): Illuminate\Support\Facades\Facade::__callStatic('connection', Array) #1 D:\xampp7\htdocs\vendor\pimple\pimple\src\Pimple\Container.php(113): Modules\Core\Source\MicroModules\LoggerModule->Modules\Core\Source\MicroModules\{closure}(Object(Slim\Container)) #2 D:\xampp7\htdocs\vendor\slim\slim\Slim\Container.php(123): Pimple\Container->offsetGet('logger') #3 D:\xampp7\htdocs\modules\Core\Source\MicroModules\LoggerModule.php(24): Slim\Container->get('logger') #4 D:\xampp7\htdocs\src\Modules\ModuleLoader.php(145): Modules\Core\Source\MicroModules\LoggerModule->initialization() #5 D:\xampp7\htdocs\src\Modules\ModuleLoader.php(90): SlimCMS\Modules\ModuleLoader::initProcess(Object(Modules\Core\Source\MicroModules\LoggerModule)) #6 D:\xampp7\htdocs\modules\Core\Module.php(237): SlimCMS\Modules\ModuleLoader in D:\xampp7\htdocs\vendor\illuminate\support\Facades\Facade.php on line 234

Installation issues in xampp

Installation page has issues with design while trying on localhost. The design is not loading as in the screenshot attached below. However I was able to install it. None of the links work when installed in the sub folder.
sliminstall

error after install.use mysql

( ! ) Fatal error: Uncaught exception 'ReflectionException' with message 'Class Core does not exist' in /home/vagrant/Code/slimrbac/vendor/illuminate/container/Container.php on line 734
( ! ) ReflectionException: Class Core does not exist in /home/vagrant/Code/slimrbac/vendor/illuminate/container/Container.php on line 734

404

Приветствую!

Установил, но не работает...

Перехожу по урлу http://site/SlimCMS/auth/login

Пишет:

Page Not Found
The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our home page at the link below.

Visit the Home Page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.