I have relation many to many (posts and tags) in Eloquent. Is it possible to order tags in the pivot...
I have routes like: Route::group(['prefix' => '{locale}'], function() { Route::get('/post/{slug}...
So, question is clear in general... My seed looks like this: PostsTableSeeder.php class PostsTableSe...
Is there any manuals or tutorials how to arrange env files and load data from them?
happyDemon said: It's simple, I think you forgot to add use Illuminate\Database\Seeder; at the top...
jayhealey said: Easiest thing to do is read the official documentation- it's based on a community p...
The Laravel portal for problem solving, knowledge sharing and community building.
The community