panique / mini3

Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
274 stars 100 forks source link

Class 'Mini\Core\Application not found #17

Closed eldinor closed 7 years ago

eldinor commented 7 years ago

Dear friends,

Thank you very much for Mini, it helps a lot for the beginners. I was going to try Mini3, but have got only errors :(

On php 5.6: Fatal error: Class 'Mini\Core\Application' not found in .../.../mini3-master/public/index.php on line 37

On php 7.0: Uncaught Error: Stack trace: #0 {main} thrown in .../.../mini3-master/public/index.php on line 37

panique commented 7 years ago

Thanks! It's not really possible to help you without any infirmation about what exactly you are doing! There is a bulletproof self-installer, a vagrant installer and even a tutorial for manual installation, so where exactly does it break ?

eldinor commented 7 years ago

Thank you for the answer! Seems that the problem relates to my composer settings. I'll let you know when I'll solve it.

eldinor commented 7 years ago

Problem solved with using another version of webserver for Windows. Everything is OK now, thank you for the attention.