The following is an error: After laravel installs the extension package, ErrorExceptioninClassLoader appears. phpline317: Uninitializedstringoffset: 0 when the website is normal; you need to install an extension package to execute {code ...} after accessing the website, an error is reported...
The operations are as follows;
The following error is reported:
After laravel installs the extension package, ErrorException in ClassLoader. php line 317: Uninitialized string offset: 0 appears.
When the website is normal, an extension package needs to be installed.
Run
Php artisan vendor: publish -- provider = "Overtrue \ LaravelPinyin \ ServiceProvider" -- tag = "config"
When you access the website, an error is reported.
Do you have any guidance? An error is reported when the extension package is installed on the website.
Reply content:
The operations are as follows;
The following error is reported:
After laravel installs the extension package, ErrorException in ClassLoader. php line 317: Uninitialized string offset: 0 appears.
When the website is normal, an extension package needs to be installed.
Run
Php artisan vendor: publish -- provider = "Overtrue \ LaravelPinyin \ ServiceProvider" -- tag = "config"
When you access the website, an error is reported.
Do you have any guidance? An error is reported when the extension package is installed on the website.