gldrenthe89 / laravel-boost-augment-code-extension
Laravel Boost extension package that provides Augment Code IDE integration
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gldrenthe89/laravel-boost-augment-code-extension
Requires
- php: ^8.1
- illuminate/support: ^10.49.0|^11.45.3|^12.28.1
Requires (Dev)
- laravel/pint: 1.20
README
Introduction
A Laravel Composer package that provides Augment Code integration for Laravel Boost.
Requirements
- PHP 8.1 or higher
- Laravel 10.0 or higher
- Laravel Boost (unreleased. please see Laravel Boost PR #280)
- Augment Code or Auggie (Augment CLI)
Installation
Step 1: Install the Package
Install the package via Composer as a development dependency:
composer require --dev gldrenthe89/laravel-boost-augment-code-extension
Step 2: Install Laravel Boost
Laravel Boost will auto-detect the Augment Code installation automatically. Run the command below to install Laravel Boost follow the installation instructions.
php artisan boost:install
License
Laravel Boost is open-sourced software licensed under the MIT license.