coastercms/framework

Coaster CMS Framework for Laravel 8

Package info

github.com/CoasterCms/framework

pkg:composer/coastercms/framework

Statistics

Installs: 1 680

Dependents: 2

Suggesters: 0

Stars: 2

Open Issues: 0

v8.0.0 2020-11-27 13:34 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0-or-later 424a29670339b1c3b6548f08f8aa02e40eeb70fc

  • Neil Jennings <neilj.cardiff.woop@gmail.com>
  • Daniel Chadwick <chadanuk+coastercms.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-18 09:33:10 UTC


README

👁 Image

👁 Image
👁 Image
👁 Image

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/CoasterCms/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 (v8)

The steps are are as follows:

  1. Go to the root directory of your project
  2. Run composer require coastercms/framework:~8.0 to install package
  3. Run php artisan coaster:update-assets to download admin assets
  4. Add the provider CoasterCms\Providers\CoasterRoutesProvider::class to your config/app.php file (near end as it registers a catch-all route)
  5. Go to a web browser and follow the install script that should have appeared
  6. Upload or create a theme