What’s the easiest way to sort array with accent? Since PHP 5.3 you can use the Internationalization extension (intl). It’s a wrapper for ICU library. So you have to check the PHP [...]
Composer is dependency manager for php package. PHP developers are known about packagist and composer. Most used php composer commands that will be helpful for you. # require require is the most [...]
Developing Composer packages locally through a local file symlink speeds up development immensely when you want to create Laravel packages and try them out on a real application. I was reading [...]