{"id":27918523,"url":"https://github.com/vcian/laravel-code-insights","last_synced_at":"2025-05-06T18:23:02.398Z","repository":{"id":176887586,"uuid":"659092488","full_name":"vcian/laravel-code-insights","owner":"vcian","description":"Code insight for Laravel applications","archived":false,"fork":false,"pushed_at":"2023-12-21T10:49:30.000Z","size":45,"stargazers_count":14,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-04T22:40:41.057Z","etag":null,"topics":["code","codegenerator","document","laravel"],"latest_commit_sha":null,"homepage":"","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vcian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-06-27T06:03:36.000Z","updated_at":"2024-05-06T05:39:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"f99eaa22-c467-423d-865d-83cfe2947b6f","html_url":"https://github.com/vcian/laravel-code-insights","commit_stats":null,"previous_names":["vcian/laravel-code-insights"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcian%2Flaravel-code-insights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcian%2Flaravel-code-insights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcian%2Flaravel-code-insights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vcian%2Flaravel-code-insights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vcian","download_url":"https://codeload.github.com/vcian/laravel-code-insights/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252741880,"owners_count":21797103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code","codegenerator","document","laravel"],"created_at":"2025-05-06T18:23:01.804Z","updated_at":"2025-05-06T18:23:02.383Z","avatar_url":"https://github.com/vcian.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css\"\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.example.com/font/font.css\"\u003e\n\u003ch1 align=\"center\" style=\"font-family: 'CustomFont';\"\u003e\u003cu\u003eLaravel Code Insights\u003c/u\u003e\u003c/h1\u003e\n\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e_About_\u003c/p\u003e\n\u003cbr\u003e\n\n\n- \u003cp style=\"font-family: 'CustomFont';\"\u003eThis package serves as a code insight for Laravel applications.\u003c/p\u003e \n- \u003cp style=\"font-family: 'CustomFont';\"\u003eIt 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.\u003c/p\u003e\n\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e\u003ci class=\"fas fa-cog\"\u003e\u003c/i\u003e _Installation \u0026 Usage_\u003c/p\u003e\n\u003cbr\u003e\n\u003cp style=\"font-family: 'CustomFont';\"\u003eRequires \u003ca href=\"https://php.net/releases/\"\u003e[PHP 8.0+]\u003c/a\u003e | \u003ca href=\"https://laravel.com/docs/8.x\"\u003e [Laravel 8.0+]\u003c/a\u003e\u003c/p\u003e\n\u003cp style=\"font-family: 'CustomFont';\"\u003eRequire Laravel Code Insights  using : \u003ca href=\"https://getcomposer.org\"\u003e[Composer]\u003c/a\u003e\u003c/p\u003e\n\n```bash\ncomposer require --dev vcian/laravel-code-insights\n```\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e_Usage_\u003c/p\u003e\n\nphp artisan vendor:publish --tag=public\n\u003cbr\u003e\nselect \"Vcian\\LaravelCodeInsights\\CodeGeneratorServiceProvider\"\n\u003cbr\u003e\n\u003cp style=\"font-family: 'CustomFont';\"\u003eYou can access Code Insights view via below route\u003c/p\u003e\n\u003cp style=\"font-family: 'CustomFont';\"\u003e\u003cb\u003eAccess Route:\u003c/b\u003e \u003ca href=\"#\"\u003e http://yourdomain.com/code-insights\u003c/a\u003e\u003c/p\u003e\n\u003cbr\u003e\n\n\u003cp style=\"font-family: 'CustomFont';\"\u003e\u003cb\u003eNote:\u003c/b\u003e\u003c/p\u003e\n\u003cp style=\"font-family: 'CustomFont';\"\u003e 1) Don't forget to replace your actual domain with \"yourdomain.com\"\u003c/p\u003e\n\u003cp style=\"font-family: 'CustomFont';\"\u003e 2) You can also update your custom route with config/code-insights.php\u003c/p\u003e\n\n![img.png](img.png)\n\n\u003cp\u003e\u003cimg src=\"https://raw.githubusercontent.com/vcian/art/main/laravel-code-insights/ss-1.png\" width=\"100%\"\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"https://raw.githubusercontent.com/vcian/art/main/laravel-code-insights/ss-2.png\" width=\"100%\"\u003e\u003c/p\u003e\n\u003cp\u003e\u003cimg src=\"https://raw.githubusercontent.com/vcian/art/main/laravel-code-insights/ss-3.png\" width=\"100%\"\u003e\u003c/p\u003e\n\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e_Changelog_\u003c/p\u003e\n\n\n\u003e \u003cp style=\"font-family: 'CustomFont';\"\u003ePlease see \u003ca href=\"CHANGELOG.md\"\u003e [CHANGELOG]\u003c/a\u003e for more information what has changed recently.\u003c/p\u003e\n\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e_Contributing_\u003c/p\u003e\n\n\n\u003cp style=\"font-family: 'CustomFont';\"\u003ePlease see \u003ca href=\"CONTRIBUTING.md\"\u003e [CONTRIBUTING]\u003c/a\u003e for details.\u003c/p\u003e\n\u003cp style=\"font-family: 'CustomFont';\"\u003e\n\n       We believe in \n            👇\n          ACT NOW\n      PERFECT IT LATER\n    CORRECT IT ON THE WAY.\n\u003c/p\u003e\n\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e_Security_\u003c/p\u003e\n\n\u003cp style=\"font-family: 'CustomFont';\"\u003eIf you discover any security-related issues, please email ruchit.patel@viitor.cloud instead of using the issue tracker.\u003c/p\u003e\n\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e_Credits_\u003c/p\u003e\n\n- [All Contributors](../../contributors)\n\n## \u003cp style=\"font-family: 'CustomFont';\"\u003e_License_\u003c/p\u003e\n\n\u003cp style=\"font-family: 'CustomFont';\"\u003eThe MIT License (MIT). Please see \u003ca href=\"LICENSE.md\"\u003e [License File]\u003c/a\u003e for more information.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcian%2Flaravel-code-insights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvcian%2Flaravel-code-insights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvcian%2Flaravel-code-insights/lists"}