mouf/integration.drupal.druplash

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

Installs: 25 070

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 9

Open Issues: 1

Type:drupal-module

pkg:composer/mouf/integration.drupal.druplash

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!