Metrakit / dynamix

CMS Based on Laravel 4.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamix

Presentation

Dynamix is open-source CMS for Laravel developer's. The concept is to make a solid core with User/Role, Multilingual and Page/Block system.

Requisites

Requisite for frontend

Requisite for backend

Configuration

Into dynamix root, there is a _.env.php. Configure them, and duplicate to .env.php and .env.local.php

Installations (env:local, start only)

Requisite for backend

Quick install composer install && php artisan migrate && php artisan db:seed

  1. Install composer vendors with composer install.

  2. Migrate core with php artisan migrate --package="dynamix/i18n" && php artisan migrate && php artisan migrate --package="dynamix/pager"

  3. Seed data with php artisan db:seed

  4. Test seeder for Former php artisan db:seed --class=FullFormSeeder

Requisite for fontend

  1. Grunt

In the assets folder (dynamix\theme\default\assets) run npm install && bower install && grunt

jQuery choice

You will must choose between four option, please choose the second (2).

Dependencies

Team

David Lepaux avatar Jordane Jouffroy avatar
David Lepaux Jordane Jouffroy

License

MIT © DynamixCMS team

Credit

Inspirate by : https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site

About

CMS Based on Laravel 4.2


Languages

Language:Java 48.7%Language:PHP 38.2%Language:JavaScript 6.4%Language:ActionScript 3.1%Language:CSS 3.1%Language:HTML 0.3%Language:CoffeeScript 0.1%Language:Ruby 0.1%Language:ApacheConf 0.0%Language:Batchfile 0.0%