{"id":19684946,"url":"https://github.com/boolfalse/laravel-boilerplate","last_synced_at":"2026-05-11T13:35:40.106Z","repository":{"id":201179893,"uuid":"707118774","full_name":"boolfalse/laravel-boilerplate","owner":"boolfalse","description":"Laravel Admin boilerplate","archived":false,"fork":false,"pushed_at":"2023-10-19T09:02:52.000Z","size":1741,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T08:08:43.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"EJS","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/boolfalse.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}},"created_at":"2023-10-19T09:02:15.000Z","updated_at":"2023-10-19T09:03:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a851e45-5b73-45b4-8766-7d3f2b0c90a4","html_url":"https://github.com/boolfalse/laravel-boilerplate","commit_stats":null,"previous_names":["boolfalse/laravel-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boolfalse/laravel-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Flaravel-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Flaravel-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Flaravel-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Flaravel-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boolfalse","download_url":"https://codeload.github.com/boolfalse/laravel-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Flaravel-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32897261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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-11T18:19:24.884Z","updated_at":"2026-05-11T13:35:40.087Z","avatar_url":"https://github.com/boolfalse.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Laravel Admin Boilerplate\n\n\n\n#### Installation\n\n- Clone the repository:\n```bash\ngit clone git@github.com:boolfalse/laravel-boilerplate.git\ncd laravel-boilerplate\n```\n\n- Install dependencies:\n```bash\ncomposer install\nnpm install\nnpm run dev\n```\n\n- Create a database (sample for MySQL below):\n```bash\nmysql -u \u003cUSER\u003e -p\n\nCREATE DATABASE laravel_boilerplate;\nCREATE USER 'laravel_boilerplate'@'localhost' IDENTIFIED BY '\u003cPASSWORD\u003e';\nGRANT ALL PRIVILEGES ON laravel_boilerplate.* TO 'laravel_boilerplate'@'localhost';\nFLUSH PRIVILEGES;\n```\n\n- [OPTIONAL] Laravel resources (files/folders) ownerships/permissions:\n```\n# one-time command for the PC:\nsudo usermod -a -G www-data $USER\n\n# setup ownerships/permissions\nsudo chown -R $USER:www-data storage/ bootstrap/cache/\nsudo chgrp -R www-data storage bootstrap/cache/\nsudo chmod -R ug+rwx storage bootstrap/cache/\n```\n\n- Set the credentials in `.env` file (copy `.env.example` to `.env` and edit it).\n```bash\nphp artisan key:generate\nphp artisan optimize\n```\n\n- Run migrations and seeders:\n```bash\nphp artisan migrate:fresh --seed\n```\n\n\n\n#### Author:\n\n- Author: [BoolFalse](https://boolfalse.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Flaravel-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboolfalse%2Flaravel-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Flaravel-boilerplate/lists"}