I'm using laravel 4.2 and I'm trying to create a gallery where you first get a list of categories an...
Hi, I'm new to laravel and wonder if someone could put me out of my misery with this simple piece of...
How do you properly set up a Laravel back-end API only with Angular front end so that Laravel does n...
How can I determine in a view composer's code what blade template a given blade template @extends? R...
Currently, I'm doing this: @foreach($field->options as $option) @if ( 1 != $option->deleted...
is possible form migration file make a CRUD, create controller, model and view. Thanks
I am using the Laravel framework for my PHP Webapp. I am executing some SELECT queries which can tak...
Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...
Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...
I didn't set the model for this table. But i would like to know how to process it in the view. Do I...
Hello My dear laravel buddies, i have my e-shop, so here i have an issues for click tab with active...
Hi, My app needs to load my views from navigation by ajax call using jQuery's load() method. But whe...
I have in some blade PHP files put following row with definition of parameter: <?php $WebBasicLo...
After loading the view with the columns, there are three opciones: add data, edit or remove current...
I have a large number of models, mainly ones that only have columns like name, description. What wou...
I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...
Hello, I'm very new in laravel and php and hope that somebody can help me. I want to add this code:...
I have database outpu like [{"lessonTypeId":"1"},{"lessonTypeId":"...
These are the steps i have done to enable HTML and Form into laravel 5 I have added illuminate/html...
I have in controller : $lista = Lesson::where('id', $id_less) ->with(['user' => function ($q)...
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