Support the ongoing development of Laravel.io →

visualasparagus

Joined 20 Feb 2014

Statistics

Threads 4
Replies 6
Solutions 0
Articles 0

migrate:reset erring when dropping foreign key

I'm having an issue when rolling back a migration that drops foreign keys. I'm creating the foreign...

0 Likes
5 Replies
Solved

DB::statement binding bug?

I'm receiving the following errors when using $bindings with DB::statement. Is there an issue with t...

0 Likes
2 Replies
Solved

Route::controller and PATCH

Is there a reason that Route:controller doesn't automatically include a route from 'PATCH' to functi...

0 Likes
4 Replies
Solved

500 Internal Server Error for all routes other than '/'

Hello, I was receiving a 500 Internal Server Error for all routes other than '/'. After looking at t...

0 Likes
16 Replies
replied 10 years ago

500 Internal Server Error for all routes other than '/'

I think it's due to the VirtualDocumentRoot that I use and the regex that is used in the rewrite rul...

0 Likes
replied 10 years ago

migrate:reset erring when dropping foreign key

Thanks for the response. The table is actually 'authors_books', but if I correct that it works fine....

0 Likes
replied 10 years ago

Issue: Foreign Keys and migrations

The table you reference in the last foreign key statement is 'car' but the table is 'cars'. Does thi...

0 Likes
replied 10 years ago

DB::statement binding bug?

Ah, ok. That would make sense. Thank you for the reference.

0 Likes
replied 10 years ago

Route::controller and PATCH

Yep, I saw that :-)

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.