mkny / cinimod by mkny

A complex mvc/laravel generator
13
0
1
Package Data
Maintainer Username: mkny
Maintainer Contact: desenvolvedor@me.com (Marcony Neves)
Package Create Date: 2021-07-07
Package Last Update: 2022-09-04
Home Page:
Language: PHP
License: Unknown
Last Refreshed: 2025-02-15 03:03:20
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 5

Installation

Laravel

Run composer require mkny/cinimod:dev-master to add the project to your composer.json

or add manually

{
    "require": {
        "mkny/cinimod": "dev-master"
    }
}

Add the service provider in app/config/app.php.

'Mkny\Cinimod\CinimodServiceProvider'

Usage

Description

Dependencies

"laracasts/presenter": "^0.2.1",
"lavary/laravel-menu": "dev-master",
"laravelcollective/html": "5.2.*"