Stump Content Management Framework
Stump is a client/server web application framework built on laravel with angularjs client. The base of the framework is the REST api.
Installation
you can install the Stump cmf with composer
- download/install project with
composer create-project -s dev skimia/stump folder
- configuring the
/.env
file according to your system settings - run migration with
php artisan migrate
in the project directory
Error 500 With no information ?
Verify the framework has write access on
/storage
directory
Official Documentation
Documentation for the framework can be found on the Stump website.
Contributing
Thank you for considering contributing to the Stump cmf! The contribution guide can be found in the Stump documentation.
Security Vulnerabilities
If you discover a security vulnerability within Stump, please send an e-mail to Jean-françois MONNIER at jf.monnier@skimia.agency. All security vulnerabilities will be promptly addressed.
License
The Stump cmf is open-sourced software licensed under the MIT license