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

just started a new project in 5.0, should I upgrade?

Hey, So one annoying thing about laravel is the constant updates, i have just about managed to start...

0 Likes
7 Replies

How to change User Table in Laravel?

I use Laravel 5.0. I have user table in my DB. I changed table variables in User and Config/Auth to...

0 Likes
2 Replies

Run a query every 24 hours?

I have a site with a large number of downloads available and I've implemented a bandwidth cap for ea...

0 Likes
1 Replies

Json response

Hi! Im trying to get a json response in Laravel 5. //variables in my Model $URL= "https://maps....

0 Likes
4 Replies

Best practice defining multiple many-to-many relationships in one table?

Hi, I am building a products table and I have five columns that will contain data that will be share...

0 Likes
4 Replies

laravel 5 middleware with parameters

I'm an absolute beginner in Laravel 5. I've created a middleware class called BeforeMiddleware the b...

0 Likes
0 Replies
posted 10 years ago

Moderately sized codebase - tossing up whether or not to rewrite

First off - this codebase was written for one client, it works well enough for his business, I make...

0 Likes
1 Replies
posted 10 years ago

How to insert values with migration?

Hey, this is my first laravel project and I faced this problem, I have a "users migration"...

0 Likes
4 Replies
Solved

5.1 Factory & seeding.

I was using TestDummies in 5.0 but changed to built in Factory functionality in 5.1. but when i ran...

0 Likes
0 Replies
posted 10 years ago

Pelastic ODM

Hi everyone, We came up to create an ODM for Elasticsearch what is your idea on that?. The need came...

0 Likes
0 Replies

Broadcasting event error

Hello everybody. I've started to use Laravel 5.1 and its pretty awesome, just wanted to play around...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 error link_to_route

Hello, Just downloaded Laravel 5 and am getting Call to undefined function link_to_route() Am I supp...

0 Likes
6 Replies
Solved

Error while using php artisan app:name to name the application

After a Laravel fresh install using ´composer global require "laravel/installer=~1.1"´ and...

0 Likes
2 Replies
Solved

remember_token

How should the remember_token be set?

0 Likes
16 Replies
Solved

Clean 5.1 installation fails with "Whoops, look like something went wrong."

I did a brand new installation of 5.1, and performed the chmod -R 777 on bootstrap and storage direc...

0 Likes
2 Replies

following Jeffrey Ways Easy Auth and have come to stumbling block

I keep getting "FatalErrorException in ArticlesController.php line 67: Call to a member functio...

0 Likes
3 Replies
Solved

records insertion progress

csv contain information with item name,price,description etc.and csv contain around 500 records. I'm...

0 Likes
0 Replies

Union in loop select - Query

Hi i need to create a union of select queries in a for loop. following is my code. $union = DB::tabl...

0 Likes
1 Replies
posted 10 years ago

What's the purpose of code injection in controllers constructors?

Hi, Here is how we should(?) instantiate classes needed by a controller class (just an example): cla...

0 Likes
5 Replies
Solved
posted 10 years ago

Testing: Type in field without name

I'm trying to test a payment form with fields without a name tag like this: <form action="/w...

0 Likes
0 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.