{"id":29093065,"url":"https://github.com/marghoobsuleman/hashtagcms","last_synced_at":"2025-06-28T08:02:26.432Z","repository":{"id":41592303,"uuid":"281970035","full_name":"marghoobsuleman/hashtagcms","owner":"marghoobsuleman","description":"HashtagCms, Use it as Headless CMS or Bundled, API enabled, Admin Panel, multisite, multi-tenant, multiplatform, multilingual with endless possibilities. The Most powerful, fast, user-friendly and secured platform. Made with PHP Laravel Framework.","archived":false,"fork":false,"pushed_at":"2025-06-28T03:48:30.000Z","size":12836,"stargazers_count":22,"open_issues_count":4,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-28T04:15:14.690Z","etag":null,"topics":["api-enabled","cms","headless","headless-cms","laravel","open-source","php"],"latest_commit_sha":null,"homepage":"https://www.hashtagcms.org","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marghoobsuleman.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"license.md","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,"zenodo":null}},"created_at":"2020-07-23T14:12:36.000Z","updated_at":"2025-06-28T03:40:37.000Z","dependencies_parsed_at":"2024-12-12T09:23:33.980Z","dependency_job_id":"f311e29a-c5f5-405f-bd89-c6d2b0da0f72","html_url":"https://github.com/marghoobsuleman/hashtagcms","commit_stats":{"total_commits":62,"total_committers":2,"mean_commits":31.0,"dds":0.4032258064516129,"last_synced_commit":"e7e16d985434340b418aff87ae1fee0569b15a2c"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/marghoobsuleman/hashtagcms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghoobsuleman%2Fhashtagcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghoobsuleman%2Fhashtagcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghoobsuleman%2Fhashtagcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghoobsuleman%2Fhashtagcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marghoobsuleman","download_url":"https://codeload.github.com/marghoobsuleman/hashtagcms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marghoobsuleman%2Fhashtagcms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262389110,"owners_count":23303335,"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","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":["api-enabled","cms","headless","headless-cms","laravel","open-source","php"],"created_at":"2025-06-28T08:02:26.037Z","updated_at":"2025-06-28T08:02:26.428Z","avatar_url":"https://github.com/marghoobsuleman.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HashtagCMS\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n\n\nHashtag CMS, Use it as Headless CMS or Bundled, API enabled, \nAdmin Panel, multisite/multi-tenant, multiplatform, multilingual with endless possibilities.\nThe Most powerful, fast, user-friendly and secured platform. Made with PHP Laravel Framework.\n\n## Installation\n\nVia Composer\n\n``` bash\ncomposer create-project laravel/laravel mysite\ncd mysite\ncomposer require marghoobsuleman/hashtagcms\n```\n\n## Hashtag CMS installation guidelines\n- Open `config/app.php` and add below line in the array. (only needed less than v1.4.3 version)  \n``` bash\nMarghoobSuleman\\HashtagCms\\HashtagCmsServiceProvider::class\n```\n- Open `.env` file and update `APP_URL`, and make sure database information is correct.\n- Change DB_CONNECTION to `mysql` and update database information. \n``` bash \nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=your_db_name\nDB_USERNAME=your_db_username\nDB_PASSWORD=your_db_password (leave it blank if no password)\n```\n- Open `app/Models/User.php` and remove or comment below lines.\n\n``` bash\n// use Illuminate\\Foundation\\Auth\\User as Authenticatable\n```\n- Add below lines in the same file (`app/Models/User.php`)\n``` bash\nuse MarghoobSuleman\\HashtagCms\\User as Authenticatable;\n```\n- You might want to comment/remove below route in `routes/web.php`\n\n```bash \n/*Route::get('/', function () {\n    return view('welcome');\n});*/\n```\n\n###Install Command\n``` bash\nphp artisan cms:install\n```\n\n### Configure site on browser. Open it with the appUrl prefix\n```bash \nhttp://{APP_URL}/install\nie:\nhttp://www.hashtagcms.org/install\n```\n\n- You are done :)\n\n## Test\n```bash \nphp artisan test vendor/marghoobsuleman/hashtagcms\n```\n\n## Recent change logs [more...](changelog.md)\n#v1.5.0 Changes\n- Frontend: Added additional middleware support for frontend. You can add your own middleware in config/hashtagcms.php\n\n#v1.4.9 Changes\n- Frontend: Added directive support: app()-\u003eHashtagCms-\u003elayoutManager()-\u003erenderStack('scripts')\n\n#v1.4.8 Changes\n- General: Fixed route issue\n\n#v1.4.7 Changes\n- General: Moved to webpack from laravelmix\n\n#See all change logs [more...](changelog.md)\n\n\n### More logs [changelog](changelog.md) for more information on what has changed recently.\n\n\n## Contributing\n\nPlease see [contributing.md](contributing.md) for details and a todolist.\n\n## Security\n\nIf you discover any security related issues, please email author email instead of using the issue tracker.\n\n## Credits\n\n- [Marghoob Suleman][https://www.marghoobsuleman.com]\n\n\n## License\n\nlicense. Please see the [license file](license.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/marghoobsuleman/hashtagcms.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/marghoobsuleman/hashtagcms.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/marghoobsuleman/hashtagcms/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/12345678/shield\n\n[link-packagist]: https://packagist.org/packages/marghoobsuleman/hashtagcms\n[link-downloads]: https://packagist.org/packages/marghoobsuleman/hashtagcms\n[link-travis]: https://travis-ci.org/marghoobsuleman/hashtagcms\n[link-styleci]: https://styleci.io/repos/12345678\n[link-author]: https://github.com/marghoobsuleman\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarghoobsuleman%2Fhashtagcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarghoobsuleman%2Fhashtagcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarghoobsuleman%2Fhashtagcms/lists"}