vuongxuongminh / laravel-async

Package provide simple way to run code asynchronously for your Laravel application.
MIT License
154 stars 26 forks source link

Class "Async" not found #27

Closed Nilanth closed 1 year ago

Nilanth commented 2 years ago

Hi I have installed the package as per the installation guide. But when I import the Async facade in Laravel 8 it shows Class "Async" not found. Let me know how to fix this.

vuongxuongminh commented 1 year ago

Try to use VXM\Async\AsyncFacade instead.