Download the PHP package laravel-attributes/todo without Composer
On this page you can find all versions of the php package laravel-attributes/todo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravel-attributes/todo
More information about laravel-attributes/todo
Files in laravel-attributes/todo
Download laravel-attributes/todo
More information about laravel-attributes/todo
Files in laravel-attributes/todo
Vendor laravel-attributes
Package todo
Short Description A Laravel package to scan #[TODO] attributes.
License MIT
Package todo
Short Description A Laravel package to scan #[TODO] attributes.
License MIT
Please rate this library. Is it a good library?
Informations about the package todo
Todo Package
Laravel TODO Attribute Scanner
A small Laravel package that helps you track and manage technical debt by scanning your codebase for #[TODO] attributes.
Features ✨
- Multi-level Scanning - Find TODOs in classes, methods, and functions
- Customizable Sources - Scan specific directories or files
- Clear Reporting - Beautiful console table output with counts
- Custom Messages - Add detailed TODO descriptions
- Laravel Integration - Native Artisan command integration
- Modern PHP With Laravel - Built for Laravel with PHP 8.1+ with attributes
Installation 📦
-
Install via Composer:
- The package will auto-register its service provider and command.
Usage 🚀
Adding TODOs 📝
Class-level TODO
Basic Scan
Scan default directory (app):
Sample Output
Method-level TODO
Function-level TODO
Configuration ⚙️
Default Message
When no message is provided:
Custom Source Directories
Scan specific directories:
License 📄
This package is open-source software licensed under the MIT license.
All versions of todo with dependencies
PHP Build Version
Package Version
The package laravel-attributes/todo contains the following files
Loading the files please wait ...