Laravel Rate Limiter
While Laravel does support throttling (for routes, and for queues), you might run into use-cases where you need more custom
Laravel IP Anonymizer
Since GDPR kicked in, anonymizing IP addresses is a (big/default) thing. You can use this package to easily anonymize IP
Running multiple Homestead boxes next to each other (PHP 7 and PHP 5.6)
Now that PHP 7 is being adopted by more and more web applications in production environments, dealing with legacy code
phpMyAdmin on Laravel Homestead
What is Laravel Homestead? "Laravel Homestead is an official, pre-packaged Vagrant "box" that provides you a wonderful development environment without requiring
Pushing Laravel logs to Loggly
Laravel uses the Monolog logging library for logging, however, it's saving all logs to a local directory by default. Not
Laravel 4 released
Great news! My favorite PHP framework Laravel finally released version 4 after 5 public beta's and months of waiting. Why
DirectAdmin API packagist/composer package
Because Laravel Four is trading in bundles for Composer I decided it's time to create a package for this. After
Laravel DirectAdmin bundle
I recently started playing with the Laravel PHP framework and my god I love it! So fast and so easy..