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.
- Add new wordpress installs
- Delete existing wordpress installs
- View all wordpress installs
- Clone the repository
- Run
composer install
- Run
./vendor/bin/sail up -d
- Run
./vendor/bin/sail npm install
- Run
./vendor/bin/sail npm run dev
- Run
./vendor/bin/sail artisan migrate:fresh --seed
- Run
./vendor/bin/sail artisan key:generate
- Run
./vendor/bin/sail artisan horizon
' - Visit
localhost
in your browser - Login with the default credentials
[email protected]
andpassword