Download the PHP package drmvc/app without Composer
On this page you can find all versions of the php package drmvc/app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor drmvc
Package app
Short Description Skeleton of application based on DrMVC Framework
License MIT
Homepage https://drmvc.com/
Package app
Short Description Skeleton of application based on DrMVC Framework
License MIT
Homepage https://drmvc.com/
Please rate this library. Is it a good library?
Informations about the package app
DrMVC Application
Skeleton of application based on DrMVC Framework.
What inside
- Support for environment variables is implemented through
Dotenv\Dotenv
class - Few dummy classes inside
app/Controllers
folder - Ready for usage TWIG template engine, templates in
app/Views
- Several popular modules added to
packages.json
gulpfile.js
configured to simplify the assembly of static files
How to install
For first need to create new project from the skeleton:
composer create-project drmvc/app application
cd application
For enabling support of gulpfile.js
need to install gulp
tool
npm install -g gulp
Now need to install dependencies and build static files
npm install
gulp
Let's run the php localhost server
cd public
php -S localhost:8000
Now you can open your web-browser and go to http://localhost:8000
Links
All versions of app with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
drmvc/framework Version ^3.0.0
vlucas/phpdotenv Version ^2.4.0
twig/twig Version ^2.4
drmvc/framework Version ^3.0.0
vlucas/phpdotenv Version ^2.4.0
twig/twig Version ^2.4
The package drmvc/app contains the following files
Loading the files please wait ....