{"id":19422847,"url":"https://github.com/dutchcodingcompany/laravel-notes","last_synced_at":"2025-08-26T09:08:44.822Z","repository":{"id":56973416,"uuid":"329573787","full_name":"DutchCodingCompany/laravel-notes","owner":"DutchCodingCompany","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-21T14:07:28.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-17T19:40:25.779Z","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/DutchCodingCompany.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-14T09:56:51.000Z","updated_at":"2022-02-21T14:07:29.000Z","dependencies_parsed_at":"2022-08-21T10:20:38.137Z","dependency_job_id":null,"html_url":"https://github.com/DutchCodingCompany/laravel-notes","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/DutchCodingCompany/laravel-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DutchCodingCompany%2Flaravel-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DutchCodingCompany%2Flaravel-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DutchCodingCompany%2Flaravel-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DutchCodingCompany%2Flaravel-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DutchCodingCompany","download_url":"https://codeload.github.com/DutchCodingCompany/laravel-notes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DutchCodingCompany%2Flaravel-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272200598,"owners_count":24890821,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-10T13:35:29.692Z","updated_at":"2025-08-26T09:08:44.796Z","avatar_url":"https://github.com/DutchCodingCompany.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Notes\n\n## Installation\n\nYou can install the package via composer:\n\n```\ncomposer require dutchcodingcompany/laravel-notes\n```\n\nThen publish the package migrations, configuration files and resources.\n\n```\nphp artisan vendor:publish --provider=DutchCodingCompany\\Notes\\NoteServiceProvider\n```\n\nThen execute the migrations.\n\n```\nphp artisan migrate\n```\n\n## Configuration\n\nYou may change the note model that is used by changing the `table` or `model` in the `notes.php` config.\n\n```\n'table' =\u003e 'notes',\n\n'model' =\u003e \\App\\Models\\Note::class,\n```\n\n## Usage\n\nAdd the `HasNotes` interface and trait to the model.\n\n```php\nuse DutchCodingCompany\\Notes\\Concerns\\HasNotes;\nuse DutchCodingCompany\\Notes\\Contracts\\HasNotes as HasNotesContract;\n\nclass Post extends Model implements HasNotesContract\n{\n    use HasNotes;\n    \n    // ...\n}\n```\n\n## Credits\n\n- [Bjorn Voesten](https://github.com/bjornvoesten)\n- [Dutch Coding Company](https://github.com/dutchcodingcompany)\n- [All contributors](https://github.com/dutchcodingcompany/csv-collection/graphs/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcodingcompany%2Flaravel-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcodingcompany%2Flaravel-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcodingcompany%2Flaravel-notes/lists"}