2017 © Pedro Peláez
 

project app

Skeleton of application based on DrMVC Framework

image

drmvc/app

Skeleton of application based on DrMVC Framework

  • Thursday, April 26, 2018
  • by EvilFreelancer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DrMVC Application

Skeleton of application based on DrMVC Framework., (*1)

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:, (*2)

composer create-project drmvc/app application
cd application

For enabling support of gulpfile.js need to install gulp tool, (*3)

npm install -g gulp

Now need to install dependencies and build static files, (*4)

npm install
gulp

Let's run the php localhost server, (*5)

cd public
php -S localhost:8000

Now you can open your web-browser and go to http://localhost:8000, (*6)

The Versions

26/04 2018

dev-master

9999999-dev https://drmvc.com/

Skeleton of application based on DrMVC Framework

  Sources   Download

MIT

The Requires

 

twig application dotenv example gulp drmvc

26/04 2018

3.0

3.0.0.0 https://drmvc.com/

Skeleton of application based on DrMVC Framework

  Sources   Download

MIT

The Requires

 

twig application dotenv example gulp drmvc

26/05 2017

1.0

1.0.0.0 https://drmvc.com/

Small demo site based on DrMVC Framework

  Sources   Download

MIT

The Requires

 

twig drmvc