coastercms/framework

Coaster CMS Framework for Laravel 8

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

This package is auto-updated.

Last update: 2024-04-18 04:51:35 UTC


README

68747470733a2f2f7777772e636f6173746572636d732e6f72672f75706c6f6164732f696d616765732f6c6f676f5f636f61737465725f676974687562342e6a7067

68747470733a2f2f706f7365722e707567782e6f72672f636f6173746572636d732f6672616d65776f726b2f646f776e6c6f6164732e737667 68747470733a2f2f706f7365722e707567782e6f72672f636f6173746572636d732f6672616d65776f726b2f76657273696f6e2e737667 68747470733a2f2f706f7365722e707567782e6f72672f636f6173746572636d732f6672616d65776f726b2f6c6963656e73652e737667

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