{"id":18353010,"url":"https://github.com/thecodeholic/laravel-10-blog","last_synced_at":"2025-10-16T11:32:09.979Z","repository":{"id":178531873,"uuid":"608319042","full_name":"thecodeholic/laravel-10-blog","owner":"thecodeholic","description":"Laravel 10 blog starter kit ","archived":false,"fork":false,"pushed_at":"2023-04-08T13:41:57.000Z","size":255,"stargazers_count":120,"open_issues_count":2,"forks_count":54,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-03T20:48:25.948Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodeholic.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-03-01T19:18:25.000Z","updated_at":"2025-06-16T07:27:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdb366b6-9a46-4c12-bb03-5d2c182d030e","html_url":"https://github.com/thecodeholic/laravel-10-blog","commit_stats":null,"previous_names":["thecodeholic/laravel-10-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thecodeholic/laravel-10-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Flaravel-10-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Flaravel-10-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Flaravel-10-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Flaravel-10-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodeholic","download_url":"https://codeload.github.com/thecodeholic/laravel-10-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodeholic%2Flaravel-10-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279183729,"owners_count":26121461,"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-10-16T02:00:06.019Z","response_time":53,"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-05T21:38:09.926Z","updated_at":"2025-10-16T11:32:09.948Z","avatar_url":"https://github.com/thecodeholic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel 10 Blog Starter Kit\nThis is Laravel 10 blog starter kit project with [Filament PHP](https://filamentphp.com/) admin panel. The project is created during [YouTube Tutorial](https://youtu.be/iVThaG_sAt0).\n\n## Installation with docker\n\n#### 1. Clone the project\n```bash\ngit clone https://github.com/thecodeholic/laravel-10-blog.git\n```\n\n#### 2. Run `composer install`\nNavigate into project folder using terminal and run\n\n```bash\ndocker run --rm \\\n    -u \"$(id -u):$(id -g)\" \\\n    -v \"$(pwd):/var/www/html\" \\\n    -w /var/www/html \\\n    laravelsail/php82-composer:latest \\\n    composer install --ignore-platform-reqs\n```\n\n#### 3. Copy `.env.example` into `.env`\n\n```bash\ncp .env.example .env\n```\n\n#### 4. Start the project in detached mode\n\n```bash\n./vendor/bin/sail up -d\n```\nFrom now on whenever you want to run artisan command you should do this from the container. \u003cbr\u003e\nAccess to the docker container\n```bash\n./vendor/bin/sail bash\n```\n\n#### 5. Set encryption key\n\n```bash\nphp artisan key:generate --ansi\n```\n\n#### 6. Run migrations\n\n```bash\nphp artisan migrate\n```\n\n#### 7. Add Filament Admin user\n\n```bash\nphp artisan make:filament-user\n```\n\n## Demo\n\u003e Coming soon...\n\n## \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodeholic%2Flaravel-10-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodeholic%2Flaravel-10-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodeholic%2Flaravel-10-blog/lists"}