GithubHelp home page GithubHelp logo

Comments (9)

kieranmcclure avatar kieranmcclure commented on August 17, 2024 4

The package will need to be updated to accommodate for Livewire 3's new namespace, https://livewire.laravel.com/docs/upgrading#new-class-namespace

A work around for this at the moment is to configure Livewire to use the old Namespace,

  1. Make sure you have your Livewire configuration published with php artisan livewire:publish --config
  2. Edit your config file and change class_namespace from 'App\Livewire' to 'App\Http\Livewire
  3. Re-build your project and run php artisan optimize && php artisan optimize:clear

This should sort any issues you're having, tested on a clean project.

from tall.

danharrin avatar danharrin commented on August 17, 2024 2

LW3 uses App/Livewire instead of App/Http/Livewire so I think it just needs to be migrated.

from tall.

jamie-brown avatar jamie-brown commented on August 17, 2024 1

Yep. I just used the livewire upgrade command: php artisan livewire:upgrade, which walks you through a migration that will automate most of this for you.

from tall.

moayad-tarig avatar moayad-tarig commented on August 17, 2024

so what the solution ?

from tall.

eduardohpaludo avatar eduardohpaludo commented on August 17, 2024

I have the same problem

from tall.

danharrin avatar danharrin commented on August 17, 2024

Someone has a PR open (#132) but the tests are failing, if anyone fancies trying to fix it then I will merge their PR

from tall.

DoubleClickDesignLtd avatar DoubleClickDesignLtd commented on August 17, 2024

@jamie-brown thanks, that work for me!

from tall.

benshawuk avatar benshawuk commented on August 17, 2024

I went through the upgrade steps and now authentication functionality has gone.

from tall.

danharrin avatar danharrin commented on August 17, 2024

Fixed by #132.

from tall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.