jujunjun / jxframework
Coaster CMS Framework
v5.4.27
2017-10-23 09:19 UTC
Requires
- php: >=5.6.4
- bkwld/croppa: ~4.0
- blueimp/jquery-file-upload: 9.19.1
- doctrine/dbal: ^2.5
- guzzlehttp/guzzle: 6.*
- laravelcollective/html: 5.4.*
- v5.4.27
- v5.4.26
- v5.4.25
- v5.4.24
- v5.4.23
- v5.4.22
- v5.4.21
- v5.4.20
- v5.4.19
- v5.4.18
- v5.4.17
- v5.4.16
- v5.4.15
- v5.4.14
- v5.4.13
- v5.4.12
- v5.4.11
- v5.4.10
- v5.4.9
- v5.4.8
- v5.4.7
- v5.4.6
- v5.4.5
- v5.4.4
- v5.4.3
- v5.4.2
- v5.4.1
- v5.4.0
- 5.3.x-dev
- v5.3.34
- v5.3.33
- v5.3.32
- v5.3.31
- v5.3.30
- v5.3.29
- v5.3.28
- v5.3.27
- v5.3.26
- v5.3.25
- v5.3.24
- v5.3.23
- v5.3.22
- v5.3.21
- v5.3.20
- v5.3.19
- v5.3.18
- v5.3.17
- v5.3.16
- v5.3.15
- v5.3.14
- v5.3.13
- v5.3.12
- v5.3.11
- v5.3.10
- v5.3.9
- v5.3.8
- v5.3.7
- v5.3.6
- v5.3.5
- v5.3.4
- v5.3.3
- v5.3.2
- v5.3.1
- v5.3.0
- 5.2.x-dev
- v5.2.44
- v5.2.43
- v5.2.42
- v5.2.41
- v5.2.40
- v5.2.39
- v5.2.38
- v5.2.37
- v5.2.36
- v5.2.35
- v5.2.34
- v5.2.33
- v5.2.32
- v5.2.31
- v5.2.30
- v5.2.29
- v5.2.28
- v5.2.27
- v5.2.26
- v5.2.25
- v5.2.24
- v5.2.23
- v5.2.22
- v5.2.21
- v5.2.20
- v5.2.19
- v5.2.18
- v5.2.17
- v5.2.16
- v5.2.15
- v5.2.14
- v5.2.13
- v5.2.12
- v5.2.11
- v5.2.10
- v5.2.9
- v5.2.8
- v5.2.7
- v5.2.6
- v5.2.5
- v5.2.4
- v5.2.3
- v5.2.2
- v5.2.1
- v5.2.0
- dev-make-testable
- dev-add-code-of-conduct-1
- dev-addSeeds
- dev-multisite_quick
This package is not auto-updated.
Last update: 2024-11-01 02:48:05 UTC
README
This is the codebase for Coaster CMS - all the inner workings are here and it is designed to work in conjunction with the Coaster CMS framework (https://github.com/Web-Feet/coastercms).
You can also use this as a stand-alone library to add content management functionality to your project.
Add to an Existing Laravel Project (v5.4)
The steps are are as follows:
- Add "web-feet/coasterframework": "5.4.*" to the composer.json file and run composer update
- Go to the root directory of your project.
- Run the script
php artisan coaster:update-assets
- Add the service provider CoasterCms\CmsServiceProvider::class,CoasterCms\Providers\CoasterRoutesProvider::class, to your config/app.php file.
- Go to a web browser and follow the install script that should have appeared
- Upload or create a theme