Support the ongoing development of Laravel.io →

4,606 Threads

How to define a grouped list with dynamic data from table?

I wish to create a grouped dropdown list using Blade and Form builder. That should be simple, but th...

0 Likes
0 Replies

This route isn't working - any ideas?

Following this Helpful Getting Started Guide: http://www.sitepoint.com/getting-started-laravel-nitr...

0 Likes
1 Replies

error when trying to use stored procedure

i'm using mysql and a stored procedure. my model looks like this class TaskAssignment extends Eloque...

0 Likes
2 Replies
Solved

Eager-loading a hasOne relation

I have a Show model with a show_type column. This is a hasOne relationship to a ShowTypes model. The...

0 Likes
1 Replies

How to check columns currently selected

I'm using the following code to make a automatic join with the Model's relationship so I can pull so...

0 Likes
0 Replies

Can a model have a dynamic table it relates to?

I am sent postcode/ZIP tables on a quarterly basis. They are named yyyymm_postcode (eg "201504_...

0 Likes
1 Replies
Solved

Invalid argument supplied for foreach()

In Controller $issues = DependencyIssue::with('levels')->get(); And in view I am trying to acces...

0 Likes
2 Replies
Solved

Create model by extending Eloquent or Model class

I am new to Laravel. I have seen few tutorials and few code snippets on stackoverflow.com. Few show...

0 Likes
0 Replies
posted 10 years ago

Run new migrations without breaking existing app data?

I need to add a new table to my database but realised if i run migrations again it will need to roll...

0 Likes
2 Replies

create model problem

Hi Guy: When i create a model, for some reasons artisan also create Migration files. see below ubunt...

0 Likes
2 Replies
Solved

Validation rules and multiple DB connections

Hello! I'm encountering an issue with form validation and user storage. I have two database connecti...

0 Likes
3 Replies
Solved

Getting url data to show in the url bar

I'm using Laravel 4 and I'm trying to get the url bar to display the text url that is saved in the d...

0 Likes
0 Replies

Relationship Help

I am moving an older app from another framework into Laravel 5 and have the relationships set up in...

0 Likes
0 Replies

Class 'Jenssegers\Mongodb\MongodbServiceProvider' not found

I wanted to use https://github.com/jenssegers/laravel-mongodb for connecting to Mongodb with laravel...

0 Likes
1 Replies

Solving: mysqlnd cannot connect to MySQL 4.1+

I have an old built project that i would like to port over to Laravel, which i am working on locally...

0 Likes
3 Replies
Solved

Filename includes Backslashes also with stripslashes

I have got a the following problem: I have create a simple Image Upload Process like this. public fu...

0 Likes
0 Replies

Switching database connections does not work

I have created a new connection in my config.database like; 'mysql' => [ 'driver' => 'mys...

0 Likes
5 Replies
Solved

How to revive data from database for master view like app.blade.php

I need to get Title,Keywords,description from database and show on app.blade.php How can I do that ?...

0 Likes
1 Replies

Entry Relationships with Categories

I have the following table structure in my database. Table Name: tiles Columns: id, tile_name, tile_...

0 Likes
1 Replies
Solved

how populate data from controller to highcharts(line chart)?

Hello, how populate data from controller to highcharts(line chart)? js line chart <script type=&q...

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