https://github.com/jedymatt/just-laravel-blade
https://github.com/jedymatt/just-laravel-blade
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jedymatt/just-laravel-blade
- Owner: jedymatt
- License: mit
- Created: 2022-09-18T06:44:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T12:02:47.000Z (over 2 years ago)
- Last Synced: 2024-12-29T06:09:54.261Z (5 months ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# just-laravel-blade
Features
- ✅ Formatter: Format
- ✅ Command: Create blade file
- ❌ Formatter: Configurations
- ❌ Quick Action: Add parent tag like how the flutter does to add parent widget
- ❌ Quick Action: Create blade file from `view('hello.world')` or `View::render('hello.world')` when file is empty
- ❌ Go to blade file from `view('hello.world')` or `View::render('hello.world')`
- ❌ From blade file `go to Controller` by reading the routes