Description
Fearless refactoring, it does a lot of smart checks to find certain errors/user panels, and dashboards
- It is created to be smarter than phpstorm and other IDEs in finding errors.
- It is created to understand laravel run-time and magic.
- It does not show you stupid false errors, all the reported cases are really errors.
- Even If you have written a lot of tests for your app, you may still need this.
- It can refactor your code, by applying
early returnsautomatically. - It is written from scratch to yield the maximum performance possible.
Useful Commands:
| # | Artisan Command |
|---|---|
| 1 | php artisan search_replace |
| 2 | php artisan check:early_returns |
| 3 | php artisan check:all |
Recent Courses on Laravel Daily
[NEW] Practical Laravel Security: Packages, Secrets, Supply-Chain Attacks
7 lessons
43 min read
Laravel 13 Starter Kit Teams and Customizations
10 lessons
33 min
Queues in Laravel 13
18 lessons
1 h 12 min read