Skip to content

How to debug symfony4 authentication failure

I am trying to set up a traditional login and registration form following the symfony 4 documentation. Using the registration form I seem to be able to register users correctly into the mariaDB …

Laravel polymorphic with custom foreign key

I have problem with custom shipmentable_type. My structure looks like this: Now I have in my Transfer model realtion like this: The problem is, that to table shipmentable, to column shipmentable_type is going sth like this now: App/Models/Transfer, but I would like to force to be there ‘transfer’ …