{"id":25475086,"url":"https://github.com/pedroriverove/laravel-basic-notes","last_synced_at":"2026-04-04T22:31:59.678Z","repository":{"id":198386837,"uuid":"700694791","full_name":"pedroriverove/laravel-basic-notes","owner":"pedroriverove","description":"Laravel departmental notes system with role-based access control","archived":false,"fork":false,"pushed_at":"2025-01-30T03:40:53.000Z","size":3284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T05:58:32.335Z","etag":null,"topics":["bootstrap","laravel","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/pedroriverove.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":"2023-10-05T05:37:35.000Z","updated_at":"2025-01-30T11:42:51.000Z","dependencies_parsed_at":"2025-02-18T12:03:44.366Z","dependency_job_id":null,"html_url":"https://github.com/pedroriverove/laravel-basic-notes","commit_stats":null,"previous_names":["pedroriverove/laravel-basic-notes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pedroriverove/laravel-basic-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroriverove%2Flaravel-basic-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroriverove%2Flaravel-basic-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroriverove%2Flaravel-basic-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroriverove%2Flaravel-basic-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedroriverove","download_url":"https://codeload.github.com/pedroriverove/laravel-basic-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroriverove%2Flaravel-basic-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","laravel","mysql","php"],"created_at":"2025-02-18T11:53:27.094Z","updated_at":"2026-04-04T22:31:59.654Z","avatar_url":"https://github.com/pedroriverove.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel departmental notes system with role-based access control\n\n## Requirements\n\nThis uses Laravel 10.x, Please make sure your server meets the requirements before installing.\n- PHP \u003e= 8.1\n- Composer\n\n## Installation\n\n### Clone the repo and cd into it\n\n```bash\ngit clone https://github.com/pedroriverove/laravel-basic-notes.git\ncd laravel-basic-notes\n```\n\n### Install composer dependencies\n\n```bash\ncomposer install\n```\nIn this app, we don't use npm or yarn, we use cdn instead\n\n### Create a copy of your .env file\n    \n```bash\ncp .env.example .env\n```\n\n### Set your database credentials in your .env file\n\nChange the following lines in your .env file\n```conf\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=your_dbname\nDB_USERNAME=your_dbuser\nDB_PASSWORD=your_dbpassword\n```\n\n### Generate an app encryption key\n\n```bash\nphp artisan key:generate\n```\n\n### Migrate the database and seed\n\n```bash\nphp artisan migrate\nphp artisan db:seed\n```\nDatabase seeding randomly loads data for the following entities:\n* Departments: customer service, human resources, sales, cleaning, recycling plant\n* Roles: manager, supervisor, employee\n* Users: All users are created with the password: ***password***\n* Clients.\n* Notes.\n\n### Link storage folder\n\n```bash\nphp artisan storage:link\n```\n\n### Run the server\n\n```bash\nphp artisan serve\n```\n\n## Login credentials for super admin\n\nVisit 127.0.0.1:8000 in your browser and login with the following credentials:\n```\nemail: admin@example.com\npassword: password\n```\n\n## Screenshot\n\n![](./screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroriverove%2Flaravel-basic-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedroriverove%2Flaravel-basic-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroriverove%2Flaravel-basic-notes/lists"}