aw-studio/macrame-cms

wip.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 2

Language:Vue

Type:project

dev-main 2023-02-18 07:21 UTC

This package is auto-updated.

Last update: 2024-04-18 10:02:48 UTC


README

image

Setup

Create a new cms project named your-website by running

composer create-project aw-studio/macrame-cms:dev-main your-website

Create a database and add the credentials in the.env file. Then run the following command to migrate and seed with some basic data.

php artisan migrate:fresh --seed

Install the NPM dependencies and start the dev script

npm install && npm run dev

You should now be able to visit your-website.test/admin and login with default admin credentials:

username: admin
password: secret