I created a CommandBus Structure according to the videos series for commands. But I am now running i...
I'm trying to upgrade a legacy app and there I basically need to echo out a bunch of hierarchical da...
I am trying to login a user in the latest release of Lumen. No matter whether I use auth()->attem...
So one of my controller looks a bit like this... /** * @param $userId * * @return \Il...
I'm trying to use Cashier to create Stripe subscriptions in Laravel 5.1. I am using Stripe in test m...
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...
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