Skip to content

dizlexic/moo-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moo Manager

Description

Moo manager is a simple web application for managing wordpress installs. It is designed to be used by developers and system administrators to manage multiple wordpress installs on a single server. Written in laravel, it provides a simple interface for adding, deleting, and viewing wordpress installs.

Features

  • Add new wordpress installs
  • Delete existing wordpress installs
  • View all wordpress installs

Installation

  1. Clone the repository
  2. Run composer install
  3. Run ./vendor/bin/sail up -d
  4. Run ./vendor/bin/sail npm install
  5. Run ./vendor/bin/sail npm run dev
  6. Run ./vendor/bin/sail artisan migrate:fresh --seed
  7. Run ./vendor/bin/sail artisan key:generate
  8. Run ./vendor/bin/sail artisan horizon'
  9. Visit localhost in your browser
  10. Login with the default credentials [email protected] and password

About

A laravel 11 app for creating and managing multiple wordpress installs on a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published