Support the ongoing development of Laravel.io →

How to run PostgresSQL with Laravel 5?

I’m working on Laravel 5 with postgres as database. I’ve configured postgres 9.4 and pgAdmin III and...

0 Likes
0 Replies

Need Calendar Event for Laravel 5

Hello, I have a Market Model. I need to add the open/closed function with a Calendar Event and didn'...

0 Likes
4 Replies
Solved

Update multiple rows using multiple select menu inputs

What I want to accomplish, is to update multiple rows at once, based on what has been submitted usin...

0 Likes
2 Replies
posted 10 years ago

Middleware problems

So I've been watching tutorials on laracasts about middleware parameters, but somehow it does fail.....

0 Likes
0 Replies

How Can One Develop Nested Packages?

I'm trying to put all my reusable code in packages to get them easily into other projects. I want to...

0 Likes
1 Replies

Best way to throttle requests by API Key?

Hello, I am trying to basically check if the api key that is currently being used, didn't pass it's...

0 Likes
0 Replies
posted 10 years ago

Best open source project to pick laravel 4.2

I've found lot of open source projects built with laravel from source 1, source 2. But the thing is...

0 Likes
0 Replies

Going from Lumen->Laravel

Is it as easy as updating composer.json and running composer update?

0 Likes
0 Replies

Proper API JSON pagination

Hello everyone. I'm kinda new to Laravel so sorry if this is a noob question. I have an API controll...

0 Likes
3 Replies
Solved
posted 10 years ago

How can I use onWriteConnection() to create new user?

$user = new \App\User::onWriteConnection(); $user->name = \Input::get('name'); //... $user->st...

0 Likes
2 Replies
Solved
posted 10 years ago

How to fix the laravel array response values

I am developing apis for andriod in laravel 4.2. Facing a very silly type of problem I have a blog m...

0 Likes
1 Replies
posted 10 years ago

laravel 4 make testing environment use .env.php unsted of .env.testing.php

im writing test for a laravel project. so in this project there is a .env.php when i lunch tests it...

0 Likes
0 Replies

Seeding Sqlite database fails while MySQL works fine

Hey guys, I want to seed a Sqlite memory DB for testing purposes. The seeds work fine for my develop...

0 Likes
3 Replies
Solved
posted 10 years ago

Class 'mkapproach\bootloader\BootloaderServiceProvider' not found in [..]/ProviderRepository.php

Hi guys, i've already been through several threads where similiar problems were occuring, but none o...

0 Likes
0 Replies

Laravel eloquent modelling is getting buggy?

Hi, I am create multi-relation system on tables, and return $staff i get whole data successfully.Its...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel 5 Form Macros

With the changes to Laravel 5 directory structure and service providers changes, where is the ideal...

0 Likes
4 Replies

Proper/best way to access user data

Hello everyone! I'm new to Laravel and I'd want to know the proper/best way to access the currently...

0 Likes
3 Replies

Laravel 5 Login Function

I've looked at the standard AuthenticatesAndRegistersUsers.php file that comes with Laravel 5. I'm...

0 Likes
3 Replies

Cant find a solution in Query

hi all, i need to execute the following query as iam new to laravel, i cant find what went wrong in...

0 Likes
0 Replies
posted 10 years ago

loadbalancer and session management

Hello, I'm on laravel 4.2, and have inconsistency of the session management I have this configuratio...

0 Likes
2 Replies
Solved

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.