You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught Error: Class 'Mini\Core\Application' not found in C:\xampp\htdocs\demo\public\index.php:39 Stack trace: #0 {main} thrown in C:\xampp\htdocs\demo\public\index.php on line 39
I had the same error on Windows, using Laragon. If you did the same as me you copied the zip but didn't run composer install, although this will not run the full Lunux install script it will create and populate vendor directory, which is required. Basically, I didn't follow the instructions for Manual Installation.
Hello gentlemen, in my case I had the same error and I was not able to load the PHPMailer class via autoload, the error was resolved when after applying the namespace in my controller class I typed "use PHPMailer\PHPMailer\PHPMailer;"
After I started function I created obj PHPMailer without any problems.
It's not working for me
Fatal error: Uncaught Error: Class 'Mini\Core\Application' not found in C:\xampp\htdocs\demo\public\index.php:39 Stack trace: #0 {main} thrown in C:\xampp\htdocs\demo\public\index.php on line 39
Directory path
C:\xampp\htdocs\demo\application\Core
The text was updated successfully, but these errors were encountered: