2017 © Pedro PelĆ”ez
 

project core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

image

lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  • Tuesday, July 24, 2018
  • by Lou117
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

You're about to discover Core microframework !

core-skeleton repository is a very basic functional example for Core microframework : you can discover Core by clicking here., (*1)

Installation procedure

Creating project with Composer

Core is available as a package in Packagist, and Core skeleton as a project :, (*2)

composer create-project lou117/core-skeleton

Updating permissions

Ensure that var/ directory is allowed for write operations:, (*3)

cd core-skeleton
chmod -R 777 var

Of course, any mode will do as long as user executing PHP can write in var/ directory., (*4)

Setting up your web server

PHP integrated web server (development only)

The easiest way to get a working application is to run integrated PHP webserver:, (*5)

cd web
php -S localhost:8000

Open your favorite browser and navigates to http://localhost:8000/ping. If you see this..., (*6)

{
    "text": "Welcome to Core framework !",
    "link": "https://github.com/lou117/core"
}

... then you're done and ready !, (*7)

Apache users

Make sure : - DocumentRoot of your VirtualHost is set to web/ directory of your newly created project ; - mod-rewrite is activated ; - Allow directive for your VirtualHost allows for .htaccess file interception., (*8)

.htaccess file in web/ directory is ready-to-use., (*9)

NGINX users

An NGINX configuration piece is available in web/ directory to help you., (*10)

The Versions

24/07 2018

v3.x-dev

3.9999999.9999999.9999999-dev https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

24/07 2018

v3.0.0

3.0.0.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

08/07 2018

dev-master

9999999-dev https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

08/07 2018

v2.x-dev

2.9999999.9999999.9999999-dev https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

08/07 2018

v2.0.8

2.0.8.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

16/03 2018

v2.0.2

2.0.2.0 https://gitlab.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://gitlab.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

01/11 2017

v2.0.1

2.0.1.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

16/10 2017

v1.4.1

1.4.1.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

16/10 2017

v1.4.0

1.4.0.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

02/10 2017

v1.3.1

1.3.1.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

25/09 2017

v1.3.0

1.3.0.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

24/09 2017

v1.2.0

1.2.0.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

24/09 2017

dev-supercharging-modules

dev-supercharging-modules https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

23/09 2017

v1.1.0

1.1.0.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

19/08 2017

v1.0.1

1.0.1.0 https://github.com/lou117/core-skeleton

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

  Sources   Download

MIT

The Requires

 

19/08 2017

v1.0

1.0.0.0

  Sources   Download

The Requires