I'm not sure how you create your mail object. But you can use $this->text instead of the $this-&g...
You can run any artisan command with -h to see the options. Example: php artisan migrate -h There yo...
You can take a look to the Streamed Downloads, see: https://laravel.com/docs/6.x/responses#file-down...
The assertDatabaseHas is part of the trait InteractsWithDatabase ( see: https://github.com/laravel/f...
You can just remove the directory with the content to delete the project. Optional you need to delet...
The Laravel portal for problem solving, knowledge sharing and community building.