{"id":20951440,"url":"https://github.com/jsdecena/cms","last_synced_at":"2026-02-28T08:32:55.490Z","repository":{"id":57002280,"uuid":"60679763","full_name":"jsdecena/cms","owner":"jsdecena","description":"Laravel Simple CMS Package","archived":false,"fork":false,"pushed_at":"2020-01-05T04:35:47.000Z","size":72,"stargazers_count":9,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T10:51:32.563Z","etag":null,"topics":["cms","cms-backend","laravel","laravel-cms"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/jsdecena.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}},"created_at":"2016-06-08T07:59:42.000Z","updated_at":"2024-09-03T09:43:16.000Z","dependencies_parsed_at":"2022-08-21T14:10:41.205Z","dependency_job_id":null,"html_url":"https://github.com/jsdecena/cms","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/jsdecena/cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdecena","download_url":"https://codeload.github.com/jsdecena/cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdecena%2Fcms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29928712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":["cms","cms-backend","laravel","laravel-cms"],"created_at":"2024-11-19T00:59:03.010Z","updated_at":"2026-02-28T08:32:55.474Z","avatar_url":"https://github.com/jsdecena.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple Laravel CMS\n\n##### This CMS is a basic bootstrap application to make your web development up and running almost instantly. It includes basic User Authentication, User, Page, Post and Category CRUD. \n\n##### Thanks to [ADMIN LTE](https://almsaeedstudio.com/preview) for the awesome dashboard look!\n\n### Installation\n\n- Step1: Add this to your root `composer.json`\n\n```json\n\n\t\"require\": {\n\t    \"jsdecena/cms\": \"^2.1\"\n\t}\n\n```\n\n- Step2: Run this in your terminal `php artisan vendor:publish --tag=jsdcms --force`\n\n- Step3: Rename `.env.example` to `.env` and set your database credentials\n\n- Step4: Run this in your terminal `php artisan key:generate`\n\n- Step5: Uncomment the `UsersTableSeeder::class` call in `/database/seeds/DatabaseSeeder.php`\n\n- Step6: Add these lines in the `/database/seeds/DatabaseSeeder.php`\n\n```json\n\n    $this-\u003ecall(PageTableSeeder::class);\n    $this-\u003ecall(PostTableSeeder::class);\n\n```\n\n- Step7: Run this in your terminal `composer dump-autoload \u0026\u0026 php artisan migrate --seed \u0026\u0026 php artisan serve`\n\n- Step8: Go to [http://localhost:8000/blog](http://localhost:8000/blog) OR\n\n- Step9: Go to [http://localhost:8000/admin](http://localhost:8000/admin) for backend login\n\n- Step10: Use this credentials to login: email: `john@doe.com` | password: `Testing123`\n\n- Enjoy!\n\n\n##### Check out the [wiki](https://github.com/jsdecena/cms/wiki) for the screenshots of the app!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdecena%2Fcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdecena%2Fcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdecena%2Fcms/lists"}