2017 © Pedro Peláez
 

project wscore

Basic & Simple Skeleton for PHP WebSites

image

devbr/wscore

Basic & Simple Skeleton for PHP WebSites

  • Tuesday, August 15, 2017
  • by pedra
  • Repository
  • 2 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

, (*1)

Website Core

Core for PHP website., (*2)

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

Install

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

Composer create-project devbr/wscore ./ 

Require PHP 7 & Composer., (*5)

Commands

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

Composer run -h

Displays a list of available commands, (*7)

Create a Controller

In a terminal, type:, (*8)

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)., (*9)


Attention: , (*10)

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

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

At the terminal, type:, (*13)

$ sudo a2enmod rewrite

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

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

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

, (*15)

The Versions

15/08 2017

dev-master

9999999-dev http://dbrasil.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

10/08 2017

0.0.2

0.0.2.0 http://dbrasil.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site

30/07 2017

0.0.1

0.0.1.0 http://dbrasil.tk/devbr/

Basic & Simple Skeleton for PHP WebSites

  Sources   Download

MIT

The Requires

 

framework php skeleton core server web side site