Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Uncaught Error: Class 'Mini\Core\Application' not found in #43

Open
uniqueanurag opened this issue May 3, 2018 · 2 comments

Comments

@uniqueanurag
Copy link

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

@Pen-y-Fan
Copy link

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.

@lucasvil4r
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants