https://github.com/vcian/laravel-code-insights
Code insight for Laravel applications
https://github.com/vcian/laravel-code-insights
code codegenerator document laravel
Last synced: 9 months ago
JSON representation
Code insight for Laravel applications
- Host: GitHub
- URL: https://github.com/vcian/laravel-code-insights
- Owner: vcian
- License: mit
- Created: 2023-06-27T06:03:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T10:49:30.000Z (about 2 years ago)
- Last Synced: 2025-05-04T22:40:41.057Z (9 months ago)
- Topics: code, codegenerator, document, laravel
- Language: Blade
- Homepage:
- Size: 43.9 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Laravel Code Insights
##
_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]
```bash
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 ruchit.patel@viitor.cloud instead of using the issue tracker.
##
_Credits_
- [All Contributors](../../contributors)
##
_License_
The MIT License (MIT). Please see [License File] for more information.