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
Requires
- monolog/monolog: 1.0.*
- overconsulting/lazyphp-auth: dev-master
- overconsulting/lazyphp-catalog: dev-master
- overconsulting/lazyphp-cms: dev-master
- overconsulting/lazyphp-core: dev-master
- overconsulting/lazyphp-helper: dev-master
- overconsulting/lazyphp-media: dev-master
- overconsulting/lazyphp-widget: dev-master
This package is auto-updated.
Last update: 2025-04-15 09:48:50 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