{"id":22380006,"url":"https://github.com/d3sc/laravel-blog","last_synced_at":"2026-07-12T23:31:52.291Z","repository":{"id":158165166,"uuid":"620374956","full_name":"d3sc/laravel-blog","owner":"d3sc","description":"i've already make blog website with laravel","archived":false,"fork":false,"pushed_at":"2024-07-07T02:35:29.000Z","size":226,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T12:43:17.612Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/d3sc.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-28T14:57:36.000Z","updated_at":"2024-07-09T02:18:57.000Z","dependencies_parsed_at":"2024-12-04T23:12:20.444Z","dependency_job_id":"3f8b18d9-95a1-48d5-a8cc-b668a9bdb2fb","html_url":"https://github.com/d3sc/laravel-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d3sc/laravel-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3sc%2Flaravel-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3sc%2Flaravel-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3sc%2Flaravel-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3sc%2Flaravel-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3sc","download_url":"https://codeload.github.com/d3sc/laravel-blog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3sc%2Flaravel-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35405750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"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-12-04T23:12:18.116Z","updated_at":"2026-07-12T23:31:52.274Z","avatar_url":"https://github.com/d3sc.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Laravel 10 Blog Website Post Management\n\nThis repository is made for the benefit of my study.\n\n## Installation\n\nInstall all the dependencies using composer\n\n    composer install\n\nCopy the example env file and make the required configuration changes in the .env file\n\n    cp .env.example .env\n\nGenerate a new application key\n\n    php artisan key:generate\n\nRun the database migrations and database seeding (**Set the database connection in .env before migrating**)\n\n    php artisan migrate --seed\n\ncreate the symbolic link Storage (**Set the public storage link in storage before start**)\n\n    php artisan storage:link\n\nStart the local development server\n\n    php artisan serve\n\nYou can now access the server at http://localhost:8000\n\n## Features\n\n - Guest only can read the post, search user, see post with relateable category.\n - Guest can register for new account\n - authentication and authorization for User or Admin\n - User can make CRUD Operation on dashboard\n - admin can banned user, make new admin, and controller antoher user post\n - also admin can controlled category from post or making new category\n - simplify ui/ux with bootstrap\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3sc%2Flaravel-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3sc%2Flaravel-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3sc%2Flaravel-blog/lists"}