python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Votes: 0
Answers: 2
syntax error, unexpected 'else' (T_ELSE), expecting function (T_FUNCTION) or const (T_CONST)
I am building a search filter, which was working fine until I added another 2 options to search by and now I get that error and for the life of me I can't figure out what I am missing.
it is literally...
Martin
Votes: 0
Answers: 1
Why's there discrepancies between file uploading via Postman and via the browser?
I can't figure out why I'm getting this server error Call to a member function getClientOriginalName() on null when trying to upload a file (POST request) to my endpoint when trying on the browser.
It...

sp92
Votes: 0
Answers: 1
How to log Laravel get and post requests
How can I log all post and get requests going in and out of Laravel Luma ?
Our routes look like this :
$router->group(['prefix' => 'mini'], function () use ($router) {
$router->get('...
Daniel Baker
Votes: 0
Answers: 1