Support the ongoing development of Laravel.io →

Unable to delete when using soft delete

Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...

0 Likes
1 Replies

Login Auth::attemp always FAILED

i trying login using auth::attempt , but always return failed , i dont know why . i already hash my...

0 Likes
2 Replies

SPAM SPAM SPAM SPAM SPAM

Really have to get this sorted! I can't think of another forum that is this susceptible to spam. I k...

0 Likes
6 Replies

Laravel 5.1 - remove public from URL

Hi everyone, I have installed laravel on windows server and I am having issues removing the public f...

0 Likes
4 Replies

Triple Pivot Challenge- Looping through a Collection

I have the following challenge, trying to join 3 tables in Laravel 5: I have a many-to-many relation...

0 Likes
0 Replies

very slow responses from laravel on gae

hi I've deployed my laravel project on google app engine with these instructions https://gae-php-tip...

0 Likes
0 Replies

Attempt not working (laravel 5.0)

I need support login section. public function postLogin(LoginRequest $request){ $login = array(...

0 Likes
0 Replies

"belongsTo" relations with multiple ids

I have two table: Rooms Facilities The Facilities rooms contains the id and a varchar column. The...

0 Likes
1 Replies

Display SQL count query results in the VIEW

Hello guys, i have this mysql query for counting something in my controller $count = 0; foreach ($d...

0 Likes
0 Replies
posted 9 years ago

Anyone having issues viewing laravel.com?

I'm getting a connection refused error..

0 Likes
0 Replies

Php Tinker Error

My directory structure is CBridge->app->Models->Companies In companies.php I have below cod...

0 Likes
0 Replies

Retrieve data from migration unsuccessfully

Hi. I am trying to retrieve data from a table called users. The data is not showing,though. How do I...

0 Likes
0 Replies

Trouble converting homestead to 7

I'm having trouble with my PHP7 homestead box conversion from PHP5. (I'm in a Windows10 environment)...

0 Likes
1 Replies
Solved
posted 9 years ago

Return/throw something from route callback to indicate "actually not a match, try other routes"?

As the subject says - is it possible to indicate a non-match for a route from within the route callb...

0 Likes
0 Replies

Localization: load files from subdirectories at `resources/lang/{locale}/`

In L5, files in subdirectories at resources/lang/{locale}/, e.g. resources/lang/en/foo/bar.php, are...

0 Likes
5 Replies

Socialite visits by Google Adbot

In my exception log I see repeated exception errors being generated by what appears to be Google Ads...

0 Likes
0 Replies

Laravel and AntiXSS: How to make AntiXSS as default behaviour of Blade?

Hi I am using Laravel 5.1 and vtalbot/markdown. I have a works table and inside there is description...

0 Likes
0 Replies

ResponseFactory not found

I have got the following: Route::post('hello', function() { return response()->json(['ok' =>...

0 Likes
0 Replies

JWT Auth giving error invalid_token in each api call

Hi All, I have used tymondesigns/jwt-auth package to implemet token based auth in laravel. i receive...

0 Likes
0 Replies

Authenticating Client using Client SSL Certificates

I would like to authenticate my clients based on the Client SSL Certificate. Does Laravel supports...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.