Support the ongoing development of Laravel.io →

4,606 Threads

Trouble displaying created_at value in view

I'm trying to display the created_at column in one of my views and I'm not having any luck. When I t...

0 Likes
2 Replies
Solved

Laravel 5 connecting to a second database

The DB::connection seems to work but when I am using DB::table it is still looking at my 1st default...

0 Likes
2 Replies
Solved
posted 10 years ago

how do you backup your virtual machines in HYPER-V ?

I am using hyper-v and I am looking for ways to backup the virtual machine. I know I could just shut...

0 Likes
1 Replies

PHP 5.5 CLI some modules not loaded

Environment: Windows 7 x64 WAMP with PHP 5.5 Laravel 4.2 php -ini returns: C:>php --ini Configura...

0 Likes
2 Replies
Solved

Schema suggestions for one slot per day of week

I'm creating a scheduler that for each location has a start and end time for each day of the week. N...

0 Likes
0 Replies
posted 10 years ago

Stored procedure DB error with Laravel 4.2

We have some code running under Laravel 4.2 that calls a stored procedure that’s supposed to fetch a...

0 Likes
1 Replies
posted 10 years ago

accessing pivot with join

Hello i have the following model: class Agent extends Eloquent { protected $fillable = []; protect...

0 Likes
0 Replies

Efficient way of ranking information from a database.

Hello, I'm fairly new to Laravel, and I'm working on making a leaderboard for a game. I'm wondering...

0 Likes
1 Replies
posted 10 years ago

Model relations delete

i have the following model: class Agent extends Eloquent { protected $fillable = []; protected $ta...

0 Likes
1 Replies
Solved

Can't get accessors to work

In my application I have numerous models, but the ones that are of concern are 'User' and 'Points'....

0 Likes
3 Replies

Get Recent Comments

Hey everyone, i'm pretty sure that my problem is already out there, but i wasn't able to find any so...

0 Likes
1 Replies
Solved

How double foreach blade of customers and orders with one sql

Hi! i have a question about how create a double foreach in blade from only one sql with query builde...

0 Likes
2 Replies

Laravel and SaaS set up

Hi ya folks, I'm building our first SaaS app. The project will see users having the same functionali...

0 Likes
0 Replies

Escaping for injection

I am learning laravel and php but I just need to clarify when it is needed to escape strings. If any...

0 Likes
4 Replies
Solved

Migration of databases

Hello Guys, On the database.php file it is possible to define a database(MySQL, sqlsrv, pgsql). If I...

0 Likes
3 Replies
Solved

Checking against multiple groups

Hello, I have Users who can belong to many Groups, and Issues which are assigned to a single Group....

0 Likes
0 Replies

Models for admin and page display

I'm learning Laravel 5. I have a model called Destination. I am querying the database with the model...

0 Likes
0 Replies

Eloquent hasOne best practice Laravel 5.0

Hello, #Laravel 5.0 Standart situations with html_meta table that contains some html meta data for...

0 Likes
5 Replies

eloquent query multiple relations deep

I have 3 models in question. Company, User, Group. I am trying to return all company records whose c...

0 Likes
4 Replies
Solved
posted 10 years ago

Getting results from a mysql stored procedure using laravel

Hi, I was wondering if someone can help me with this. For a few days now, I have tried to find a way...

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.