https://github.com/ariabid/laravel-view-tracer
A simple package for Laravel framework to trace path of blade templates.
https://github.com/ariabid/laravel-view-tracer
blade laravel laravel-blade-tracer laravel-view-tracer laravel5 laravel55 php php7 tracer views
Last synced: 4 months ago
JSON representation
A simple package for Laravel framework to trace path of blade templates.
- Host: GitHub
- URL: https://github.com/ariabid/laravel-view-tracer
- Owner: ariabid
- License: mit
- Created: 2019-07-29T18:12:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T16:51:40.000Z (almost 6 years ago)
- Last Synced: 2025-02-01T04:31:42.742Z (5 months ago)
- Topics: blade, laravel, laravel-blade-tracer, laravel-view-tracer, laravel5, laravel55, php, php7, tracer, views
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# View tracer for Laravel blade files
## Installation Guide
Install the package via composer:
```composer require ariabid/laravel-view-tracer:1.1.2```
Open .env file and enable laravel-view-tracer
```ENABLE_VIEW_TRACER=true```
## Authors
* Abid Raza - [@001abid](https://twitter.com/001abid/)## Contributors
* Gautam Kumar - [@r8here](https://twitter.com/r8here/)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.