Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artus9033/synthesiscms
Advanced, extensible CMS based on the Laravel framework, written in PHP & Blade, with a WYSIWYG article editor, menus support, routing, customizable application forms & an extensions ecosystem
https://github.com/artus9033/synthesiscms
cms cms-api cms-framework extensions javascript json laravel laravel-application material-design materializecss php scss
Last synced: 23 days ago
JSON representation
Advanced, extensible CMS based on the Laravel framework, written in PHP & Blade, with a WYSIWYG article editor, menus support, routing, customizable application forms & an extensions ecosystem
- Host: GitHub
- URL: https://github.com/artus9033/synthesiscms
- Owner: artus9033
- Created: 2016-12-29T21:49:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T21:15:12.000Z (almost 5 years ago)
- Last Synced: 2024-11-19T04:50:39.421Z (3 months ago)
- Topics: cms, cms-api, cms-framework, extensions, javascript, json, laravel, laravel-application, material-design, materializecss, php, scss
- Language: HTML
- Homepage:
- Size: 19.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SynthesisCMS
![]()
An amazingly fast, simple and extendable content management system, built on top of LaravelSynthesisCMS is an amazingly fast, simple and extendable content management system, built on top of Laravel.
Stunningly safe and designed both for humans and programmers.## Installation
- Install php & enable php modules required by Laravel: mbstring, dom, pdo, json, bcmath, gd.
- Clone the repo (`git clone https://github.com/artus9033/synthesiscms`)
- `chown` the `public` & `storage` directories recursively for the proper user, e.g. `chown -R www-data:www-data storage` (repeat for `public`)
- set read/write permissions on the `storage` & `cache` directories, using the script `setup_permissions.sh`
- `npm install`
- Compile the assets: `npm run prod` (or `npm run dev` for development, does not compress the files)
- Configure the DB user, password & server parameters in `.env`
- Install PHP modules required by Laravel: `apt install php-mbstring php-pdo php-tokenizer php-json php-xml php-ctype php-bcmath php-gd`
- `apt install composer zip`
- `composer install`
- Migrate & seed DB tables: `composer install-database`
- Optionally: it is advised not to place the CMS in your server's public directory, although the CMS has .htaccess files configured to protect critical files & source code from being accessed remotely. You should place the CMS outside of this directory and create a symlink to the `public` directory instead
Note: make sure to enable mod_rewrite on your server. This enables the CMS to handle all requests & *protects your config files from being accessed remotely via http in case you place the CMS root directory in your server's public directory*
Done! Your SynthesisCMS instance should be up & running.## License
The SynthesisCMS project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).