How do I disable the unique validation attribute when the value of the specified field is not change...
If I use this code in the gulpfile.js: var elixir = require('laravel-elixir'); /* |-----------------...
Hey everyone we are running our php artisan migrate we get a console spam [ERROR] Use of undefined c...
I’m learning a lot about these eloquent relationships but I’m not quite there in my understanding. I...
I'm trying to chain post request from 1 controller to another. Here is my call $controller = app()...
What advantage, if any, is there to using sections over includes (or vice-versa) for things like pro...
Execute any Laravel action (not just commands) on any schedule from just one cron job! Inspired by T...
It's getting images from IPB forum but there are many types jpg;gif;png <img src="http://*/u...
We've open sourced Sentinel and depreciated Sentry. Feeling supportive? Help us on our mission to bu...
Categories id | title | parent_id Products id | title | category_id The categories table self join...
I am interested in to modify default sql while auth with Laravel 5. Laravel uses this sql for auth a...
I have a object ($project) in Blade. When I do a {{ var_dump($project) }} I get: object(stdClass)[60...
Hello guys, I am newbie in Laravel (Laravel is very well framework) :-), firstly - I am so sorry for...
How can I use a structure of multiple join in laravel. An example Users::join ('articles', function...
Hey guys, I'm receiving this message when i install my project on GoDaddy hosting. picture If you gu...
I am having a hard time finding out how to add PHP helper functions in a Blade template. For example...
Hi, I'd like to know if there is a way to serialize an eloquent model so I could, in the future dese...
I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...
Hi, I am trying to see how to best approach to bind a mock dependency when testing. Assume I have a...
I am using https://github.com/strebl/ldap-auth to authenticate my users against ldap. However my app...
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