i'm working on CMS. I 'd like to know if is possibile to have a dynamic section name in a view using...
I have a form where a user can update several profile fields such as username, email, location, etc....
$data = Img::with(array('size'=> function($query){ $query->select('title', 'width', 'img_id'...
Salam, I want to add some new elements to a Eloquent Collection with the add public function, but I...
I want to create an alias under my Laravel application but I do not want this directory routed to/th...
Hey guys, Im trying to validate a date from my form. Im using the pickadate.js script, which is work...
Everything works fine for few hours and then user gets logged out automatically. I have been unable...
I need to integrate some type of electronic legally binding signature feature where I can have a use...
Hi frnds, way to convert codeigniter code to laravel Class user{ function select_cond($userdata = ar...
Hi How can i remove the sort function from custom column 'dropdown'? Controller: function getClients...
Hi, I posted this on SO and haven't found a solution yet: https://stackoverflow.com/questions/243966...
When creating a package in Laravel, the packages use "\Illuminate\Support\ServiceProvider"...
I would like to create an application that logs GET data directly to the DB through Laravel from URL...
I have created a custom service provider to bind interface to a eloquent repository: <?php name...
How do I solve this (and I searched without success for a config.vm file): C:\Homestead> vagrant...
I've done some vanilla PHP integration in the past (jQuery file uploader's backend), but it was most...
I'm using the Baum Nested Set package, which works very well. In one place in my code, I need to lis...
I'm making a JSON API and have some nested fields I'm pulling in with an eager load. Here's the code...
Problem I'm trying to use Eager Load Constraints with a take condition it keeps returning null in th...
Hello, With last version 4.1.28 I get a RuntimeException from Symfony : "You need to specify 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