An open API service indexing awesome lists of open source software.

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.

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.