cooperl22 / laravel-db2

laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
Other
59 stars 65 forks source link

Laravel 5.1 auth #6

Closed bskimball closed 7 years ago

bskimball commented 9 years ago

Have you guys tried with the built-in auth system? I can't seem to register a new user. Code works on MySQL but not DB2 using ODBC

bskimball commented 9 years ago

Actually using the save and create methods sends me to a page not found err_connection_reset with no errors listed in the laravel logs. Selects from the DB seem to be working fine.