stefanmahr / mwdcms
CMS Fontend Functions for Modern Web Design CMS
dev-master
2017-04-11 11:52 UTC
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-02-02 05:33:30 UTC
README
Frontend Functions for the Modern Web Design Content Management System.
Installation
Download
$ composer require stefanmahr/mwdcms
Open your config/app.php
and add the following to the providers
array:
Stefanmahr\Mwdcms\CMSServiceProvider::class,
In the same config/app.php
and add the following to the aliases
array:
'cmsSlider' => Stefanmahr\Mwdcms\Facades\cmsSlider::class,
Run the command below to publish the package config file and database migration:
php artisan vendor:publish