Display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them
vcian/laravel-code-insights is a Laravel package for display all list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them.
It currently has 15 GitHub stars and 87 downloads on Packagist (latest version v1.0.0).
Install it with composer require vcian/laravel-code-insights.
Discover more Laravel packages by vcian
or browse all Laravel packages to compare alternatives.
Last updated
About
This package serves as a code insight for Laravel applications.
It presents a comprehensive list of controllers, repositories, models, traits, and helpers, allowing you to easily explore and access them. When selecting a controller, it displays its functions and corresponding source code. It also includes an optimization feature.
Installation & Usage
Requires [PHP 8.0+] | [Laravel 8.0+]
Require Laravel Code Insights using : [Composer]
composer require --dev vcian/laravel-code-insights
Usage
php artisan vendor:publish --tag=public
select "Vcian\LaravelCodeInsights\CodeGeneratorServiceProvider"
You can access Code Insights view via below route
Access Route: http://yourdomain.com/code-insights
Note:
1) Don't forget to replace your actual domain with "yourdomain.com"
2) You can also update your custom route with config/code-insights.php




Changelog
Please see [CHANGELOG] for more information what has changed recently.
Contributing
Please see [CONTRIBUTING] for details.
We believe in
👇
ACT NOW
PERFECT IT LATER
CORRECT IT ON THE WAY.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see [License File] for more information.