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