| Package Data | |
|---|---|
| Maintainer Username: | clowdy |
| Maintainer Contact: | pulkit@clowdy.com (Pulkit Jalan) |
| Package Create Date: | 2015-03-02 |
| Package Last Update: | 2015-03-02 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-09 15:02:58 |
| Package Statistics | |
|---|---|
| Total Downloads: | 25,929 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 5 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
Laravel 4 database retry improvements
You can install the package using the Composer package manager:
{
"require": {
"clowdy/database-retry": "dev-master"
}
}
Update app/config/app.php with the new service provider.
'providers' => array(
...
//'Illuminate\Database\DatabaseServiceProvider',
'Clowdy\Database\DatabaseServiceProvider',
...
)