https://github.com/james2doyle/phalcon-micro-start
a more practical example of the start of a Phalcon micro application
https://github.com/james2doyle/phalcon-micro-start
Last synced: about 1 year ago
JSON representation
a more practical example of the start of a Phalcon micro application
- Host: GitHub
- URL: https://github.com/james2doyle/phalcon-micro-start
- Owner: james2doyle
- License: mit
- Created: 2015-01-09T16:07:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T19:11:03.000Z (about 11 years ago)
- Last Synced: 2025-04-02T22:33:08.303Z (about 1 year ago)
- Language: PHP
- Size: 207 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phalcon-micro-start
A more practical example of the start of a Phalcon micro application.
## Installation
You may need to [set the directory index](https://github.com/james2doyle/phalcon-micro-start/blob/master/.htaccess#L2) for the app before you begin. If you are using a database, make sure [the settings](https://github.com/james2doyle/phalcon-micro-start/blob/master/app/config/config.php#L6-L10) are correct, also be sure you update the [baseUri](https://github.com/james2doyle/phalcon-micro-start/blob/master/app/config/config.php#L18) for the app.
#### Permissions
Make sure the cache folder is writable with `chmod -R 755 app/cache`, run from the root directory.
## What's Included?
* Basic page example
* Partial views (`Simple` view engine)
* URL with params
* JSON return
* Cached view
* Redirect URL
### Other Niceness
* Grunt with `watch` task