I have a config variable file which I'm using it in my controllers instead of mysql for faster perfo...
Hi! I'm working with a project developed in Laravel 4.2. Now we want to update Laravel to 5.3. How w...
I have UserAvatar and User table. I want to compare if image is already uploaded then update or inse...
How to get each 'name', 'id', and more data particuler in JSON [,…] 0 : [{id: 13, name: "Aashir...
I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public fun...
I follow this : http://stackoverflow.com/questions/19983610/how-to-get-page-number-on-dompdf-pdf-whe...
I've this query: $periodo = Input::get("periodo"); $programa = Input::get("programa...
How would I achieve this? I am confused weather to use onetomany, hasmany, belongsto? Help me out.
Is there a way to catch the table names if I run migration from a controller?
Hey Guys, I need your help, because i'm new in laravel. This is the code of my upload controller:...
I want to show data from database: for every id_grup has many lapangan(court) $groups_resource...
Why does Laravel provide direct access to Redis? Wouldn't it be better to provide an abstract Key-Va...
beeyev liked this thread
i am try to create Sub-domain route but i have a problem to create this .
Hi, I know to create migration on database by laravel migration. However, how to grant permission on...
Hi, I have problem: with each request, server return many event but with same data I dont know why,...
ostap, hasn68 liked this thread
Hi, I am an administrator of a WHM/Cpanel Server and an experienced Laravel developer, I have multip...
Hey, How can I pass an array variable to the Laravel Controller using GET method? My route is define...
I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...
Hi there, Does anyone know how I can modify the data a form request object contains before it is use...
Hey peoples, Just today I started looking at how to UnitTest some of my code in Laravel. In general,...
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