{"id":19082832,"url":"https://github.com/huseyn0w/laravella-cms","last_synced_at":"2025-09-11T14:04:11.153Z","repository":{"id":37533891,"uuid":"194732720","full_name":"huseyn0w/Laravella-CMS","owner":"huseyn0w","description":"My CMS based on PHP Framework Laravel","archived":false,"fork":false,"pushed_at":"2023-01-04T21:53:36.000Z","size":11114,"stargazers_count":13,"open_issues_count":22,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T08:51:55.975Z","etag":null,"topics":["cms","framework","framework-laravel","laravel","laravella-cms","php"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huseyn0w.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-01T19:36:31.000Z","updated_at":"2023-07-31T06:12:31.000Z","dependencies_parsed_at":"2023-02-02T21:15:19.039Z","dependency_job_id":null,"html_url":"https://github.com/huseyn0w/Laravella-CMS","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/huseyn0w/Laravella-CMS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huseyn0w%2FLaravella-CMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huseyn0w%2FLaravella-CMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huseyn0w%2FLaravella-CMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huseyn0w%2FLaravella-CMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huseyn0w","download_url":"https://codeload.github.com/huseyn0w/Laravella-CMS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huseyn0w%2FLaravella-CMS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266802672,"owners_count":23986385,"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-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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","framework","framework-laravel","laravel","laravella-cms","php"],"created_at":"2024-11-09T02:44:41.980Z","updated_at":"2025-07-24T06:36:18.804Z","avatar_url":"https://github.com/huseyn0w.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravella CMS\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Laravella Logo\" src=\"https://raw.githubusercontent.com/huseyn0w/Laravella-CMS/master/public/front/default/img/readme.png\"\u003e\n\u003c/p\u003e\nThe CMS Project based on Laravel PHP Framework\n\n## Getting Started\nLaravella CMS is developed as analog to such popular CMS as Wordpress, DLE, Joomla and etc, but based on framework Laravel.\nThese instructions will get you a copy of the project up and running on your local machine / server for using or testing it.\nSee deployment for notes on how to deploy the project on a live system.\n\n## Installation instructions\n1) Clone project to your server\n2) Rename .env.example to .env and put all necessary information (Database, API keys, default language and etc.)\n3) Run 'composer install' to install all necessary packages\n4) Run 'artisan:migrate --seed' or 'php artisan:migrate --seed' to migrate all necessary database migrations and seeds files.\n5) Enjoy =)\n\n\n\n## Administrator area credentials:\nGo to: SITE_URL/laravella-admin\n\u003cpre\u003e\nUsername: admin\nPassword: laravelladmin123\n\u003c/pre\u003e\n\n## To manage website languages:\n1) Open config/app.php file and edit array of languages:\n\u003cpre\u003e\n'languages_list' =\u003e [\n    'en'  =\u003e ['title' =\u003e 'English', 'icon' =\u003e env('APP_URL').'/admin/img/flags/en.png'],\n    'ru'  =\u003e ['title' =\u003e 'Русский', 'icon' =\u003e env('APP_URL').'/admin/img/flags/ru.png']\n]\n\u003c/pre\u003e\n\n2) Open resourses/lang/ folder to manage language localization string files.\n\n\n## Demo\nhttps://huseyn0w-laravella.herokuapp.com/\n\n## General features\n* General CMS Features;\n* Social media authentication possibility\n* Website search possibility\n* Users with different statuses\n* Custom fields\n* Flexible template changing system\n* Multiple languages possibility\n* Database caching\n\n## Planning additional features\n* E-Commerce extension\n* REST API for posts and pages\n\n\n\n## Advantages for developers\nWhy it is easy to extend? Because it was written by using best practices and technologies, such as:\n* Short controllers\n* Separate Validator Request classes\n* Repository pattern to work with DB\n* Middlewares\n* Observers\n* Policies\n* Beautiful text editor (TinyMCE)\n* Perfect File Manager (Laravel FileManager)\n\n## Version\n\nCurrent Version of Laravel Framework is 8.0\n\nCurrent version of CMS is 1.1\n\n## Author\n\n* **Elman Hüseynov** - [huseyn0w](https://linkedin.com/in/huseyn0w)\n\n## Contributor\n\n* **Ilkin Alibayli** - [ilkinalibayli](https://www.linkedin.com/in/ilkin-alibayli/)\n\n## License\n\nThis project is licensed under the Public V3 License - see the [LICENSE.md](LICENSE.md) file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuseyn0w%2Flaravella-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuseyn0w%2Flaravella-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuseyn0w%2Flaravella-cms/lists"}