czim/laravel-cms-theme

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.9.10) of this package.

Laravel CMS: Theme component

0.9.10 2019-09-06 14:17 UTC

This package is auto-updated.

Last update: 2021-05-06 18:24:57 UTC


README

Simple default theme package to use with the CMS Core. This is a simple web-based bootstrap setup, not recommended for more than demonstrative purposes.

Installation

Add the service provider to the cms-core.php config (NOT your app.php config!):

    'providers' => [
        // ...
        \Czim\CmsTheme\CmsThemeServiceProvider::class,
    ],

To publish the assets for the CMS theme:

php artisan vendor:publish

Compiling assets

An Elixir setup is provided for compiling the assets for the CMS. The output directory for this process is resources/assets/build.

To compile css and javascript, you can run

npm install
gulp --production

... in the base directory of this repository.

Plugins and scripts used

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.