laravel-db2
by michaelb
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
laravel-db2
by mmousett
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
laravel4-paypal
laravel4-paypal is simple package help you process direct credit card payments, stored credit card payments and PayPal account payments with your L4 projects using paypal REST API SDK.
laravel-sorcery
by rohinigeeks
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
laravel-gov-search
by iblank
This Laravel package integrates the USA Gov Search API. Use the config file to add your API token and affiliate.
laravel-database
by aedart
Various utilities and helpers for Laravel's Database package, here among a package migrations helper.
laravel-console-extensions
by fisdap
A collection of Artisan commands and other console-related utilities
laravel-config
by aedart
Getter and Setter package for a Laravel configuration repository instance. It serves as an alternative to the 'Config' facade.
laravel-application
by aedart
Getter and Setter package for a Laravel application instance. It serves as an alternative to the app() method, found in the framework's foundation helpers file.
laravel-detector
by aedart
Utility for detecting if a Laravel application is available or not. Can be used to determine if a given component must perform logic based current Laravel application settings or not.
testing-laravel
by aedart
Utilities that allows you to test Laravel dependent packages. At its core, this package is a wrapper for the Orchestral Testbench. However, you can make use of this with whatever testing framework you wish; it does not impose you to use neither Orchestral's nor Laravel's TestCase classes.