-
### Tasks for Day 2 - Getting started on a Laravel app
- [x] Read about migrations in Laravel
- [x] Read about Laravel's `php artisan` command
- [x] Create the following files using php artisan com…
-
### Chart Name
bookstack
### Chart Version
0.17.0
### Problem
Hi,
I use kubenetes to try to deploy bookstack, but it doesn't work. I have not changed any command but just wanna have toy test…
-
Type: Bug
I use windows with dark theme and vs code with light theme, and mouse text selection cursor turned white so i barely can see it. Tried different light themes - all them have the issue i m…
-
ecco un piccolo riassunto di quello che useremo o potremo usare.
# gestione server php
## avvio
per avviare laravel sarà sufficiente eseguire il comando:
```shell
php artisan serve
```
## m…
-
### Tasks for Day 3 - Adding components in your Laravel app
- [ ] Read about Laravel blade files: https://laravel.com/docs/5.7/blade
- [ ] Create folder `questions` inside views and add the followin…
-
One little missing feature of laravel blade is that we can pass additional variables as the second parameter to @include in blade (as laravel docs says) but I did not find it on tale-jade-laravel.
[h…
-
### Bug description
Hi, I am using full static caching for a few websites. Some have a large contentbase. Most of the pages have about two or three regions that use the `@nocache` tag (Yes I am usi…
-
Support Laravel's Blade templating engine for syntax highlighting. https://laravel.com/docs/5.8/blade
Extension is `.blade.php`.
-
# Loop over and include Blade views simultaneously using @each in Laravel — Amit Merchant — A blog on PHP, JavaScript, and more
Sometimes, there comes a scenario where you want to loop over a collect…
-
~~This extension doesn't seem to be working with the Laravel Blade file type for VS Code. I use the extension shown below to highlight the rest of my Blade files, and I was hoping `alpinejs-syntax-hig…