Start a new Capell site
Use this when Capell is the CMS layer for a fresh Laravel application.
composer create-project laravel/laravel capell-site
cd capell-site
composer require capell-app/core capell-app/admin capell-app/frontend
php artisan capell:install
npm run build
php artisan capell:doctor
- Confirm the admin panel loads.
- Confirm the frontend resolves the default site.
- Confirm php artisan capell:doctor reports a healthy install.