The scenario: User creates a new page. Once he writes the content, he has the option to select the d...
Anyone knows of an open source project built with them together, or at least some resources to get m...
When I test manually, everything works, but RegisterCept.php functional test just won't pass $I = ne...
So I have two forms on a single page. Login (email, password) and register (username, email, passwor...
I'd like to use Homestead for a non-laravel project, just a simple sandbox if you will, that has a f...
Good to see you managed to fix it yourself. I forgot to add the closing brackets in the example. Fix...
First go to app/config/app.php and enable error reporting to see what the error is And since you're...
Try adding a hidden filed with a random string or date and check if it was submitted multiple times...
Try something like htdocs -- app -- bootstrap -- accountnumber -- ... And put everything from /pub...
You might want to look at queues that Laravel provides.
The Laravel portal for problem solving, knowledge sharing and community building.