You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently had a problem generating the js file, I had updated api.php but by running the php artisan laroute:generate command I did not modify js. After a while I thought about clearing the cache of the Laravel routes and then everything worked correctly.
I suggest making the call $this->call('route:cache'); at the beginning of the function handle().
The text was updated successfully, but these errors were encountered:
I recently had a problem generating the js file, I had updated api.php but by running the
php artisan laroute:generate
command I did not modify js. After a while I thought about clearing the cache of the Laravel routes and then everything worked correctly.I suggest making the call
$this->call('route:cache');
at the beginning of thefunction handle()
.The text was updated successfully, but these errors were encountered: