Posts by Luís Aurélio • 34 points
3 posts
-
1
votes1
answer77
viewsA: phpunit no phpstorm
When I see your code, I see that your machine does not have the mbstring extension. phpunit/phpunit 8.0.4 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your…
-
-1
votes3
answers1942
viewsQ: Error sending email on Laravel 5.7 - Swift_transportexception
Hello, I’m trying to send an email using Laravel 5.7, and I had some problems. I wrote a view for my email. Then I send the email rendered by the Controller, as follows:…
-
1
votes2
answers389
viewsA: Redirect to another Codeigniter application
Hadrian, A suggestion is to use the function header, pointing to the URL of the application to be redirected: header('Location: http://www.example.com/'); header('Location: https://answall.com'); It…