screfy/web-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple web skeleton using Nette Framework.

v1.0.0 2021-03-21 19:57 UTC

This package is auto-updated.

Last update: 2021-07-31 00:34:34 UTC


README

Installation

Install this project:

$ composer create-project screfy/web-skeleton web-skeleton

Go to the directory:

$ cd web-skeleton

And make directories temp and log writable. For Linux, macOS or any other Unix based system:

$ chmod -R a+rw temp log

Development

For development, you can start built-in PHP server in the root directory of your project:

$ php -S localhost:80 -t www

And then you can visit http://localhost in your browser to see welcome page.