This Sublime Text plugin enables developers to quickly open Laravel Blade template files by parsing view names inside view() function calls.
When the cursor is on a line like this:
view('posts.index');
view('posts.index', compact('posts'));This Sublime Text plugin enables developers to quickly open Laravel Blade template files by parsing view names inside view() function calls.
When the cursor is on a line like this:
view('posts.index');
view('posts.index', compact('posts'));| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Bootstrap Table Checkbox Select All and Cancel</title> | |
| <link href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <h2>Bootstrap Table Checkbox Select All and Cancel</h2> | |
| <table class="table table-striped"> |