overconsulting/lazyphp-skeleton

There is no license information available for the latest version (v1.0) of this package.

v1.0 2019-01-19 13:33 UTC

This package is auto-updated.

Last update: 2024-09-15 08:39:13 UTC


README

LazyPHP is a new PHP framework

To install the framework, you juste have to use

$ composer create-project overconsulting/lazyphp-skeleton lazyphp

If you don't have composoer, you can find it at: https://getcomposer.org
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php composer-setup.php
$ php -r "unlink('composer-setup.php');"
$ php composer.phar install

If you want to start the project:
$ php -S localhost:2001

Now you can see what's happend: http://localhost:2001