Support the ongoing development of Laravel.io →

Laravel Migrations Generator

Heya guys, Just finished a new package for Laravel that allows you to generate clean and accurate Mi...

0 Likes
4 Replies

attach user_id to profile table

how i can attach user_id to profile table when the user register because the register in laravel 5 b...

0 Likes
1 Replies

Modify Input before validation

Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...

0 Likes
6 Replies

Clean way of combining an array for a listbox

Most of the listbox I use, make use of the lists function i.e. ->lists('id', 'name') Is there a n...

0 Likes
2 Replies

Laravel 4.2 Queue Firing Twice

I have tried both ironmq and beanstalkd. This code in the routes: Route::get('test-queue', function(...

0 Likes
5 Replies

Is my Controller too large (am I doing it wrong)?

I've recently just started with Laravel, and loving it - made this to update a user's data - is it t...

0 Likes
3 Replies
posted 10 years ago

Starting point for profile/dating site?

Is there any good starting point code bases around for a profile style site? I have a few projects t...

0 Likes
5 Replies

laravel 5 built in scaffolding tried to use username instead of email error

I already created a column username and fill it in the users table that was used with the laravel 5...

0 Likes
3 Replies
Solved
posted 10 years ago

It is possible to use regular expressions within blade master layout if statements or conditions?

This is what I was looking forward to validate (Doesn't work): @if('/auth/', preg_match(Request::pat...

0 Likes
2 Replies

HTTPS not being detected

I'm connecting over https with my browser, and in my middleware class when I call $request->secur...

0 Likes
1 Replies
Solved
posted 10 years ago

Sendwithus integration

Hey everyone, I have fallen in love with sendwithus for email template handling and sending. They ha...

0 Likes
1 Replies

Laravel 4.2 Routes Firing Twice

Not sure what is up but my routes keep getting called twice. I have erased them all and just used th...

0 Likes
0 Replies
posted 10 years ago

Issue with redis static method

So I am calling the Redis functionality inside my Laravel application. I have an environment set up...

0 Likes
0 Replies

Middleware not being used on custom 404 page

I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...

0 Likes
1 Replies
Solved

->withPivot(column)->sum(column)? How to accomplish?

Hi folks, I'm very new to laravel and just trying to sum a column within my pivot table of a model....

0 Likes
0 Replies

Client/Admin authorization system

I'm writing an app that has both client and admin side and I need roles and sub-account(for client)...

0 Likes
2 Replies

Using the Auth login pages and routing

I have the auth login page working. How do you now keep the pages you need password protected and se...

0 Likes
1 Replies

Removing folders from the default install

Am I right in thinking that most of the folders in the default install of Laravel are just there as...

0 Likes
2 Replies

What is the price for the hosting of this app?

Hi, i want to buy a hosting for my Laravel APP. My app: Is not heavy (Around 10 MB) Has not images...

0 Likes
3 Replies

Is it possible to validate array max elements number by standard validators?

class TestRequest extends Request { public function rules() { // Is it possible to u...

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.