{"id":22555839,"url":"https://github.com/0plus1/patchr-laravel","last_synced_at":"2025-03-28T11:13:17.086Z","repository":{"id":56894123,"uuid":"85034526","full_name":"0plus1/patchr-laravel","owner":"0plus1","description":"Laravel wrapper for patchr","archived":false,"fork":false,"pushed_at":"2017-04-19T04:12:00.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T11:29:22.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0plus1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-15T05:54:29.000Z","updated_at":"2017-03-15T07:11:29.000Z","dependencies_parsed_at":"2022-08-21T01:20:16.540Z","dependency_job_id":null,"html_url":"https://github.com/0plus1/patchr-laravel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Fpatchr-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Fpatchr-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Fpatchr-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0plus1%2Fpatchr-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0plus1","download_url":"https://codeload.github.com/0plus1/patchr-laravel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017731,"owners_count":20710240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T19:09:06.914Z","updated_at":"2025-03-28T11:13:17.060Z","avatar_url":"https://github.com/0plus1.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Patchr - Laravel/Lumen\n###### MySQL version control [Patchr on github](https://github.com/0plus1/patchr).\n\n## Install\n\n**Composer**\n\n```\ncomposer require 0plus1/patchr-laravel\n```\n\n**Create folder**\nCreate a new folder named *patchr* in your storage folder.\n\n\n**Laravel**\n\nIn *./config/app.php*\n\nAdd:\n\n```php\nZeroplusone\\Patchr\\Laravel\\LaravelServiceProvider::class,\n```\n\nTo the 'providers' array.\n\nThen run:\n\n```\nphp artisan vendor:publish --provider=\"Zeroplusone\\Patchr\\Laravel\\LaravelServiceProvider\" --tag=\"config\"\n```\n\nTo publish the configuration file.\n\n\n**Lumen**\n\nFirst copy the configuration file:\n```./vendor/0plus1/patchr-laravel/config/patchr.php``` to ```./config/patchr.php```\n\n\nIn *./bootstrap/app.php* add:\n\n```php\n$app-\u003eregister( Zeroplusone\\Patchr\\Laravel\\LumenServiceProvider::class);\n```\n\nTo the 'Register Service Providers' section.\n\n```php\n$app-\u003econfigure('patchr');\n```\n\nTo the 'Create The Application' section.\n \n\n####Publish config\n\n**Laravel**\n\n**Lumen**\n```\nphp artisan vendor:publish --provider=\"Zeroplusone\\Patchr\\Laravel\\LumenServiceProvider\" --tag=\"config\"\n```\n\nThis will publish a *./config/patchr.php* file.\n\n\n####Configure\n\nChange configuration to suit your app needs ([Documentation](https://github.com/0plus1/patchr)).\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0plus1%2Fpatchr-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0plus1%2Fpatchr-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0plus1%2Fpatchr-laravel/lists"}