Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-code-truncator maintained by tmarois

Description
A Laravel command to truncate your codebase to fit within AI token limits.
Last update
2025/04/27 20:52 (dev-main)
License
Links
Downloads
222

Comments
comments powered by Disqus

Laravel Code Truncator

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

Install

composer require tmarois/laravel-code-truncator

Usage

Run the truncate service on your project:

php artisan code:truncate

File will be stored in laravel storage

Running local tests

Run unit tests (on the package):

./vendor/bin/phpunit