Support the ongoing development of Laravel.io →

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 10 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 10 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 10 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 10 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
posted 10 years ago

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
posted 10 years ago

Class 'App\Http\Controllers\Crypt' not found

I have a brand new Laravel 5 install and I am getting an error when trying to use Crypt: Class 'App\...

0 Likes
1 Replies
Solved
posted 10 years ago

How do you create security api application in Laravel5 ?

Hi guys I have something uncertainty when i use laravel-5 to create api application. Usually , whe...

0 Likes
0 Replies

Mail::queue return problem

Hi, I'm using laravel 5.0.18, and I have different return behavior between Mail::send() and Mail::qu...

0 Likes
0 Replies

Calling route inside reposiroty

Hello, I'm trying to call a route inside a controller: if(is_string ($dados_promotor['empresa'])){...

0 Likes
1 Replies

Route Model Binding Using Route Facade vs Router instance.

I'm experiencing an issue where Binding a model to a route works in routes.php when using Route::mod...

0 Likes
0 Replies

Login help, redirect kills session

Help with Laravel login I created a simple CRUD with a login, the problem is when I update or store...

0 Likes
1 Replies

Laravel 5. Form Validation: Unique and where clauses

n the docs 'email' => 'unique:users,email_address,NULL,id,account_id,1' only rows with an accoun...

0 Likes
1 Replies

Fetch data from 3 tables with Eloquent Relations

I have three tables namely users auctions bids bids table has foreign key to users table and auction...

0 Likes
1 Replies

BelongsTo vs HasOne

I've read a ton on this, and I thought I understood. But now I'm not so sure. I have an 'album' and...

0 Likes
4 Replies
Solved

Database design for multiple user attributes

hi i am building an app with Laravel, and I have users which also have a profile. I am unsure about...

0 Likes
3 Replies
Solved

I want to implement my own Auth in Laravel 5 - where to start?

We don't authenticate users against a local database instead we have a Single Sign On (SSO) service...

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