Hello, Can someone help me with my problem or show example. I am a new user of laravel community. I...
I'm relatively new to Laravel so please forgive my ignorance. I'm creating an app and want to give t...
I have this Eloquent model. $order = Order::find(1); When I echo $order->Status; this should thro...
Hi, I found this line in the 5.0 documentation: abort(403, 'Unauthorized action.'); My question is...
I have a problem that I'm hoping someone has either run into before, or has an idea of the possible...
Simple question and I am sorry if it was already stated elsewhere; Do I have to upgrade to each vers...
I am following a tutorial for Laravel 5 beauty and in the last tutorial titled "Cleaning up the...
As I was getting tired of creating translation files and maintaining big arrays of translations, I l...
The docs for L4.2 show examples of how to use exists with values for a 'where' clause when checking...
I have a model, Order, that has an updated event. use Illuminate\Database\Eloquent\Model; class Ord...
I have a unique use case I am trying to write a laravel application for. I want to authenticate user...
I want to create a website and their cms to create page and their link dynamically I opted the code...
I have one middleware, which merges customerId to each incoming request. if ( ! $request->has('cu...
Hey Guys, I have a issue with relations. I have a table with: companies, machines and sales. A compa...
Hi everyone, since a couple of day I have some trouble with the composer update command in that when...
I'm posting data to a Laravel controller using a XMLHttpRequest() to send FormData(), and trying to...
Has anyone purchased this? Is this recommended for it's content?
how do i created graph multi series in laravel? this is my code, please tell me if i have error.. &l...
Here is my file Email.php in app, it is very simple but it doesn't work: <?php namespace App;...
I've been trying to get vagrant + homestead working on windows 8.1, I can access the VM with 'homest...
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