Support the ongoing development of Laravel.io →

Reduce db-queries while needing to continuously update data

Hi there! I build a script that can run through a user's requested daily meals, and automatically as...

0 Likes
0 Replies

Register an user after logged

This is my current project: I have a login page, without any tab on top or whatever. In other words...

0 Likes
1 Replies
Solved

Form model binding with a Collection?

Can it be done? I have a collection, and a form that I loop through it <form:model.....> @for...

0 Likes
0 Replies

How do I make limit the information retrieved by eloquent and stop crashes?

The following code, goes through the entire company database and cache's the lower level nested rela...

0 Likes
12 Replies
Solved

Get SSH connections from database

Guys, Is it possible to save my SSH connections to the database and load them from there?

0 Likes
0 Replies

Using AnguralJs and Html5 on font end

hello i want to use angularJs as my font end in my laravel 5 application ,is there good tutorial or...

0 Likes
0 Replies

Auto Load common class

Hello guys,am new in Laravel,i have been interested to learn it,i found some thing bowwing when eve...

0 Likes
7 Replies

Sharing Functionality between Controllers

Hello, I'm relatively new to Laravel and have a basic question on code structure. I'm working on a w...

0 Likes
0 Replies
posted 9 years ago

Test doesn't works if I use the relative uri

I try to use the test example in L5 and I can't understand becouse the works only if I use the compl...

0 Likes
2 Replies

Join in data from pivot table

I have the tables Users Orders Order_Product But no Products table. In my case the products will b...

0 Likes
0 Replies

Getting error: Whoops, looks like something went wrong.

Hello, I didn't checked on my website for a month but then a few days ago i checked and got: "W...

0 Likes
3 Replies

jQuery not loading on all pages

Hello, 1st, I have some custom javascripts, but they only load on one page. This is how my custom .j...

0 Likes
1 Replies
posted 9 years ago

Is secure "sometimes" validation rule?

Suppose we create a login form with email and password field, and the user send a request without th...

0 Likes
3 Replies
posted 9 years ago

How to sort by pivoted table in a many-to-many

Here's my problem. I have two models with a pivot So say ModelA belongsToMany ModelB ModelB belongsT...

0 Likes
0 Replies
posted 9 years ago

column comment support

Does the Schema builder not support comments for columns yet? MySQL supports them, I've been reading...

0 Likes
0 Replies
posted 9 years ago

create db migrations from mySQLworkbench mwb file

Is there a way to create migrations files from such file? I don't mean models. I mean the migration...

0 Likes
3 Replies

Function works when in routes.php but not in the controller.

I have the following route: Route::get('/api/dropdown', function(){ $input = Input::get('index');...

0 Likes
3 Replies
Solved

Repopulation of 2 forms with similar field names after validation fail

Hello, I've been searching all over the web, but I cannot seem to find a solution for this problem....

0 Likes
2 Replies
Solved

"Not null violation" ERROR, when Register

I am doing a Laravel 5 project and when i try to register a new user and save him into the database,...

0 Likes
3 Replies
Solved

Error while inserting multiple records in table

Hi guys.. i'm using the following code <?php use Illuminate\Database\Seeder; use Illuminate\Data...

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.