webly/webly

Webly CMS

Installs: 119

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

v1.0.6 2023-10-30 06:19 UTC

This package is auto-updated.

Last update: 2024-04-04 06:21:25 UTC


README

Custom made CMS made by Sanmisha with Love

Installation Steps

composer create-project webly/webly <your_website_folder>

composer update

copy env file to .env and enter Database Details

then run

php spark migrate -all

php spark webly:setup

And follow the instructions

To run Webly CMS

php spark serve

Updation

git pull

composer update