Download the PHP package amitkhare/slim-hmvc-skeleton without Composer
On this page you can find all versions of the php package amitkhare/slim-hmvc-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amitkhare/slim-hmvc-skeleton
More information about amitkhare/slim-hmvc-skeleton
Files in amitkhare/slim-hmvc-skeleton
Download amitkhare/slim-hmvc-skeleton
More information about amitkhare/slim-hmvc-skeleton
Files in amitkhare/slim-hmvc-skeleton
Vendor amitkhare
Package slim-hmvc-skeleton
Short Description A Slim Framework HMVC modular skeleton application
License MIT
Homepage http://github.com/amitkhare/slim-hmvc-skeleton
Package slim-hmvc-skeleton
Short Description A Slim Framework HMVC modular skeleton application
License MIT
Homepage http://github.com/amitkhare/slim-hmvc-skeleton
Please rate this library. Is it a good library?
Informations about the package slim-hmvc-skeleton
slim-hmvc-skeleton
A HMVC modular application for Slim Framework. Use this application to quickly setup and start working on a new Slim Framework 3 with HMVC capabilities.
Install
Run this command from the directory in which you want to install your new Slim 3 Framework with modular HMVC.
Via Composer:
php composer.phar create-project amitkhare/slim-hmvc-skeleton [my-app-name]
Via Git:
git clone https://github.com/amitkhare/slim-hmvc-skeleton.git [my-app-name]
composer update
Replace [my-app-name]
with the desired directory name for your new application. You'll want to:
Create a database and pass the credentials to
/app/src/settings.php
Import provided slimtest.sql
- Point your virtual host document root to your new application's root
/
directory. it will automatically redirect all calls to /public/index.php
Then visit DEMO:
http :// YOUR-VIRUAL-HOST-ROOT/
http :// YOUR-VIRUAL-HOST-ROOT/users
http :// YOUR-VIRUAL-HOST-ROOT/users/1
That's it!
Usage
Need to work on that.
All versions of slim-hmvc-skeleton with dependencies
PHP Build Version
Package Version
The package amitkhare/slim-hmvc-skeleton contains the following files
Loading the files please wait ....