{"id":19681767,"url":"https://github.com/jekabsilkens/blog-system-concept","last_synced_at":"2026-05-04T13:35:07.046Z","repository":{"id":260815846,"uuid":"882307121","full_name":"JekabsIlkens/blog-system-concept","owner":"JekabsIlkens","description":"Simple blog system | Laravel | PostgreSQL | Tailwind","archived":false,"fork":false,"pushed_at":"2024-11-15T21:44:18.000Z","size":234,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T09:15:16.615Z","etag":null,"topics":["authorization","elequent-orm","laravel","middleware","php","postgresql","tailwind"],"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/JekabsIlkens.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":"2024-11-02T13:24:41.000Z","updated_at":"2024-12-12T10:36:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3f2a16c-08d7-475d-a901-05fd06f5afe0","html_url":"https://github.com/JekabsIlkens/blog-system-concept","commit_stats":null,"previous_names":["jekabsilkens/blog-system-concept"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JekabsIlkens/blog-system-concept","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JekabsIlkens%2Fblog-system-concept","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JekabsIlkens%2Fblog-system-concept/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JekabsIlkens%2Fblog-system-concept/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JekabsIlkens%2Fblog-system-concept/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JekabsIlkens","download_url":"https://codeload.github.com/JekabsIlkens/blog-system-concept/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JekabsIlkens%2Fblog-system-concept/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001981,"owners_count":26083259,"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-09T02:00:07.460Z","response_time":59,"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":["authorization","elequent-orm","laravel","middleware","php","postgresql","tailwind"],"created_at":"2024-11-11T18:08:44.655Z","updated_at":"2025-10-09T20:42:21.314Z","avatar_url":"https://github.com/JekabsIlkens.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n    \u003cimg align=\"left\" alt=\"CIS-LOGO\" width=\"40px\" src=\"https://i.postimg.cc/bNnmBR2n/logo.png\"/\u003e\n    Blog System Concept - Laravel v11.30.0\n\u003c/h1\u003e\n\n### Ensure you have the following installed:\n- PHP (version 8.2 or later)\n- Composer (for PHP dependencies)\n- Node/npm (for frontend dependencies and asset building)\n- MySQL or PostgreSQL (for a local database server)\n\n## Instructions on how to install and run the application\n\n### Clone the repository on your local machine and step into the project directory:\n```shell\ngit clone https://github.com/JekabsIlkens/blog-system-concept.git\n\ncd blog-system-concept\n```\n\n### Open .env.example and configure the database credentials to match your local setup:\n```shell\nDB_CONNECTION=pgsql\nDB_HOST=127.0.0.1\nDB_PORT=5432\nDB_DATABASE=your_database_name\nDB_USERNAME=your_database_user\nDB_PASSWORD=your_database_password\n```\n\n### Make sure you have the following extensions enabled in your `php.ini` file:\n```shell\nextension=pdo_mysql\nextension=pdo_pgsql\n```\n\n### Run the setup script to install dependencies and prepare the database:\nFor Windows systems:\n```shell\nsetup.bat\n```\nFor Mac \u0026 Linux systems:\n```shell\nchmod +x setup.sh\n\n./setup.sh\n```\n\n### Launch the local development server:\n```shell\nphp artisan serve\n```\nVisit http://127.0.0.1:8000/\n\n## What's inside the setup:\n\nIt executes all the necessary setup commands in order:\n```shell\ncopy .env.example .env              # Creates the environment configuration file\ncomposer install                    # Installs the required PHP dependencies\nnpm install                         # Installs the required front-end dependencies\nnpm run build                       # Builds the required front-end assets\nphp artisan key:generate            # Generates the application key\nphp artisan migrate                 # Runs the database migrations\nphp artisan db:seed                 # Seeds the database\n```\nIf you encounter any issues when running the setup script,\nexecute these commands manually in the specified order.\n\n## Running unit and feature tests:\n\n```shell\nphp artisan test\n```\n**Note:** running the tests will refresh the database!\nYou will need to manually re-seed it with `php artisan db:seed`.\n\n## App showcase:\n\n\u003cimg src='https://i.postimg.cc/xddWb0sS/1.png' alt='page-landing' width=\"1200px\"/\u003e \u003cbr/\u003e\n\u003cimg src='https://i.postimg.cc/Hn5ZD9Vj/2.png' alt='page-register' width=\"1200px\"/\u003e \u003cbr/\u003e\n\u003cimg src='https://i.postimg.cc/jSR8mNKd/3.png' alt='page-login' width=\"1200px\"/\u003e \u003cbr/\u003e\n\u003cimg src='https://i.postimg.cc/mr6KY0q1/4.png' alt='page-discover' width=\"1200px\"/\u003e \u003cbr/\u003e\n\u003cimg src='https://i.postimg.cc/3Rs6623K/5.png' alt='page-search' width=\"1200px\"/\u003e \u003cbr/\u003e\n\u003cimg src='https://i.postimg.cc/Fz0qQ1K0/6.png' alt='page-write' width=\"1200px\"/\u003e \u003cbr/\u003e\n\u003cimg src='https://i.postimg.cc/HWMFMvtj/7.png' alt='page-own-post' width=\"1200px\"/\u003e \u003cbr/\u003e\n\u003cimg src='https://i.postimg.cc/7Yydn1B9/8.png' alt='page-other-post-comment' width=\"1200px\"/\u003e \u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekabsilkens%2Fblog-system-concept","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjekabsilkens%2Fblog-system-concept","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjekabsilkens%2Fblog-system-concept/lists"}