You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description:
I just spend a a whole day trying to track livewire dashboard error :
"The "{path-to-project}app/Http/Livewire" directory does not exist. (View: {path-project}\resources\views\layouts\app.blade.php)",
until I figure out that this package somehow conflict after success login with jetstream with clean install laravel + jetstream + livewire + Laravel-HTMLMin
### Description:
I just spend a a whole day trying to track livewire dashboard error :
"The "{path-to-project}app/Http/Livewire" directory does not exist. (View: {path-project}\resources\views\layouts\app.blade.php)",
until I figure out that this package somehow conflict after success login with jetstream with clean install laravel + jetstream + livewire + Laravel-HTMLMin
composer.json ::
"require": {
"php": "^7.3|^8.0",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"htmlmin/htmlmin": "^8.0",
"laravel/framework": "^8.12",
"laravel/jetstream": "^2.1",
"laravel/sanctum": "^2.6",
"laravel/tinker": "^2.5",
"livewire/livewire": "^2.0"
### Steps To Reproduce:
The text was updated successfully, but these errors were encountered: