issues Search Results · repo:flightphp/core language:PHP
Filter by
433 results
(97 ms)433 results
inflightphp/core (press backspace or delete to remove)krmu
- Opened 16 days ago
- #640
Hi FlightPHP Team,
First off, I really appreciate the flexibility and simplicity of Flight’s API. it’s a pleasure to work with.
I have a feature request that I believe could enhance the framework’s extensibility. ...
ahmu83
- 6
- Opened 18 days ago
- #639
fadrian06
- Opened 22 days ago
- #637
fadrian06
- Opened 23 days ago
- #633
That work is for the webserver.
Check a normal php:
?php
echo Hello world! ;
Nowhere create the header for the content lenght.
joanhey
- 1
- Opened on Feb 21
- #631
I m using this framework for an app API and I set up CORS as described in this doc:
https://docs.flightphp.com/learn/security
For authorization I use a middleware based on the flight docs, too. The index ...
Bug
stummer
- 5
- Opened on Feb 18
- #629
Actually always add Cache-control and Expires headers.
If there is no Cache-Control header and no Expires header, and no Last-Modified header (which most web servers send by
default for static assets) ...
joanhey
- 7
- Opened on Feb 16
- #626
Now Flight::json() automatically add the charset, but it is NOT necessary.
https://github.com/flightphp/core/blob/25250bf44ec800a8c6bebc245741f305469ff684/flight/Engine.php#L864
public function _json( ...
joanhey
- 5
- Opened on Feb 14
- #624
So I can do this, and it works:
Flight::group( / , function() {
...but...
Flight::group( GET / , function() {
...does not. Is this the intended functionality or am I missing something?
harwoodr
- 10
- Opened on Jan 13
- #617
The Flight PHP Framework treats URLs with different numbers of trailing slashes (/) as distinct routes instead of
normalizing them. For example, the following requests result in different outcomes or errors: ...
Bug
mkduew
- 3
- Opened on Jan 6
- #616

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.