Support the ongoing development of Laravel.io →
posted 10 years ago

Eloquent save() not working after switching from MyISAM to InnoDB

I'm using Laravel 4.2. I have just converted all tables of MySQL database from MyISAM to InnoDB by i...

0 Likes
2 Replies
posted 10 years ago

Forge/Nginx "No input file specified." when requesting a .php url

Hey guys Im using Laravel Forge to manage my server.its default config prevents any request ending w...

0 Likes
2 Replies

insert multiple rows / new to laravel

I'm very new to laravel. Just getting around the MVC idea. How would I go about writing in laravel s...

0 Likes
1 Replies
posted 10 years ago

Event Broadcasting and Lumen

Hi guys, does anyone know if the new Event broadcasting feature will be available in Lumen soon? Or...

0 Likes
0 Replies
posted 10 years ago

Stack trace for error "MethodNotAllowedHttpException"

Hi, There is a problem in the log of my production server. Here is the stack trace : [2014-10-14 00:...

0 Likes
6 Replies
Solved
posted 10 years ago

Send Error messages in Laravel 5 to Email

I am trying to send Error Log messages with proper design to my mail when ever an error is occurred...

0 Likes
0 Replies

Environment not created when running tests

I have an application that's using Laravel 4.0.x. I ran a composer update and after that noticed tha...

0 Likes
3 Replies
Solved
posted 10 years ago

Generating pivot tables in Laravel 5

Hi everyone, New to Laravel and hitting the ground running with fresh Laravel 5 stuff. Just stuck on...

0 Likes
3 Replies

Subdomain detects "year"

I'm building a really basic event registration website with an angular front end. What I'd like to d...

0 Likes
1 Replies

Insert Multiple rows?

Hopefully someone here can help me with this, I'm kinda stuck here... I have a form looks like this:...

0 Likes
1 Replies

Weird behavior - Sorting collection

I'm trying to sort a collection by the column "name". I am logging the ajax result and whe...

0 Likes
1 Replies
Solved

Custom toArray method on Eloquent model

Hi, I have a Eloquent Model and I want to create a customized toArray method... class Posts extends...

0 Likes
4 Replies
Solved

Validation Redirects (on Error) - How to test if it is an error Redirect?

Hello, when doing a validatoin in the controller with $this->validate( $request, $rules); Laravel...

0 Likes
0 Replies

No redirect from auth routes, even though successfully authenticated?

Being fairly new to Laravel framework, I've come across an issue with the default Auth system. I cha...

0 Likes
2 Replies

Route model binding with condition

Helo, I wonder how can I bind a model with condition? in this example: https://iatstuti.net/blog/elo...

0 Likes
3 Replies
posted 10 years ago

How do I use the put method in Laravel?

This is my code: <?php namespace App\Users; use Illuminate\Support\Facades\Session; class Mappe...

0 Likes
3 Replies

Handle concurrent select/insert

Hi guys, I've tried to get some insight at #laravel but it doesnt help. So I have this project with...

0 Likes
2 Replies

Form::model information sometimes does not show, shows after refresh

My input elements sometimes do not populate with the model information. In the occurrence, I refresh...

0 Likes
1 Replies

Invalid class Illuminate\Foundation\Testing\WithoutMiddleware

I'm trying write test method that use WithoutMiddleware class but this class don't valid under Illu...

0 Likes
1 Replies
Solved

How to assign default user role in entrust?

I just want to assign a role to newly registered user. How I can achieve this in Laravel 5 with Entr...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.