Peter Gordon
Peter Gordon
I have 2 instances of Laravel 9. One is a simple instance of Laravel 9 and using a Laravel tutorial as a baseline example, this one: https://codingspoint.com/how-to-send-email-in-laravel-9/ I have another...
Respect to the maintainers. I got stumped and looked around for the solution. The documentation indicates to use myapp.dev.test as an alias in the local hosts file, but in docker-compose.dev.yml...
line 132 php artisan controller:make should be php artisan make:controller