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
whe I try to execute the following command composer dump-autoload
it giving error of skiping autoloading.
Class Lifetimesms\Gateway\LifetimesmsServiceProvider located in ./vendor/lifetimesms/gateway/src/LifetimesmsServiceProvider.php does not comply with psr-0 autoloading standard. Skipping.
Class Lifetimesms\Gateway\Lifetimesms located in ./vendor/lifetimesms/gateway/src/Lifetimesms.php does not comply with psr-0 autoloading standard. Skipping.
Class Lifetimesms\Gateway\ParametersMissing located in ./vendor/lifetimesms/gateway/src/ParametersMissing.php does not comply with psr-0 autoloading standard. Skipping.
Class Lifetimesms\Gateway\Facades\LifetimesmsFacade located in ./vendor/lifetimesms/gateway/src/facades/LifetimesmsFacade.php does not comply with psr-0 autoloading standard. Skipping.
any update to resolve this ?
The text was updated successfully, but these errors were encountered:
whe I try to execute the following command
composer dump-autoload
it giving error of skiping autoloading.
Class Lifetimesms\Gateway\LifetimesmsServiceProvider located in ./vendor/lifetimesms/gateway/src/LifetimesmsServiceProvider.php does not comply with psr-0 autoloading standard. Skipping.
Class Lifetimesms\Gateway\Lifetimesms located in ./vendor/lifetimesms/gateway/src/Lifetimesms.php does not comply with psr-0 autoloading standard. Skipping.
Class Lifetimesms\Gateway\ParametersMissing located in ./vendor/lifetimesms/gateway/src/ParametersMissing.php does not comply with psr-0 autoloading standard. Skipping.
Class Lifetimesms\Gateway\Facades\LifetimesmsFacade located in ./vendor/lifetimesms/gateway/src/facades/LifetimesmsFacade.php does not comply with psr-0 autoloading standard. Skipping.
any update to resolve this ?
The text was updated successfully, but these errors were encountered: