I just checked my profile page to see a list of my past posts, but only 4 are displayed. Is there a...
I am developing several projects in the most recent release of Lumen. The Lumen documentation does n...
OK so i have a partial that i have been using in several places.. so far it has worked perfectly bec...
So I am using laravel 5 form testing for my register pages which are split into 3 stages doing somet...
Short version I have a basic polymorphic relation between a Note model and many things, including a...
laravel 5.1 document example define ability authorization for one to many relationships: http://lar...
I am newbie laravel here my code is not redirect to signup page. Not any error display. Any suggesti...
Routing in laravel is Route::get('/', array('uses' => 'HomeController@index')); I want to choose...
Hi All, I'm at a loss for what's happening. I'm running two queries on a table as part of my migrati...
$products=Product::where('product_name',$request->product_name)->first(); if($products->...
Hello, Maybe here is some guys familiar with rails, don't you think it would be good to have engines...
Hi All, I am using the built-in authentication views/controllers for Laravel 5.0. I am able to succe...
How I can fill $a in to the table, pls and regards. $products=Product::where('product_name',$request...
I have this and return Object of class Illuminate\Database\Eloquent\Builder could not be converted t...
Hi friends, I have a form, with selectbox for employees, so select the id, well on my table users I...
I don't know what else to do anymore, everything I tried failed. So there's this form {{ Form::open...
Hey everyone. I have some questions to ask. :3 I come from using Yii1, and I have a rather big proje...
Hi guys, I am moving my first steps with Docker and, a few days ago, I made a starter setup that you...
I would like to populate a field string(50) with one out of 3 possibilities, what can I write there?...
Hi, i looking for some simple CMS framework for Lravel 5.1. I would like useing module for login or...
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