dazza76/laravel4secureurl
SecureURL Module in Laravel 4 Application specific modules in Laravel 4 can be enabled by adding the following to your "composer.json" file:
"require": { "dazza76/Laravel4SecureURL": "dev-master" } And by adding a new provider to your providers list in "app/config/app.php":
'providers' => array( 'Dazza76\Laravel4SecureURL\Laravel4SecureURLServiceProvider', );
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
612,604,198
9,704