@@ -46,42 +46,42 @@ composer.json-deploy
4646
47473 . When running ` php init.php `
4848
49- - Creates a ` .env ` file from ` .env.example `
50- - Copies ` composer.json-linked ` to ` composer.json `
51- - Runs ` composer update `
49+ - Creates a ` .env ` file from ` .env.example `
50+ - Copies ` composer.json-linked ` to ` composer.json `
51+ - Runs ` composer update `
5252
53- 4 . When running ` devlink:status ` :
53+ 4 . When running ` moox:devstatus ` :
5454
55- - Shows the configuration and status of each package
56- - Shows the link status (Linked, Unlinked, Deployed)
57- - Shows the update status (Up-to-date, Outdated)
58- - Has a verbose mode ` -v ` to show more information
55+ - Shows the configuration and status of each package
56+ - Shows the link status (Linked, Unlinked, Deployed)
57+ - Shows the update status (Up-to-date, Outdated)
58+ - Has a verbose mode ` -v ` to show more information
5959
60- 5 . When running ` devlink:link ` :
60+ 5 . When running ` moox:devlink ` :
6161
62- - Creates the packages folder, if it does not exist
63- - Creates symlinks for all configured packages
64- - Updates composer.json with development configuration
65- - Creates composer.json-linked for production use
66- - Asks to run ` composer install `
67- - Asks to run ` php artisan optimize:clear `
68- - Asks to run ` php artisan queue:restart `
62+ - Creates the packages folder, if it does not exist
63+ - Creates symlinks for all configured packages
64+ - Updates composer.json with development configuration
65+ - Creates composer.json-linked for production use
66+ - Asks to run ` composer install `
67+ - Asks to run ` php artisan optimize:clear `
68+ - Asks to run ` php artisan queue:restart `
6969
70- 6 . When running ` devlink :deploy` :
70+ 6 . When running ` moox :deploy` :
7171
72- - Removes all symlinks
73- - Deletes the packages folder, if empty
74- - Restores production-ready composer.json from composer.json-linked
75- - Asks to run ` composer install `
76- - Asks to run ` php artisan optimize:clear `
77- - Asks to run ` php artisan queue:restart `
72+ - Removes all symlinks
73+ - Deletes the packages folder, if empty
74+ - Restores production-ready composer.json from composer.json-linked
75+ - Asks to run ` composer install `
76+ - Asks to run ` php artisan optimize:clear `
77+ - Asks to run ` php artisan queue:restart `
7878
79797 . CI Safety Net - ` deploy.sh ` :
8080
81- - If composer.json-linked exists in the repository:
82- - Remove all symlinks from /packages
83- - rename composer.json-linked to composer.json
84- - Commit and push the change in your GitHub Action
81+ - If composer.json-linked exists in the repository:
82+ - Remove all symlinks from /packages
83+ - rename composer.json-linked to composer.json
84+ - Commit and push the change in your GitHub Action
8585
8686Mac and Linux work out of the box. You can have local packages mixed with the symlinked packages in your ` /packages ` folder.
8787
@@ -115,7 +115,7 @@ Please review [our security policy](https://github.com/mooxphp/moox/security/pol
115115
116116## Credits
117117
118- - [ All Contributors] ( ../../contributors )
118+ - [ All Contributors] ( ../../contributors )
119119
120120## License
121121
0 commit comments