Support the ongoing development of Laravel.io →

faust-eight

Joined 3 Feb 2014

Statistics

Threads 5
Replies 14
Solutions 4
Articles 0

Polymorphic relationship listing

I decided to test out polymorphic relationships and of course, I got stuck at the beginning. I want...

0 Likes
0 Replies

Code executing with artisan

I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...

0 Likes
4 Replies
Solved

hasManyThrough is really slow

I have Categories that have many Product Groups and those Product Groups have many Products. I'm usi...

0 Likes
7 Replies
Solved

Seeding from migration

This may be a weird question, but is there a way to seed the db from a migration? The reason is that...

0 Likes
1 Replies
Solved

Basic http authentication

I know how to use Laravel's basic authentication and how to change the column name. Is there a way t...

0 Likes
6 Replies
Solved
replied 9 years ago

Left Join empty result

I am not very sure if this works: DB::table('cat AS b') Can you please try executing the query with...

0 Likes
replied 9 years ago

Passing array to view!

Try removing the ->get() at the end. Also try returning it like that: return View::make('list')-&...

0 Likes
replied 9 years ago

Model use in routes.php

I forgot. I recently did something silimar. Just check for this in your routes.php if (!App::running...

0 Likes
replied 9 years ago

Model use in routes.php

What does the function getAllSlugs() do ? If it takes info from the db and before migrating you don'...

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.