-
**Describe the bug**
Calling up the page "Test" - added in later - results in an 404, even though the code in web.php, lang/xx/routes.php and the blade are identical.
Caches have been flushed with p…
-
I noticed that the Blade directives such as `@impersonating()` and `@endImpersonating()` stooped working, instead they were being rendered as HTML on the frontend.
After some digging and debugging …
-
Hi guys,
Today I installed a fresh version of Laravel version 9.21.4. The new Laravel versions use Vite as a bundling package and I am having issues with auto-refreshing. It simply doesn't work des…
-
- blade code
![image](https://user-images.githubusercontent.com/24821306/90304621-a5024f80-def4-11ea-9242-d86e20cc8816.png)
- rendered
![image](https://user-images.githubusercontent.com/24821306/…
-
laravel-admin版本:v1.7.8
以下是简单的报错:
Call to undefined function Encore\DateRangePicker\array_set() (View: G:\WWW\league\vendor\encore\laravel-admin\resources\views\form.blade.php)
hxsen updated
4 years ago
-
### What happened?
The executable generated by `php artisan native:build linux` only renders the generic "500 SERVER ERROR" page.
`php artisan native:serve` renders the page correctly.
Changing `AP…
-
laravel: 10
laravel-generator: 6.0.1
adminlte-template: 6.0.0
php: 8.3
## issue
1. generator not generate component as component tag but full view of it
## step to reproduce
1. edit templat…
-
## Version information
- Laravel: v7.18.0
- Voyager: v1.4
- PHP: 7.4
- Database: MySQL 8.0
## Description
I'm trying to cache files in /admin/compass "php artisan config:cache / php artisa…
Heqma updated
9 months ago
-
Working on Laravel 10 upgrade in my dev env and just noticed new signups don't get any e-mails anymore. Tried the following in Laravel Tinker:
```
> UserVerification::send($user, 'My Custom E-mail…
ghost updated
9 months ago
-
## 候補として
* Laravelのbladeを使用する
* Vue.js + Vuex + VueRouterを使用する(SPA)
* Inertia.jsを使用する
それぞれの特徴として
## blade
サーバーでHTMLが生成される。
つまり処理はサーバーで行われる。
## Vue.js + Vuex + VueRouter
Laravel側にAPI用のエンドポイン…