livewire / volt

Volt is an elegantly crafted functional API for Livewire.

Home Page:https://livewire.laravel.com/docs/volt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault (core dumped) error when using route:cache command

achmedislamic opened this issue · comments

Volt Version

1.1.0

Laravel Version

10.21

PHP Version

8.1.22

Database Driver & Version

8.0.30

Description

image

Segmentation fault error happen in the fresh installation on Livewire & Volt. When I ran artisan route:cache command. In the routes/web.php that have Volt Route, that error happen. When the volt route remove, route:cache command run succesfully.

Steps To Reproduce

  1. Install Livewire & Livewire Volt
  2. Create volt component. We call it "counter" component.
  3. Add Volt route to routes/web.php using this Volt::route('/counter', 'counter');
  4. Run artisan route:cache