{"id":22354528,"url":"https://github.com/mcmatters/laravel-nullable-attributes","last_synced_at":"2026-05-11T06:03:22.804Z","repository":{"id":15053720,"uuid":"77486099","full_name":"MCMatters/laravel-nullable-attributes","owner":"MCMatters","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-09T17:25:34.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T13:43:49.998Z","etag":null,"topics":["laravel","laravel-5-package"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MCMatters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-27T22:25:20.000Z","updated_at":"2022-03-11T10:45:49.000Z","dependencies_parsed_at":"2025-01-31T13:42:40.159Z","dependency_job_id":"9d270f29-1516-44a7-9113-7e028879839e","html_url":"https://github.com/MCMatters/laravel-nullable-attributes","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-nullable-attributes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-nullable-attributes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-nullable-attributes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Flaravel-nullable-attributes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCMatters","download_url":"https://codeload.github.com/MCMatters/laravel-nullable-attributes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245658980,"owners_count":20651519,"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":["laravel","laravel-5-package"],"created_at":"2024-12-04T13:13:12.131Z","updated_at":"2026-05-11T06:03:17.786Z","avatar_url":"https://github.com/MCMatters.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Laravel Nullable Attributes\n\nPackage for auto generation and population the database columns as nullable.\n\n### Installation\n\n```bash\ncomposer require mcmatters/laravel-nullable-attributes\n```\n\nIf you use Laravel 5.5 or higher you may skip this step.\n\nInclude the service provider within your `config/app.php` file.\n\n```php\n'providers' =\u003e [\n    McMatters\\NullableAttributes\\ServiceProvider::class,\n]\n```\n\nPublish the configuration.\n\n```bash\nphp artisan vendor:publish --provider=\"McMatters\\NullableAttributes\\ServiceProvider\"\n```\n\nThen open the `config/nullable-attributes.php` and configure paths where your models are locating.\n\n### Requirements\n\nThis package requires php `7.0` or higher and Laravel `5.2` or higher. It was tested with Laravel `5.2` and higher.\n\n### Usage\n\nYou need to run the command `php artisan nullable-attributes:cache` every time, when you rebuild your database schema.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Flaravel-nullable-attributes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmatters%2Flaravel-nullable-attributes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Flaravel-nullable-attributes/lists"}