mouf/integration.drupal.druplash

This module provides a MVC framework, right into Drupal, based on the Splash MVC framework (designed for Mouf-PHP).

v7.3.9 2018-08-01 16:24 UTC

README

Druplash is a MVC framework for Drupal. It is actually an adaptation of Mouf's Splash MVC framework. If you have a project developed with Splash, you can completely reuse your code, right into a Drupal installation.

To get started, you first need to set up your environment.

Install

composer require mouf/integration.drupal.druplash ^8.0

Your packages are downloaded? Have a quick look at the installation guide.

Then, check the tutorial and learn how to create a controller, right inside your Drupal website!