I'm using Laravel 4.2. I have just converted all tables of MySQL database from MyISAM to InnoDB by i...
Hey guys Im using Laravel Forge to manage my server.its default config prevents any request ending w...
I'm very new to laravel. Just getting around the MVC idea. How would I go about writing in laravel s...
Hi guys, does anyone know if the new Event broadcasting feature will be available in Lumen soon? Or...
Hi, There is a problem in the log of my production server. Here is the stack trace : [2014-10-14 00:...
I am trying to send Error Log messages with proper design to my mail when ever an error is occurred...
I have an application that's using Laravel 4.0.x. I ran a composer update and after that noticed tha...
Hi everyone, New to Laravel and hitting the ground running with fresh Laravel 5 stuff. Just stuck on...
I'm building a really basic event registration website with an angular front end. What I'd like to d...
Hopefully someone here can help me with this, I'm kinda stuck here... I have a form looks like this:...
I'm trying to sort a collection by the column "name". I am logging the ajax result and whe...
Hi, I have a Eloquent Model and I want to create a customized toArray method... class Posts extends...
Hello, when doing a validatoin in the controller with $this->validate( $request, $rules); Laravel...
Being fairly new to Laravel framework, I've come across an issue with the default Auth system. I cha...
Helo, I wonder how can I bind a model with condition? in this example: https://iatstuti.net/blog/elo...
This is my code: <?php namespace App\Users; use Illuminate\Support\Facades\Session; class Mappe...
Hi guys, I've tried to get some insight at #laravel but it doesnt help. So I have this project with...
My input elements sometimes do not populate with the model information. In the occurrence, I refresh...
I'm trying write test method that use WithoutMiddleware class but this class don't valid under Illu...
I just want to assign a role to newly registered user. How I can achieve this in Laravel 5 with Entr...
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