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...
I want to build a menu where the data comes from database but i don't know where to start. the menu...
Illuminate\View\Engines\CompilerEngine handleViewException …/vendor/laravel/framework/src/Illu...
Hello, I am new here but I am not new to Laravel, however I am still learning and I want to improve....
Hi friends, help me please, how I can do for save InventorEntry model and get the id for attach a pr...
Hi! I'm starting my adventure with Laravel, and unfortunately I encounered a problem. My app templat...
Hello, I have a website where everyone can develop a plugin and share it with other users: you make...
I'm using Laravel 4 and I do not need to store the codes of the various pages in the browser cache a...
Consider the common User Registration/Authentication system. A robust registration system will have...
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