Support the ongoing development of Laravel.io →

nonamez

Joined 5 Feb 2015

Statistics

Threads 4
Replies 2
Solutions 0
Articles 0

How to get most repetitive values with Eloquent?

I have relation many to many (posts and tags) in Eloquent. Is it possible to order tags in the pivot...

0 Likes
1 Replies

Is it possible to set global param in Laravel named routes?

I have routes like: Route::group(['prefix' => '{locale}'], function() { Route::get('/post/{slug}...

0 Likes
1 Replies
posted 9 years ago

How to deal with seed in L5?

So, question is clear in general... My seed looks like this: PostsTableSeeder.php class PostsTableSe...

0 Likes
2 Replies
posted 9 years ago

How to work with environment in L5?

Is there any manuals or tutorials how to arrange env files and load data from them?

0 Likes
4 Replies
replied 9 years ago

How to deal with seed in L5?

happyDemon said: It's simple, I think you forgot to add use Illuminate\Database\Seeder; at the top...

0 Likes
replied 9 years ago

How to work with environment in L5?

jayhealey said: Easiest thing to do is read the official documentation- it's based on a community p...

0 Likes

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.

© 2024 Laravel.io - All rights reserved.