owl / mvc-app
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple MVC skeleton application for Owl framework
0.1.0
2015-05-03 08:34 UTC
Requires
- php: ~5.4
- ext-json: *
- ext-owl: >=0.3
This package is not auto-updated.
Last update: 2020-01-24 15:47:50 UTC
README
Owl MVC Edition Skeleton
Special edition for easy creation of MVC sites.
Web Server Setup
PHP CLI Server
The simplest way to get started if you are using PHP 5.4 or above is to start the internal PHP cli-server in the root directory:
php -S 0.0.0.0:8080 -t public/ public/index.php
This will start the cli-server on port 8080, and bind it to all network interfaces.
Note: The built-in CLI server is for development only.
License
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.