https://github.com/joomlatools/joomlatools-framework-ckeditor
CKEditor component for Joomlatools Framework.
https://github.com/joomlatools/joomlatools-framework-ckeditor
framework
Last synced: 2 months ago
JSON representation
CKEditor component for Joomlatools Framework.
- Host: GitHub
- URL: https://github.com/joomlatools/joomlatools-framework-ckeditor
- Owner: joomlatools
- License: gpl-3.0
- Created: 2015-02-17T17:53:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T02:34:21.000Z (over 3 years ago)
- Last Synced: 2024-04-26T11:47:07.285Z (almost 2 years ago)
- Topics: framework
- Language: JavaScript
- Homepage: https://www.joomlatools.com/developer/framework/
- Size: 4.18 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ckeditor Component for Joomlatools Framework
This is a re-usable component for [Joomlatools Framework] that provides an interface for the [CKeditor](http://ckeditor.com) web editor.
## Requirements
- Joomlatools Framework 3
- PHP 5.4 or newer
- MySQL 5
## Installation
Install by using [Composer](https://getcomposer.org/). Go to the root directory of your Joomla installation in command line and execute this command:
```
composer require joomlatools/framework-ckeditor:1.*
```
The component will be installed in the `vendor` folder of the root directory of your Joomla site. The framework will make sure that the component is bootstrapped from that location and made available to other components extending it or just making use of it.
## Contributing
This component is an open source, community-driven project. Contributions are welcome from everyone.
We have [contributing guidelines](CONTRIBUTING.md) to help you get started.
## Contributors
See the list of [contributors](https://github.com/joomlatools/joomlatools-framework-ckeditor/contributors).
## License
Ckeditor for Joomlatools Framework is free and open-source software licensed under the [GPLv3 license](LICENSE.txt).
## Community
Keep track of development and community news.
* Follow [@joomlatoolsdev on Twitter](https://twitter.com/joomlatoolsdev)
* Join [joomlatools/dev on Gitter](http://gitter.im/joomlatools/dev)
* Read the [Joomlatools Developer Blog](https://www.joomlatools.com/developer/blog/)
* Subscribe to the [Joomlatools Developer Newsletter](https://www.joomlatools.com/developer/newsletter/)
[Joomlatools Framework]: http://www.joomlatools.com/developer/framework/