I'm making a multi tenant app (Saas). I already made a Middleware to deal with database connection o...
i have three files of x.php , y.php , a.php .......... in migration table with all three different t...
My html code is like this : <a href="javascript:;" onclick="showAjaxPdf('{{ $row-&...
My code is like this : <a href="javascript:;" onclick="showAjaxPdf('{{ $row->fi...
I am trying to solve mine N+1 problems with SQL queries. I have managed to reduce the number of quer...
Well, the logic of the app is: a user uploads a file (image). The file goes in storage/uploads. But...
My application is quite simple, I want to calculate result from given values and return the result t...
Hi people, i want to use a PARTIALS to create a menu' for my site. So i create a folder PARTIALS and...
I installed a fresh installation today, but the Session is not working, the files in 'sessions' fold...
Why does Laravel use a public folder by default? What is the advantage to this?
Hey guys, Im using the code: $events = Event::where( 'accepted', 1 ) ->with( [ 'club.city', 'o...
I was under the impression that $hidden field in the Model class prevented information from being re...
Hi Guys! I started to implement Socialite in may L5.1 app, and I already done with Google and Facebo...
I have a datetime that I am trying to use with diffForHumans(). I added the following to my Eloquent...
Is it possible to configure Laravel to generate https links for urls and assets ? Why? Our website i...
Hi ! I do update a development server to use PHP7-FPM, Nginx and Oracle. A simple PHP oci_connect sc...
In Laravel 5.2 I made a folder app/Models. This is one of my models: app/Models/Pin.php namespace Ap...
What specific AWS IAM permissions are required for Laravel Forge deployments?
Hi All, i have some problem while i am querying using Laravel Query builder. i know how to write the...
Hi So i have been looking at the caching solutions and there are so many, redis, opcache, memcache a...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community