Support the ongoing development of Laravel.io →

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

Configure force HTTPS

Is it possible to configure Laravel to generate https links for urls and assets ? Why? Our website i...

0 Likes
1 Replies

Yajra-Oracle PHP7 Nginx Oracle not connecting

Hi ! I do update a development server to use PHP7-FPM, Nginx and Oracle. A simple PHP oci_connect sc...

0 Likes
0 Replies

Method ::find not found in Laravel 5.2 / Eloquent

In Laravel 5.2 I made a folder app/Models. This is one of my models: app/Models/Pin.php namespace Ap...

0 Likes
0 Replies

Laravel Forge w/ AWS & IAM

What specific AWS IAM permissions are required for Laravel Forge deployments?

0 Likes
0 Replies

Subquery in Laravel ELOQUENT or Query Builder

Hi All, i have some problem while i am querying using Laravel Query builder. i know how to write the...

0 Likes
2 Replies
Solved

caching solution? which one?

Hi So i have been looking at the caching solutions and there are so many, redis, opcache, memcache a...

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.