Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Livewire conflict #160

Open
usamaits opened this issue Jan 25, 2021 · 0 comments
Open

Livewire conflict #160

usamaits opened this issue Jan 25, 2021 · 0 comments

Comments

@usamaits
Copy link

### 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:

  1. composer create-project laravel/laravel project
  2. php artisan vendor:publish --all
  3. composer require laravel/jetstream
  4. php artisan vendor:publish --all
  5. php artisan jetstream:install livewire
  6. npm install
  7. npm run dev
  8. php artisan migrate
  9. php artisan vendor:publish --tag=jetstream-views
  10. composer require htmlmin/htmlmin
  11. browse to {project}
  12. register
  13. dashboard error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant