xeoncross/micromvc

too many installation problems

Closed this issue · 1 comments

"Class 'Locale' not found in C:\xampp\htdocs\micromvc\Bootstrap.php"

It should not be so complicated to install.
You should be able to install from a tar ball.
Should not need composer.

It should be - just copy to folder and it should just work from localhost!
This is a bugged installation procedure.

I finally got it to work after renaming the Config.php and Route.php files And uncommenting extension=php_intl.dll in php.ini.
But it should give an info message instead of making a fatal error and having to dig through a google search to find the GitHub issues to fix it!
Why not have a default Config.php and Route.php already prepared for general use?
And what is with the Capital letters for folder and file names?

Minor stuff I guess but annoying. You really have to want to get it to work and make an effort to figure it out.

I'm sorry you had trouble. I highly recommend you read the readme since this system does have a couple requirements that are described there. However, the largest one (bolded on the readme) is the INTL library so I added a commit to check for it.