Austin Collier
a3555b019f
Added documentation to readme on grouping
1 year ago
n0nag0n
362f3a049c
Update README.md
1 year ago
n0nag0n
8641ae598c
Update README.md
1 year ago
n0nag0n
a48a629bce
hit counter!
1 year ago
n0nag0n
ccdca7e180
added chat badge
1 year ago
n0nag0n
991a1705b9
added matrix link and readme updates
1 year ago
n0nag0n
3676602454
fixed references to old repo
1 year ago
n0nag0n
8b60a8a72f
Update README.md
1 year ago
fadrian06
ba0c6bda33
Improved documentation
1 year ago
fadrian06
cce78f18a3
PHPStan installation
1 year ago
Masroor Ehsan
c0f83495cc
updated README
3 years ago
Max Ehsan
45e93a6740
Update README.md
3 years ago
Masroor Ehsan
8b513516cb
updated readme
4 years ago
Thomas Orlita
6f9cd0c195
Add info about regex groups with named parameters
...
I think this should be mentioned in the docs, see #277 and #324
4 years ago
Hugues Lismonde
b4c9c42b00
Add host to request
...
The requested host can be useful to build an url or route request based
on which host was used.
6 years ago
Mike Cao
9c8d492799
Removed JSON encode depth parameter to keep PHP 5.3 compatibility.
8 years ago
Shane Armstrong
b7b929bf99
#290 - JSON methods now support encode option/depth, added missing arguments to json/jsonp method documentation, _json/_jsonp methods now list arguments on individual lines to remain PSR-2 compliant
8 years ago
Mike Cao
7f402f805a
Merge pull request #252 from hitautodestruct/patch-2
...
Note regarding usage of flight in a subdirectory
9 years ago
hitautodestruct
af6afc6786
Changed flight to dir subdir
9 years ago
Yuriy Tkachenko
e42d4ad7f9
Update README.md
9 years ago
hitautodestruct
1eeafc28a8
Note regarding usage of flight in a subdirectory
...
Thanks to this question and answer http://stackoverflow.com/questions/20890210/flight-php-routing-from-subdirectory
9 years ago
Yuriy Tkachenko
eaa9c99dd7
Updated README.md
...
Added example for routing object methods
9 years ago
Mike Cao
b96aaa7967
Added charset option for JSON requests.
9 years ago
Mike Cao
443fa82895
Merge pull request #210 from orthographic-pedant/spell_check/available
...
Fixed typographical error, changed availabe to available in README.
9 years ago
Mike Cao
cabbb25fcc
Added support for custom template file extensions.
9 years ago
Mike Cao
7fd3594ac7
Added ability to perform case sensitive matching of URLs.
9 years ago
orthographic-pedant
abbd75cfdc
Fixed typographical error, changed availabe to available in README.
9 years ago
Mike Cao
e715471a2c
Updated docs to include composer information.
10 years ago
Mike Cao
81041d418b
JSON request input is now stored in the data property.
11 years ago
Mike Cao
d5cf1a4e24
Updated documentation on route info.
11 years ago
Mike Cao
b10b294d83
Added method to get the application object instance.
11 years ago
Mike Cao
33c5fb794a
Wrap text to be more legible.
11 years ago
Mike Cao
2776d54228
Added section about route object.
11 years ago
Emmanuel еΜanwʬĔbdƎv
bf7a3d3475
Fix JSONP example
11 years ago
Pascal Borreli
2648a5216e
Fixed typos
11 years ago
Mike Cao
fbdd5a4338
Updated database example.
11 years ago
Mike Cao
14dca4addf
Added section about JSON. Added some missing info.
11 years ago
Mike Cao
5ec68f35d5
Updated methods section
12 years ago
enyst
55651d2b08
Document instance calls fix.
...
Signed-off-by: enyst <engel.nyst@gmail.com>
12 years ago
engelnyst
c0ae6dbc31
Update README.md
...
Fixes #53
Signed-off-by: enyst <engel.nyst@gmail.com>
12 years ago
Mike Cao
c233214a39
Added section about configuration values.
12 years ago
Mike Cao
000b1db3be
Added example for new Engine class.
12 years ago
Mike Cao
66a403ff96
Merge remote-tracking branch 'origin/master'
12 years ago
Mike Cao
84078158c3
Introduced new Engine class.
...
Core functionality has been moved to a namespaced Engine class. The
existing Flight class is now just a static pass-through to the Engine class.
Also fixed autoloading and initialization issues.
12 years ago
Mateusz Gachowski
90c337993a
Fixed documentation
12 years ago
Mike Cao
ef72548a1a
Changed header sizes.
12 years ago
Mike Cao
28ae5e0aec
Added route passing functionality.
12 years ago
Mike Cao
9fb6b54665
Merge remote-tracking branch 'origin/master'
12 years ago
Mike Cao
483ff648c4
Updated readme.
12 years ago
Peter Mescalchin
0a480e1f4a
Fixed variable name typo in template/layout example.
...
This is also a typo on the http://flightphp.com/learn page.
12 years ago