2017 © Pedro Peláez
 

project website

Basic & Simple Skeleton for PHP WebSites

image

devbr/website

Basic & Simple Skeleton for PHP WebSites

  • Sunday, January 21, 2018
  • by pedra
  • Repository
  • 2 Watchers
  • 1 Stars
  • 106 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Website Core

Core for PHP website., (*1)

Build Status Latest Stable Version Latest Unstable Version License Total Downloads Monthly Downloads, (*2)

Install

Open a terminal in root directory of your website and type:, (*3)

Composer create-project devbr/website ./ 

Require PHP 7 & Composer., (*4)

Commands

Access devbr system commands using "Composer run":, (*5)

Composer run -h

Displays a list of available commands, (*6)

Create a Controller

In a terminal, type:, (*7)

Composer run make:controller Blog\Front\Page

A new file in the .php/Blog/Front/Page.php path will be created containing the minimum code (based on template)., (*8)


Attention: , (*9)

To use minification and obfuscation of files with the command "optimize" it is necessary to install JAVA., (*10)

You need to enable Apache mod_rewrite., (*11)

At the terminal, type:, (*12)

$ sudo a2enmod rewrite

You may also need to add these (minimum) rows in VirtualHost settings:, (*13)

<VirtualHost *:80>
  DocumentRoot /var/www/website

  <Directory /var/www/website>
    AllowOverride All
  </Directory>
<VirtualHost/>

, (*14)

The Versions

21/01 2018

dev-master

9999999-dev https://github.com/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php skeleton core server web side site

20/01 2018

0.2.1

0.2.1.0 https://github.com/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

02/07 2017

0.2.0

0.2.0.0 http://dbrasil.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

28/06 2017

0.1.4

0.1.4.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

28/06 2017

0.1.3

0.1.3.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

28/06 2017

0.1.1

0.1.1.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

28/06 2017

0.1.0

0.1.0.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

11/04 2017

0.0.22

0.0.22.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

11/04 2017

0.0.21

0.0.21.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

11/04 2017

0.0.2

0.0.2.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

28/02 2017

0.0.1

0.0.1.0 http://paulorocha.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site