Hello All, I'm trying to show an image using the Response class, Route::get('/', function() { $i...
Hi everyone, I am using the polymorphic relations for the first time and encountering a problem. Her...
<a href="{{ URL::to('home/otherpage', $params) }}"> I need help with how to provide the value...
I followed the main installation guide to the point where I run the command homestead up and I get t...
This is my first Laravel package and I'm really excited to contribute! :) The goal of this package i...
Hello everyone! I am trying to achieve something like a morph relation but in a different manner. I...
I've 2 tables 1st Table is: Projects ID Name 2nd Table is: Users ID Name Project_id...
Hello, I have a mysql read replica setup in aws, where I read from one of the databases and write to...
Myself and a co-worker have been trying to find the source of the magic behind the ValidatesWhenReso...
Hello, how to pass json to javascript in laravel this value $salename=json_encode($oSales); resua...
I have used franzose/ClosureTable to built the product categories, i need to display each one child...
Hi guys, is there a way to make our belongsToMany() method add more relations than described in pivo...
Hi i add this code in the construct function of the controller $this->middleware('auth'); and wor...
Hello everyone, I just started with Laravel 5 a few day ago and I like most of the things it brings...
Hi there, I am just after some advice in terms of Laravel deployment process. I'm currently using Fo...
Before L5, in L4 i had a few filters for AUTH like: Route::filter('guest', function() { if (Auth::c...
I'm just starting out with Lavarel and i could do with a few tips. I'm creating a multi-tenant servi...
Hi, I'd like make possible add new language from UI to my application. Perfect solution will be add...
Hi All, Is there a Laravel best practice with regards to printing? ie. Should separate 'printable' v...
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.