Support the ongoing development of Laravel.io →

so strange to me . what happened?

[2015-07-27 18:29:50] product.ERROR: exception 'RuntimeException' with message 'Can't swap PDO insta...

0 Likes
11 Replies

Apply Non Fillable Fields Mass Assignment

When I create an item: Model::create('field' => 'attribute', 'field2' => 'attribute2'); This w...

0 Likes
4 Replies

Bypass iCloud Lock: Remove/Unlock iCloud Account Activation for iPhone

Now the latest question of iPhone, iPad and iPod users how to unlock iCloud activation lock for stol...

0 Likes
0 Replies

Creating a filter for results from relationships

I've asked this question on IRC and stackoverflow, but I may have described it wrong or too complica...

0 Likes
6 Replies
posted 9 years ago

failed to send parameter from javascript to controller in laravel 5

My html code is like this : <a href="javascript:;" onclick="showAjaxPdf('{{ $row-&...

0 Likes
1 Replies
posted 9 years ago

Looking for remote Web development Job

Hi I am looking for remote Laravel Job(FT/PT/Contract or freelance work. I am available from January...

0 Likes
0 Replies

How to change the configuration in runtime

I'm making a multi tenant app (Saas). I already made a Middleware to deal with database connection o...

0 Likes
3 Replies

How to make a particular table in migration?

i have three files of x.php , y.php , a.php .......... in migration table with all three different t...

0 Likes
1 Replies
posted 9 years ago

response ajax download pdf (laravel 5)

My html code is like this : <a href="javascript:;" onclick="showAjaxPdf('{{ $row-&...

0 Likes
1 Replies
posted 9 years ago

failed to download pdf in laravel 5

My code is like this : <a href="javascript:;" onclick="showAjaxPdf('{{ $row->fi...

0 Likes
0 Replies

Eloquent Localization

I am trying to solve mine N+1 problems with SQL queries. I have managed to reduce the number of quer...

0 Likes
3 Replies
Solved

Image not found neither in public nor in storage directory

Well, the logic of the app is: a user uploads a file (image). The file goes in storage/uploads. But...

0 Likes
0 Replies

Lumen keeps throwing TokenMismatchException

My application is quite simple, I want to calculate result from given values and return the result t...

0 Likes
2 Replies

Use of Partials

Hi people, i want to use a PARTIALS to create a menu' for my site. So i create a folder PARTIALS and...

0 Likes
2 Replies
posted 9 years ago

Session not working on 5.1

I installed a fresh installation today, but the Session is not working, the files in 'sessions' fold...

0 Likes
1 Replies

Why does Laravel use a public folder

Why does Laravel use a public folder by default? What is the advantage to this?

0 Likes
1 Replies

Eloquent Relation - Get result if

Hey guys, Im using the code: $events = Event::where( 'accepted', 1 ) ->with( [ 'club.city', 'o...

0 Likes
1 Replies

Laravel Revealing Passwords

I was under the impression that $hidden field in the Model class prevented information from being re...

0 Likes
1 Replies
posted 9 years ago

Socialite - Log in with facebook gives me 400 Bad Request response ("This authorization code has been used.")

Hi Guys! I started to implement Socialite in may L5.1 app, and I already done with Google and Facebo...

0 Likes
1 Replies
posted 10 years ago

Cannot use date as Carbon instance

I have a datetime that I am trying to use with diffForHumans(). I added the following to my Eloquent...

0 Likes
11 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.