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

Database Model & Select Form List from DB

Greetings, I used php artisan make:model candy to create my Eloquent model for my seeded DB Table &q...

0 Likes
7 Replies
Solved

Using model classes in Laravel 5

In Laravel 4, I could go: Show::all(); But in Laravel 5, I have to go: \Show::all(); or \App\Model...

0 Likes
3 Replies
Solved

[L5] Form request validation with multiple files input

Hi, I search a way to use the new L5 form request validation for validate an array of posted files....

0 Likes
1 Replies

Filtering users country wise using dropdown lists

My user model public function profile() { return $this->hasOne('Profile'); } My...

0 Likes
2 Replies

Changing Authentication view directory from auth\login

I'd like the change the default Laravel 5 auth directory to something else - for example, 'authentic...

0 Likes
1 Replies

Problems with Artisan (migrations)

Hello, i have some problems with artisan i create couple databases, but without notice i have some r...

0 Likes
1 Replies

Check if related entity has any elements.

Hey peeps, new to laravel here (using version 4.2). Now, I have a User model as shown below: <?ph...

0 Likes
1 Replies
Solved

I'm a bit stuck

I am using Laravel 5 and am trying to access the Expedia API. I am find it hard working with Ajax an...

0 Likes
0 Replies

Validate Model Data - Not from form

I have a scenario where I need to validate my model data prior to saving. All examples I can find u...

0 Likes
0 Replies

Working with one-many relationships

Hi there, I am currently working on a multi-language website. The current database setup is: product...

0 Likes
1 Replies

Best practices for this controller ?

Hi! I need some help whit this... I have a controller that creates a view where multiple selects, fo...

0 Likes
3 Replies
Solved

Permanent Config Changes Possible through a UI?

Hello, I am developing an application with Laravel 5 and I am hoping to build a UI that allows the i...

0 Likes
4 Replies

Homestead 2.0 - homestead command not working

After upgrading to Homestead 2.0 on my Yosemite Mac, I'm having problems. Using vagrant commands (e....

0 Likes
4 Replies

Suggestion for Homestead yaml file - online linter?

Hi there I've struggled a bit with my Homestead yaml file. Still struggling in fact. I'm totally ne...

0 Likes
1 Replies

separate admin language and front-end language

Hi people! I am making an admin package and I'd like to have the possibility to choose the admin pan...

0 Likes
2 Replies
posted 10 years ago

Database design for a quiz application

I'm new to Laravel (and programming in general), and I'm wondering what the most efficient way to st...

0 Likes
2 Replies
Solved

Trying to get property of non-object in Laravel when attempting to delete row from datatable

I think I know why the error is happening, I just am not sure how to fix it. I have a datatable that...

0 Likes
1 Replies

Looking for a teaching platform

I'm looking to build a site to teach several areas of amateur radio including FCC licensing and othe...

0 Likes
1 Replies
posted 10 years ago

Link to a PDF

I'm trying to link to a PDF but since the route is not registered in Laravel, it is not working. Is...

0 Likes
1 Replies

how can i have a ajax select menu in my form in laravel 5

hello for example : i have tow <select> Elements (Drop-Down List) one of it for category and a...

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