Hello! I'm having an issue with one of my eager loaded relationship. I'm trying to get a Document an...
Hello, I would like to know if there is a way to detect if the user's session has expired. I did a f...
Hello everyone! I have a PHP script that can take a few minutes to be done. It's some search engine...
Hello! I'm using a postgresql DB and have a column containing arrays (integer[]). Problem is I don't...
Good morning/afternoon/evening! Is there a way to create routes that would be executed only if filte...
Yeah, that was the trick. 'Simple' tables (no foreign keys) first. Had to backup the 'country' migra...
Hello, Apparently it's still not working. Country : Schema::create('country', function(Blueprint $ta...
Thanks for your answers, I'll try that first thing tomorrow and keep you informed!
It seems to have solved the main problem, but now the foreign key seems to make the migrate command...
Thanks for the answer. I tried replacing 'code' by 'country_code' (and 'code' by 'continent_code' fo...
The Laravel portal for problem solving, knowledge sharing and community building.