The Power of Laravel Folio and Volt with Ruslan Steiger

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 11

  • @budipriyatno5853
    @budipriyatno5853 3 หลายเดือนก่อน +1

    Nice bro..

  • @najbo73
    @najbo73 ปีที่แล้ว +2

    Hey Ruslan ! nice !!

  • @abdrahim9307
    @abdrahim9307 ปีที่แล้ว +2

    love your content good luck dear

  • @devtube734
    @devtube734 9 หลายเดือนก่อน

    I have upgraded to livewire 3 from livewire 2. having a lot of livewire component.
    Want to use `liveiwre/volt`.
    But getting error in regular livewire page while adding `App\Providers\VoltServiceProvider::class` in `config/app.php` `providers` array.
    Normal error like `Undefined variable`. Despite being variable defined.
    for Example:
    In a blade file I assigned a variable `$hello = 'world'`.
    In very next line I am printing `echo $hello`.
    Output `undefined variable $hello`. just after adding `App\Providers\VoltServiceProvider::class` class.
    If I comment/delete this provider from provider array everything working as expected

    • @laravel-switzerland-meetup
      @laravel-switzerland-meetup  9 หลายเดือนก่อน

      Can you provide a GitHub repository to the problem? Afterwards I can look deeper into the problem. Thank you for your time. 😊🫶
      Did you surround the echo statement with a @volt and @endvolt directive?

    • @devtube734
      @devtube734 9 หลายเดือนก่อน +1

      @@laravel-switzerland-meetup just simple echo $variablename. echo just an example. no variable work. It's our company repo. project belongs to a fintech company. It would be really good for you to understand the code if I could give repo access to you. Thanks for your helpful intention

  •  10 หลายเดือนก่อน +1

    nice talk