web-feet / coasterframework
Coaster CMS Framework For Laravel 5
Installs: 10 725
Dependents: 0
Suggesters: 0
Security: 0
Stars: 31
Watchers: 6
Forks: 22
Open Issues: 29
Requires
- php: >=7.1
- bkwld/croppa: ~4.7.0
- blueimp/jquery-file-upload: 9.19.1
- guzzlehttp/guzzle: 6.*
- laravelcollective/html: ~5.8
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~1.0
- phpunit/phpunit: ~6.0
- dev-master
- v6.x-dev
- 5.8.x-dev
- v5.8.18
- v5.8.17
- v5.8.16
- v5.8.15
- v5.8.14
- v5.8.13
- v5.8.12
- v5.8.11
- v5.8.10
- v5.8.9
- v5.8.8
- v5.8.7
- v5.8.6
- v5.8.5
- v5.8.4
- v5.8.3
- v5.8.2
- v5.8.1
- v5.8.0
- 5.6.x-dev
- 5.5.x-dev
- v5.5.17
- v5.5.16
- v5.5.15
- v5.5.14
- v5.5.13
- v5.5.12
- v5.5.11
- v5.5.10
- v5.5.9
- v5.5.8
- v5.5.7
- v5.5.6
- v5.5.5
- v5.5.4
- v5.5.3
- v5.5.2
- v5.5.1
- v5.5.0
- 5.4.x-dev
- v5.4.39
- v5.4.38
- v5.4.37
- v5.4.36
- v5.4.35
- v5.4.34
- v5.4.33
- v5.4.32
- v5.4.31
- v5.4.30
- v5.4.29
- v5.4.28
- 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-multisite_quick
This package is auto-updated.
Last update: 2024-10-27 21:31:18 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.8)
The steps are are as follows:
- Add "web-feet/coasterframework": "5.8.*" 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 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