Download the PHP package blinktag/laravel-lazydev without Composer
On this page you can find all versions of the php package blinktag/laravel-lazydev. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blinktag/laravel-lazydev
More information about blinktag/laravel-lazydev
Files in blinktag/laravel-lazydev
Download blinktag/laravel-lazydev
More information about blinktag/laravel-lazydev
Files in blinktag/laravel-lazydev
Vendor blinktag
Package laravel-lazydev
Short Description Finds TODO and FIXME annotations that past-you left in the code for future-you to deal with
License MIT
Package laravel-lazydev
Short Description Finds TODO and FIXME annotations that past-you left in the code for future-you to deal with
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-lazydev
laravel-lazydev
Finds TODO and FIXME annotations that past-you left in the code for future-you to deal with
Install
Laravel < 5.5:
Laravel >= 5.5
The package will be autodiscovered
Configuration
If you wish to change the strings this tool searches for, publish the configuration and then edit the value of find_strings
in config/findtodos.php
. Each term should be separated by a pipe character
Usage
Add comments in your code that begin with TODO, or FIXME, like so:
You can then find these comments later on using the command
All versions of laravel-lazydev with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package blinktag/laravel-lazydev contains the following files
Loading the files please wait ....