core
core copied to clipboard
An extensible micro-framework for PHP
Hello. Is the a way to use Flight w/out setting rewrite rules? Some thing like `http://host/index.php?q=/my/request/endpoint` Later
@mikecao There is no sample application written in flight-php framework to give the developer a guideline to better coding practices using flight I strongly suggest that a simple sample application...
Would you consider adding these to the main readme and to the repo? I did a quick test and added them on a fork: https://github.com/magikstm/flight Tested PHP: - 5.5 -...
Fixes #392
In the official definition of Flight's routes, it is allowed to express the class callables as an array consisting of [string, string] // static class or [object , string] //...
I would like to pass back additional headers, right now there’s no option to do so, so i’d Like to override the function on line 467 in Engine.php. Accept additional...
I usually make my absolute urls like ```php echo Flight::request()->base."/route/1"; ``` When installing it in a subfolder works correctly (I don't even set RewriteBase in the htaccess) But when I...
I was trying to implement phpfastcache.com into flightphp. Could you please share the best possible way to use a single instance of cache across different functions? I am getting the...
Hello, I'm using flightphp for webservice with ionic as mobile app, I'm sending additional header parameter for authentification, adding Access-Control-Request-Header and Access-Control-Request-Method here are ionic code `searchPackageHome() { return new...
My site worked fine, after switching to fastcgi, I got 404 error for every path, but the regular php works. can anyone please help? Thanks! Evn: Apache 2.4 Ubuntu 14.04...