Install Laravel CTE
mainInstall the package via Composer. For standard environments, use the standard requirement command. If you are using PowerShell on Windows (e.g., in VS Code), use the version with four carets to avoid parsing issues.
# Standard installation
composer require staudenmeir/laravel-cte:"^1.0"
# PowerShell/Windows installation
composer require staudenmeir/laravel-cte:"^^^^1.0"