{"id":14974954,"url":"https://github.com/maniruzzamanakash/laracms","last_synced_at":"2025-10-27T10:32:13.418Z","repository":{"id":54342936,"uuid":"384718536","full_name":"ManiruzzamanAkash/LaraCMS","owner":"ManiruzzamanAkash","description":"A Great Web Application CMS \u0026 a Starter Kit for Big Project Built with Laravel Framework  9.x \u0026 React JS.","archived":false,"fork":false,"pushed_at":"2023-01-15T04:51:49.000Z","size":27487,"stargazers_count":56,"open_issues_count":0,"forks_count":37,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-10-11T11:22:01.525Z","etag":null,"topics":["admin","admin-dashboard","adminlte","cms","cms-framework","laravel","laravel-application","laravel8","laravel9","laravelcms","laravelproject","php","spa"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/ManiruzzamanAkash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"maniruzzaman"}},"created_at":"2021-07-10T14:34:27.000Z","updated_at":"2024-10-02T06:39:26.000Z","dependencies_parsed_at":"2023-02-09T21:16:01.953Z","dependency_job_id":null,"html_url":"https://github.com/ManiruzzamanAkash/LaraCMS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManiruzzamanAkash%2FLaraCMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManiruzzamanAkash%2FLaraCMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManiruzzamanAkash%2FLaraCMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ManiruzzamanAkash%2FLaraCMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ManiruzzamanAkash","download_url":"https://codeload.github.com/ManiruzzamanAkash/LaraCMS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861468,"owners_count":16555994,"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":["admin","admin-dashboard","adminlte","cms","cms-framework","laravel","laravel-application","laravel8","laravel9","laravelcms","laravelproject","php","spa"],"created_at":"2024-09-24T13:51:18.769Z","updated_at":"2025-10-27T10:32:03.407Z","avatar_url":"https://github.com/ManiruzzamanAkash.png","language":"Blade","funding_links":["https://patreon.com/maniruzzaman"],"categories":[],"sub_categories":[],"readme":"## Lara CMS\n\nLara CMS is a Great **CMS Application** built in Laravel \u0026 a Great **Starter Kit** for big web applications using `Laravel 9.x`.\n\nIt's an application to minimize your problems while creating a new web application with all the common features using Laravel and a JavaScript Framework/Library (`React JS`)\n\n---\n\n## About Application Project\n\n**Technology Used:**\n\n1. Laravel `9.x`\n1. PHP `8.0`\n1. JavaScript\n1. JQuery\n1. React JS\n1. Visual Studio Code\n\n---\n\n## How to start\n\n**1. Clone From Github**\n```bash\ngit clone https://github.com/ManiruzzamanAkash/LaraCMS.git\n```\n\n**2. Go to that folder**\n```bash\ncd LaraCMS\n```\n\n**3. Install Composer**\n```bash\ncomposer install\n\n# If Needed do a composer dump autload with optimization\ncomposer du -o\n```\n\n**3. Create env file**\n```bash\nCreate a .env file by cloning .env.example file\n```\n\n**4. Create a Database named**\n```bash\nlaravel_cms\n```\n\n**5. Run Migration \u0026 Seed**\n```bash\nphp artisan migrate:fresh --seed\n```\n\n**6. Run On Local Machine**\n```bash\nphp artisan serve\n```\n\n**7. Open Browser**\n```bash\nhttp://localhost:8000\n```\n\n**8. Go to CMS Portal**\nGo to this link - http://localhost:8000/admin\n\nLogin Now by giving this data\n```php\nUsername: superadmin\nPassword: 123456\n```\n\n---\n\nYou can use this project to any of your advanced project for initial setups. Give it a **Star** to keep tracked with us. Thank you to staying with **Lara CMS**...\n\n## Application Features `Admin Panel`\n\n\u003e **Admin Authentication**\n\n- [x] Registration\n- [x] Login\n- [x] Forget Password\n- [x] Reset Password\n\n\u003e **Admin Management**\n\n- [x] Admin Management\n  - [x] Create Admin\n  - [x] Edit Admin\n  - [x] List Admin\n  - [x] Delete Admin\n- [x] Role Management\n  - [x] Create Role with permission\n  - [x] Edit Role with permission\n  - [x] Delete Role\n- [ ] Permission Management\n  - [ ] Add Permission\n\n- [ ] Team Management\n  - [ ] Assign admins/employees in Team\n\n\u003e **Category Management**\n\n- [x] Category Management\n  - [x] Create Category\n  - [x] Edit Category\n  - [x] List Category\n  - [x] Delete Category\n\n\u003e **Page Management**\n\n- [x] Page / Article Management\n  - [x] Create Page\n  - [x] Edit Page\n  - [x] List Page\n  - [x] Delete Page\n\n\u003e **Blog Management**\n\n- [x] Blog Management\n  - [x] Create Blog\n  - [x] Edit Blog\n  - [x] List Blog\n  - [x] Delete Blog\n\n\u003e **Service Management**\n- [x] Service Management\n  - [x] Create Service\n  - [x] Edit Service\n  - [x] List Service\n  - [x] Delete Service\n\n\u003e **Website Settings**\n\n- [x] Website Information System Management\n  - [x] Edit Settings\n- [ ] Slider Management\n  - [ ] Create Slider\n  - [ ] Edit Slider\n  - [ ] List Slider\n  - [ ] Delete Slider\n- [ ] Website Tracking Management\n  - [ ] Tracking List\n  - [ ] Delete Tracking\n- [ ] Notification System\n  - [ ] Email Notification\n  - [ ] Message Notification\n\n\u003e **Customer Management**\n\n- [ ] Customer Management\n  - [ ] List Customer\n  - [ ] Create Customer\n  - [ ] Edit Customer\n  - [ ] Delete Customer\n\n\u003e **Module Management**\n\n- [ ] Module Management\n  - [ ] List Module\n  - [ ] Create Module\n  - [ ] Edit Module\n  - [ ] Delete Module\n\n## Application Features `Frontend Panel`\n\n\u003e **User Authentication**\n\n1. Registration\n1. Login\n1. Forget Password\n1. Reset Password\n\n---\n\n\n## Demo of Some pages for now (It will change)\n\n#### Dashboard Panel\n![Dashboard Panel](https://i.ibb.co/bshFCkH/Lara-CMS-Dashboard.png)\n\n\n#### User List Panel\n![User List](https://i.ibb.co/RBNNCR3/Lara-CMS-User-List.pngd)\n\n\n#### Article / Page List Panel\n![Article / Page List](https://i.ibb.co/RN4Kp2s/Lara-CMS-Article-List.png)\n\n\n#### Article / Page Create\n![Article / Page Create](https://i.ibb.co/b5TWHKV/Lara-CMS-Create-Article.png)\n\n\n## Contribution\nIt's open for contribution. You can fork the repo and create a Pull Request with your desired feature or issue. I'll merge them if they're all passed the test-cases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaniruzzamanakash%2Flaracms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaniruzzamanakash%2Flaracms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaniruzzamanakash%2Flaracms/lists"}