Is it no longer possible to call Vite in the Panel Providers asset method?
I was getting an exception when a fresh install runs
I see the examples in the docs are using
I can fix the issue by using
My gut tells me this is an issue with the app ( laravel Shift from 10 -11 ) and something's wonkey.
@php artisan package:discover --ansiI see the examples in the docs are using
resource_path but I'm using SASSI can fix the issue by using
! app()->runningInConsole() but that feels really wrong.My gut tells me this is an issue with the app ( laravel Shift from 10 -11 ) and something's wonkey.