tmarois/laravel-code-truncator

A Laravel command to truncate your codebase to fit within AI token limits.

v1.0.2 2025-04-10 21:22 UTC

This package is auto-updated.

Last update: 2025-04-25 23:36:04 UTC


README

This service is used to help AI understand the context of your Laravel project.

Project is in active development.

Run the truncate service on your project:

php artisan code:truncate

Run unit tests (on the package):

./vendor/bin/phpunit