All Projects → Web-Feet → coasterframework

Web-Feet / coasterframework

Licence: GPL-3.0 License
Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to coasterframework

laravel-jarvis
Achieve Your Ambition With Me .
Stars: ✭ 32 (+6.67%)
Mutual labels:  laravel-5-package, laravel-cms
content-management-system
Content management system for laravel developers'. It's easy to install and run.
Stars: ✭ 16 (-46.67%)
Mutual labels:  laravel-5-package, laravel-cms
aws-rekognition
A Laravel Package/Facade for the AWS Rekognition API
Stars: ✭ 20 (-33.33%)
Mutual labels:  laravel-5-package
goaop-laravel-bridge
Integration bridge for Go! AOP framework and Laravel
Stars: ✭ 91 (+203.33%)
Mutual labels:  laravel-5-package
laravel-string-similarities
Compare two string and get a similarity percentage
Stars: ✭ 54 (+80%)
Mutual labels:  laravel-5-package
Base62
PHP Base62 encoder and decoder for integers and big integers with Laravel 5 support.
Stars: ✭ 16 (-46.67%)
Mutual labels:  laravel-5-package
laravel-big
Google BigQuery for Laravel
Stars: ✭ 14 (-53.33%)
Mutual labels:  laravel-5-package
laravel-jira-rest-client
A Laravel interface for your Atlassians Jira application
Stars: ✭ 37 (+23.33%)
Mutual labels:  laravel-5-package
laravel-temporal
Temporal models and versioning for Laravel
Stars: ✭ 19 (-36.67%)
Mutual labels:  laravel-5-package
adminlte-laravel-installer
adminlte-laravel-installer . Installer for project acacha/adminlte-laravel
Stars: ✭ 16 (-46.67%)
Mutual labels:  laravel-5-package
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (+140%)
Mutual labels:  laravel-5-package
docxmustache
laravel 8.x docx template manipulation class, based on mustache templating language
Stars: ✭ 34 (+13.33%)
Mutual labels:  laravel-5-package
LaravelFtp
Laravel FTP client
Stars: ✭ 15 (-50%)
Mutual labels:  laravel-5-package
laravel-s3-tools
This Laravel package contains additional functionality not currently in Laravel for interfacing with Amazon's S3 service (including managing versioned objects).
Stars: ✭ 31 (+3.33%)
Mutual labels:  laravel-5-package
laravel-camelcase-json
Convert response JSON key to camelCase
Stars: ✭ 23 (-23.33%)
Mutual labels:  laravel-5-package
laravel-crud-forms
Create CRUD Forms for Laravel Models.
Stars: ✭ 38 (+26.67%)
Mutual labels:  laravel-5-package
model-observers
Make model observers easy
Stars: ✭ 17 (-43.33%)
Mutual labels:  laravel-5-package
laravel-crud-generator
Laravel CRUD Generator
Stars: ✭ 181 (+503.33%)
Mutual labels:  laravel-5-package
laravel-video-api
Laravel (Youtube/Vimeo) Video Data API
Stars: ✭ 53 (+76.67%)
Mutual labels:  laravel-5-package
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+110%)
Mutual labels:  laravel-5-package

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:

  1. Add "web-feet/coasterframework": "5.8.*" to the composer.json file and run composer update
  2. Go to the root directory of your project.
  3. Run the script php artisan coaster:update-assets
  4. Add the service provider CoasterCms\CmsServiceProvider::class to your config/app.php file.
  5. Go to a web browser and follow the install script that should have appeared
  6. Upload or create a theme
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].