Skip to content

Metrakit/dynamix

Repository files navigation

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