I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...
I'm using L5.1 and I have this relation in my model: public function rma_platform(){ return $this-...
Hi all! I'm new to laravel and want to test it with a small application. Basically I need to auth us...
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":"...
I wish to build a new website based on my old website. To do that i use Laravel 4 (I cannot use lara...
I have extended the basic Eloquent\Collection class as follows: class BoogerCollection extends \Illu...
Good day.. Hi guys. I know this is one the basic features in laravel but I'm kinda stuck here. I'd l...
Hi, recently I migrated this Laravel 4.2 website to a new host with centos 7, PHP 5.5.30. Unfortunat...
I'm curious as to what conventions I should use/follow. Specifically when it comes to naming tables...
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)...
Hi, i have two table: LECTURES id name 1 Lesson 1 2 Lesson 2 3 Lesson 3 LECT...
All in the interest of learning Laravel and better coding. This is my controller: public function in...
Hello guys, I'm using phpunit 4.0.17 and I'm using stripe for subscriptions on my website. I want to...
Hi everyone. I have followed the instructions here: http://laravel.com/docs/5.1/homestead to get a l...
Hi folks, do you can help with this, I want to create a form with dinamyc fields for insert products...
We're building a restful api which in this case is consumed via an Angular frontend. All works well,...
Hi, I have trouble with a transaction. I want to improve a dashboard view in my applicaton. To do so...
So I am new to phpunit/codeception. With that said, I am attempting to test a method that is in a co...
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