File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -87,14 +87,30 @@ Moox Press packages require WordPress Version 6.7, password hashing is currently
8787Install and use the Monorepo:
8888
8989``` bash
90+ # Clone the Moox Monorepo (in /Herd maybe)
9091git clone https://github.com/mooxphp/moox
92+
93+ # Create a new Laravel project
9194composer create-project laravel/laravel mooxdev
95+ cd mooxdev
96+
97+ # Use Moox Devlink to Symlink Moox packages
9298composer require moox/devlink
99+
100+ # Publish the Devlink config if you need to change
101+ # folders or packages, otherwise run with defaults
93102php artisan vendor:publish --tag=" devlink-config"
103+
104+ # Symlink all packages and run Composer
94105php artisan moox:devlink
106+
107+ # Use the Moox Installer
95108php artisan moox:install
109+
110+ # Just for Filament, otherwise go inside a theme folder
96111npm install
97112npm run dev
113+ npm run build # before commit
98114```
99115
100116We are currently rebuilding the Monorepo architecture. The installation might be incomplete. We will soon provide a single command for that.
You can’t perform that action at this time.
0 commit comments