Artisan Commands
This page lists the most relevant Pagify-specific commands for daily operations.
CMS scaffolding and theme tooling
cms:make-plugincms:make-theme
Core operations
core:audit:cleanup
Module and package lifecycle
modules:listmodules:syncmodules:cachemodules:clear
Updater operations
updater:moduleupdater:allupdater:rollback
Common Laravel operations used in Pagify workflows
php artisan migratephp artisan db:seedphp artisan queue:workphp artisan optimize:clearphp artisan test
Recommended command sequence for local maintenance
php artisan optimize:clearphp artisan migratephp artisan queue:work --queue=default --tries=3php artisan test
For environment-specific workflows, see Runbook.