2017 © Pedro PelĂĄez
 

project nofw

No framework at all!

image

nofw/nofw

No framework at all!

  • Thursday, March 1, 2018
  • by mark.sagikazar
  • Repository
  • 2 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

No framework

Build Status Total Downloads, (*1)

No framework at all!, (*2)

Quick start

``` bash $ make setup, (*3)


To start Docker container: ``` bash $ docker-compose up -d

To run the built-in PHP server:, (*4)

``` bash $ make serve, (*5)


To run the built-in PHP server in a Docker container: ``` bash $ make DOCKER_OPTS="-p 8080:8080" docker serve

You should have the app running on localhost, port 8080., (*6)

Clean up when you are done:, (*7)

bash $ make clean, (*8)

Make sure the following are installed:, (*9)

Components

No framework uses the following components:, (*10)

What else?

Docker for development and a production ready Docker image are included. For simplicity, they are both PHP+Apache based images, in production PHP-FPM and Nginx are recommended., (*11)

Worth mentioning that 100% of any building, caching happens only at container build time, no issues like this., (*12)

Materialize CSS is used as the frontend framework., (*13)

PHP 7.1, because it's 2017 (and not 2007)., (*14)

Credits

This skeleton is heavily inspired by @Swader's nofw and his The framework is dead, long live the framework workshop presented at the Web Summer Camp in 2016., (*15)

Phil Sturgeon also has an interesting article about the topic., (*16)

License

The MIT License (MIT). Please see License File for more information., (*17)

The Versions