runsite / cmf
Installs: 17
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
Language:JavaScript
Requires
- php: >=7.0.0
- abhimanyusharma003/conversion: dev-master
- albertcht/invisible-recaptcha: ^1.8
- appstract/laravel-blade-directives: ^0.7.0
- barryvdh/laravel-elfinder: ^0.3.12
- caouecs/laravel-lang: ~3.0
- devfactory/minify: 1.0.*
- doctrine/dbal: ^2.5
- fideloper/proxy: ~3.3
- fx3costa/laravelchartjs: ^2.3
- goszowski/temp: ^1.0
- illuminate/support: 5.5.*
- intervention/image: ^2.4
- ircop/antiflood: ^0.1.4
- itsgoingd/clockwork: ^2.0
- larapack/config-writer: 1.*
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
- laravelcollective/html: ^5.4.0
- mcamara/laravel-localization: ^1.3
- nunomaduro/laravel-console-menu: ^1.0
- renatomarinho/laravel-page-speed: ^1.8
- simplesoftwareio/simple-qrcode: ~2
- spatie/laravel-image-optimizer: ^1.1
- spatie/laravel-paginateroute: ^2.6
- spatie/laravel-responsecache: ^4.1
- sunra/php-simple-html-dom-parser: 1.5.2
- that0n3guy/transliteration: 2.0.x
This package is not auto-updated.
Last update: 2025-03-10 19:29:13 UTC
README
Content Management Framework
We do not offer ready-made solutions, such as those in the CMS. We make it easy to create your own solutions based on dynamic models and trees from nodes.
Dependencies:
- php >= 7.0
- laravel >= 5.5
Note! You can install this package only for fresh laravel installation. Do not use this on existing projects.
Installation
- Make a fresh install of Laravel
composer create-project --prefer-dist laravel/laravel you_dirname
- Navigate to your folder
cd you_dirname
- Make sure you have valid connection with database. Do not run any commands such as php artisan
- Require package runsite/cmf
composer require runsite/cmf
The installation will start automatically.
- Start server
php artisan serve
- Navigate to http://127.0.0.1:8000/admin