{"id":17195144,"url":"https://github.com/stephanwagner/laracms","last_synced_at":"2025-03-25T07:40:55.208Z","repository":{"id":65131919,"uuid":"582621940","full_name":"StephanWagner/laraCMS","owner":"StephanWagner","description":"Content Management System based on Laravel","archived":false,"fork":false,"pushed_at":"2023-01-31T09:35:33.000Z","size":4104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T07:11:57.980Z","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/StephanWagner.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":"2022-12-27T11:46:56.000Z","updated_at":"2022-12-28T22:10:35.000Z","dependencies_parsed_at":"2023-02-02T18:47:31.706Z","dependency_job_id":null,"html_url":"https://github.com/StephanWagner/laraCMS","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanWagner%2FlaraCMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanWagner%2FlaraCMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanWagner%2FlaraCMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanWagner%2FlaraCMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanWagner","download_url":"https://codeload.github.com/StephanWagner/laraCMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245422921,"owners_count":20612725,"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":[],"created_at":"2024-10-15T01:49:35.671Z","updated_at":"2025-03-25T07:40:55.187Z","avatar_url":"https://github.com/StephanWagner.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laraCMS\n\nA highly customizable Content Management System based on the [Laravel](https://laravel.com/) framework.\n\n---\n\n## Authors\n\nStephan Wagner, [stephanwagner.me](https://stephanwagner.me), [mail@stephanwagner.me](mail@stephanwagner.me)\n\n---\n\n## Install and setup\n\n1. Install with [composer](https://getcomposer.org)\n\n    ```bash\n    composer create-project stephanwagner/laracms my-app\n    ```\n\n2. Update database connection in file `htdocs/.env`\n\n    ```txt\n    DB_CONNECTION=mysql\n    DB_HOST=127.0.0.1\n    DB_PORT=3306\n    DB_DATABASE=laracms\n    DB_USERNAME=root\n    DB_PASSWORD=\n    ```\n\n3. Migrate database\n\n    ```bash\n    php artisan migrate\n    ```\n\n4. laraCMS is now ready to rock and roll!\n\n    ```bash\n    php artisan serve\n    ```\n\n    You can login using the `/admin` path: http://127.0.0.1:8000/admin\n\n---\n\n## Assets\n\nSCSS and JS files are in the folder `htdocs/resources/src`. To watch or build assets use the following bash commands within the `htdocs` folder:\n\nWatch assets during development:\n\n```bash\nnpm run watch\n```\n\nBuild assets for production:\n\n```bash\nnpm run build\n```\n\nlaraCMS uses [https://gulpjs.com](gulp) to compile assets.\n\n---\n\n## Deployment\n\nThe document root of the hosting should point to the `htdocs/public` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanwagner%2Flaracms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephanwagner%2Flaracms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephanwagner%2Flaracms/lists"}