I decided to test out polymorphic relationships and of course, I got stuck at the beginning. I want...
I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...
I have Categories that have many Product Groups and those Product Groups have many Products. I'm usi...
This may be a weird question, but is there a way to seed the db from a migration? The reason is that...
I know how to use Laravel's basic authentication and how to change the column name. Is there a way t...
I am not very sure if this works: DB::table('cat AS b') Can you please try executing the query with...
so...I didn't get your question
Try removing the ->get() at the end. Also try returning it like that: return View::make('list')-&...
I forgot. I recently did something silimar. Just check for this in your routes.php if (!App::running...
What does the function getAllSlugs() do ? If it takes info from the db and before migrating you don'...
The Laravel portal for problem solving, knowledge sharing and community building.
The community