Libraries tagged by laravelrus
kottergroup/laravel-response-xml
16 Downloads
Add the method xml integrating the laravel's response, converting eloquent return to XML.
kobylinski/beetroot
15 Downloads
Helpers to extend Laravel's console commands with validation rules and support for subcommands with nested arguments.
kmuenkel/safe-schema-builder
1 Downloads
Replace Laravel's Schema Facade with one capable of omitting table alterations that already exist
kfirba/factor
8 Downloads
Short and expressive way to use Laravel's model factories.
kero/typesafe-env
149 Downloads
Wrapper around Laravel's Env to support type safety.
karunais13/laroute
82 Downloads
Access Laravels URL/Route helper functions, from JavaScript.
kargnas/alternative-laravel-cache
4658 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
joegreen0991/php-cli
1690 Downloads
Command component based on laravel's
joegreen0991/command
2198 Downloads
Command component based on laravel's
jeroenvandergeer/zf-ioc
581 Downloads
Controller action dependency injection in Zend Framework 1 using Laravel's IoC container.
jeffkarney/blade
1783 Downloads
The standalone version of Laravel's Blade templating engine for use outside of Laravel.
jaxwilko/laravel-ups-api
15 Downloads
A small Laravel's wrapper for the PHP UPS API library
janpantel/laravel-fluent-plus
3 Downloads
A package that adds useful helpers to Laravel's Fluent class
iyoworks/validation
129 Downloads
Provides a base class to implement validation as a service. Also adds a little sugar to Laravel's validator
itutu-media/laravel-installer
75 Downloads
Laravel Installer is a package that handles the installation of the application. It extends Laravel's Command class and has a signature of app:install. This command can be run in the terminal with php artisan app:install.