bvfbarten/simple-tree-cms

There is no license information available for the latest version (dev-main) of this package.

dev-main 2023-08-31 06:37 UTC

This package is not auto-updated.

Last update: 2024-04-26 08:04:09 UTC


README

To install, copy package to a location accessible by composer. EG "../laravel-tree-cms-package". add to your composer.json file "repositories": [{ "type": "path", "url": "../laravel-tree-cms-package" }],

Then add to your composer.json file

"require": { "bvfbarten/simple-tree-cms": "dev-master", }

then run composer update php artisan migrate

If you want to install default content:

php artisan vendor:publish --provider="Bvfbarten\SimpleCms\SimpleCmsServiceProvider" php artisan cms:from-dump

in 'routes/web.php' delete the welcome route.