Support the ongoing development of Laravel.io →

Undefined variable: validator

Hi there, I new there and with laravel. I try make users Authentication but have all time have this...

0 Likes
3 Replies
Solved

Data Scope

In most of the code I write, 90% of the time I declare the data variable at a global scope. Is this...

0 Likes
3 Replies

Eloquent Many to Many query

Hello I have following structure Table categories Table posts Table category_post Table users Table...

0 Likes
0 Replies

Advice with stripe

SCENARIO I have built a party booking engine with Laravel, which requires a Down payment to reserve...

0 Likes
1 Replies

Sorting database values using usort and Sortby(collection method)

I am trying to use usort and sortby to basically after the code below is 1. sort $featureLists by 'f...

0 Likes
0 Replies
posted 10 years ago

how can I make this the best in models

Hello, I try to make a financial app. Now I have this problem. I have customers which are put into a...

0 Likes
6 Replies

Getting QuickStart route working with rewriting on Debian GNU/Linux

Going through the QuickStart tutorial, here ( http://laravel.com/docs/quick ), I found the added rou...

0 Likes
1 Replies
posted 10 years ago

Your package development workflow

How do you solve the following: I'm working on a subpackage to my main project. Using the Workbench...

0 Likes
7 Replies
Solved

date time format database field

I am using DB::raw how can i format a date field in the database 'DATE_FORMAT(created_at,"%m %j...

0 Likes
3 Replies

Tracing database changes

Hi, is there an easy way, to trace the changes in a database using eloquent? I am using a mySQL data...

0 Likes
4 Replies

Ardent validation in model of unsigned

I can validate numeric using Ardent this way in my model: public static $rules = array( 'featid'...

0 Likes
3 Replies
Solved
posted 10 years ago

Passing vars in extended blade template

Hi all, I have a generic template for my website, called "dashboard.blade.php". If i need...

0 Likes
2 Replies
posted 10 years ago

Laravel codeception problem with test not passing

Can someone give me a pointer in the right direction? :-) Below a very simple test. User is on a pos...

0 Likes
1 Replies
Solved
posted 10 years ago

Generate views from database

Hi all, I would like to switch from YII to Laravel but I am not sure I can generate views with forms...

0 Likes
2 Replies
posted 10 years ago

laravel/framework issues disabled?

Hi, i just enter the github.com/laravel/framework to search for someone with a problem like mine and...

0 Likes
0 Replies
posted 11 years ago

Get 10 posts from each category (relationships)

I'm trying to figure out how to get the last 10 submitted posts in each category (by name) and order...

0 Likes
1 Replies
posted 10 years ago

Setting a foreign key on a newly instantiated Eloquent model

Hi. I'm encountering a problem with setting a foreign key on a newly created Eloquent model instanti...

0 Likes
0 Replies

[Package] Laravel Identicon - Laravel Support for Identicon Library [Updated to Support L5]

Hey Everyone! Check out my package - Laravel-Identicon. It basically adds Laravel support to Identic...

0 Likes
0 Replies
posted 10 years ago

Is it possible to prevent array merge in configuration file in non-production environment

Hello, I'm trying to set up target server in configuration file, where the test server (1 server) an...

0 Likes
0 Replies

Only created_at, updated_at timestamps are inside SQL when using Model::create()

I have laravel to automatically manage the created and updated timestamps when I create a new model....

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