{"id":13453199,"url":"https://github.com/CoasterCms/coastercms","last_synced_at":"2025-03-24T01:31:11.188Z","repository":{"id":39733176,"uuid":"51146040","full_name":"CoasterCms/coastercms","owner":"CoasterCms","description":"The repository for Coaster CMS (coastercms.org), a full featured, Laravel based Content Management System","archived":false,"fork":false,"pushed_at":"2021-04-17T10:09:51.000Z","size":14753,"stargazers_count":390,"open_issues_count":20,"forks_count":108,"subscribers_count":30,"default_branch":"8.x","last_synced_at":"2025-03-19T11:03:34.342Z","etag":null,"topics":["coaster","coaster-cms","composer","laravel","laravel-cms","laravel5","laravel8","php"],"latest_commit_sha":null,"homepage":"https://www.coastercms.org","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/CoasterCms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-05T12:47:13.000Z","updated_at":"2025-02-13T20:56:28.000Z","dependencies_parsed_at":"2022-08-21T08:50:23.172Z","dependency_job_id":null,"html_url":"https://github.com/CoasterCms/coastercms","commit_stats":null,"previous_names":["web-feet/coastercms"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoasterCms%2Fcoastercms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoasterCms%2Fcoastercms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoasterCms%2Fcoastercms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoasterCms%2Fcoastercms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoasterCms","download_url":"https://codeload.github.com/CoasterCms/coastercms/tar.gz/refs/heads/8.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618443,"owners_count":20482318,"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":["coaster","coaster-cms","composer","laravel","laravel-cms","laravel5","laravel8","php"],"created_at":"2024-07-31T08:00:34.509Z","updated_at":"2025-03-24T01:31:10.741Z","avatar_url":"https://github.com/CoasterCms.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://www.coastercms.org/uploads/images/logo_coaster_github4.jpg\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://packagist.org/packages/coastercms/coastercms\"\u003e\u003cimg src=\"https://poser.pugx.org/web-feet/coastercms/downloads.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/coastercms/coastercms\"\u003e\u003cimg src=\"https://poser.pugx.org/coastercms/coastercms/version.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\"\u003e\u003cimg src=\"https://poser.pugx.org/web-feet/coastercms/license.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThe repository for Coaster CMS (coastercms.org) a Laravel based Content Management System with advanced features and Physical Web integration.\n\n## Table of Contents\n\n* [Features](#item0)\n* [Quick Start](#item1)\n* [Install](#item2)\n* [Adding to an existing project](#item3)\n\n\u003ca name=\"item0\"\u003e\u003c/a\u003e\n## Features\n\nWe aim to make Coaster CMS as feature rich as possible. Built upon the Laravel PHP framework, Coaster CMS is both fast and secure. Create beautiful content with TinyMCE and take a look into the future with the Internet Of Things.\n\n* Built with Laravel 8 (v8)\n* Responsive file manager\n* WYSIWYG editor\n* Block based templating system\n* Beacon support\n\n\u003ca name=\"item1\"\u003e\u003c/a\u003e\n## Quick Start\n\nTo get up and running with Coaster CMS as quickly as possible you can use Laravel's built-in php artisan serve command. Simply run the following command from your project's directory:\n\n\u003ccode\u003e\nphp artisan serve\n\u003c/code\u003e\n\nThis will take care of the web server side of things, but you'll still need to install and configure a local MySQL database.\n\n\u003ca name=\"item2\"\u003e\u003c/a\u003e\n## Install\n\n(This installation assumes you have nginx/apache, php and MySQL already installed)\n\nInstall Coaster CMS using composer:\nGet composer: \n\u003clink\u003ehttps://getcomposer.org/\u003c/link\u003e\n\nRun the following:\n\n\u003ccode\u003e\ncomposer create-project coastercms/coastercms [project-name]\n\u003c/code\u003e\n\nSet up a MySQL database to host your content\n\n\nMake sure the following folders/file are/is writable:\n\n* /public/uploads\n\n* /.env\n\n* /storage\n\n\nThen follow the simple instructions in the install script.\n\nFor more details go to \u003clink\u003ehttps://www.coastercms.org/documentation/developer-documentation\u003c/link\u003e\n\n\u003ca name=\"item3\"\u003e\u003c/a\u003e\n## Add to an Existing Project\n\nIf you'd rather add Coaster CMS to an existing Laravel (v8) project, follow the steps through below:\n\n1. Go to the root directory of your project\n2. Run \u003ccode\u003ecomposer require coastercms/framework:~8.0\u003c/code\u003e to install package\n3. Run \u003ccode\u003ephp artisan coaster:update-assets\u003c/code\u003e to download admin assets\n4. Add the provider CoasterCms\\Providers\\CoasterRoutesProvider::class to your config/app.php file (near end as it registers a catch-all route)\n5. Go to a web browser and follow the install script that should have appeared\n6. Upload or create a theme\n\n\n","funding_links":[],"categories":["Content Management Systems","PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCoasterCms%2Fcoastercms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCoasterCms%2Fcoastercms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCoasterCms%2Fcoastercms/lists"}