Installation.md
March 3, 2025 ยท View on GitHub
Installation
Install plugin via command line:
composer require cakedc/cakephp-inertia
Configuration
Once installed enable it in src/Application.php, adding at the bottom of bootstrap function:
$this->addPlugin('CakeDC/Inertia');
or type in command line
bin/cake plugin load CakeDC/Inertia