Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

Add support laravel 8 and change event fire to dispatch #646

Open gsmofgsm opened 3 years ago

gsmofgsm commented 3 years ago

The change is because dispatch is used instead of fire now in laravel.