https://github.com/krayin/krayin-blade-tracer
Krayin Blade Tracer
https://github.com/krayin/krayin-blade-tracer
Last synced: 4 months ago
JSON representation
Krayin Blade Tracer
- Host: GitHub
- URL: https://github.com/krayin/krayin-blade-tracer
- Owner: krayin
- License: mit
- Created: 2021-07-26T15:54:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T15:56:06.000Z (about 4 years ago)
- Last Synced: 2025-05-31T02:29:37.922Z (5 months ago)
- Language: Blade
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.x.x.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Krayin Blade Tracer Download
### 1. Introduction:
Show blade file path by hovering on parent element.### 2. Requirements:
* **Krayin**: v1.0.0.
### 3. Installation:
* Install the extension
```
composer require krayin/krayin-blade-tracer
```* Run these commands below to complete the setup
```
php artisan view:clear
```> That's it, your extension must be working now.