Skip to content

aw-studio/macrame-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •