https://github.com/thecodingmachine/integration.drupal.druplash
This module provides a MVC framework, right into Drupal, based on the Splash MVC framework (designed for Mouf-PHP).
https://github.com/thecodingmachine/integration.drupal.druplash
Last synced: about 1 year ago
JSON representation
This module provides a MVC framework, right into Drupal, based on the Splash MVC framework (designed for Mouf-PHP).
- Host: GitHub
- URL: https://github.com/thecodingmachine/integration.drupal.druplash
- Owner: thecodingmachine
- Created: 2013-01-08T18:24:19.000Z (over 13 years ago)
- Default Branch: 8.2
- Last Pushed: 2018-09-21T15:38:05.000Z (over 7 years ago)
- Last Synced: 2025-04-11T18:59:48.483Z (about 1 year ago)
- Language: PHP
- Size: 189 KB
- Stars: 0
- Watchers: 9
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Getting started
===============
Druplash is a MVC framework for Drupal. It is actually an adaptation of [Mouf's Splash MVC framework](https://github.com/thecodingmachine/mvc.splash).
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
-------
```sh
composer require mouf/integration.drupal.druplash ^8.0
```
Your packages are downloaded? Have a quick look at the [installation guide](doc/install.md).
Then, check the tutorial and learn how to [create a controller](doc/tutorial.md), right inside your Drupal website!