Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sulu/skeleton
Project template for starting your new project based on the Sulu content management system
https://github.com/sulu/skeleton
admin cms hacktoberfest platform sulu sulucms symfony web-application website
Last synced: about 19 hours ago
JSON representation
Project template for starting your new project based on the Sulu content management system
- Host: GitHub
- URL: https://github.com/sulu/skeleton
- Owner: sulu
- License: mit
- Created: 2019-09-16T16:51:01.000Z (about 5 years ago)
- Default Branch: 2.6
- Last Pushed: 2024-10-03T07:08:52.000Z (about 1 month ago)
- Last Synced: 2024-11-02T01:32:12.335Z (8 days ago)
- Topics: admin, cms, hacktoberfest, platform, sulu, sulucms, symfony, web-application, website
- Language: PHP
- Homepage: https://sulu.io
- Size: 247 MB
- Stars: 263
- Watchers: 22
- Forks: 81
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Sulu](https://sulu.io/) is a highly extensible open-source **PHP content management system based** on the [Symfony](https://symfony.com/) framework. Sulu is developed to deliver robust **multi-lingual and multi-portal websites** while providing an **intuitive and extensible administration interface** to manage the full content lifecycle.
Have a look at the official [Sulu website](https://sulu.io/) for a comprehensive list of Sulus features, core values and use cases.
This repository provides the recommended **project template for starting your new project based on the Sulu content management system**.
The project template follows the best-practices of the [Symfony](https://symfony.com/) framework and builds upon tho official [symfony/skeleton](https://github.com/symfony/skeleton) template. In addition, it requires and configures the Sulu content management system core framework [sulu/sulu](https://github.com/sulu/sulu).If you want to **extend your already set up Sulu project**, visit the [Sulu organization](https://github.com/sulu) on GitHub for a complete list of official Sulu bundles.
## 🚀 Installation and Documentation
Starting a new Sulu project with the [sulu/skeleton](https://github.com/sulu/skeleton) template is as easy as executing the following [composer](https://getcomposer.org/) command:
```bash
composer create-project sulu/skeleton my-project
```Afterwards, visit the official [Sulu documentation](http://docs.sulu.io/en/latest/book/getting-started.html) to find out **how to initialize and configure your project** to your specific needs.
## ❤️ Community and Contributions
The Sulu content management system is a **community-driven open source project** backed by various partner companies. We are committed to a fully transparent development process and **highly appreciate any contributions**. Whether you are helping us fixing bugs, proposing new feature, improving our documentation or spreading the word - **we would love to have you as part of the Sulu community**.
## 📫 Have a question? Want to chat? Run into a problem?
We are happy to welcome you in our official [Slack channel](https://sulu.io/services-and-support)! Obviously you can always **reach out to us directly** via the [Sulu twitter account](https://twitter.com/sulu) or post your question on [StackOverflow](https://stackoverflow.com/questions/tagged/sulu) with the official `sulu` tag.
## 🤝 Found a bug? Missing a specific feature?
Feel free to **file a new issue** with a respective title and description on the the [sulu/sulu](https://github.com/sulu/sulu/issues) repository. If you already found a solution to your problem, **we would love to review your pull request**! Have a look at our [contribution guidelines](http://docs.sulu.io/en/latest/developer/contributing/) to find out about our coding standards.
## ✅ Requirements
Sulu requires a **PHP version higher or equal to 7.2** and is compatible with every **Symfony version starting from 4.3**. Have a look at the `require` section in the [composer.json](https://github.com/sulu/sulu/blob/2.x/composer.json) of the [sulu/sulu](https://github.com/sulu/sulu) core framework to find an **up-to-date list of the requirements** of Sulu content management system.
## 📘 License
The Sulu content management system is released under the under terms of the [MIT License](LICENSE).