issue
-
installation problem
-
Hello @pankaj1234,
Can you share the issue?
-
whenever i setup my bagisto project, i am getting this error
file_put_contents(C:\xampp\htdocs\bagisto-master\storage\app/db-blade-compiler/views/3ad3cf66a3856b81120bd1be29475b50): Failed to open stream: No such file or directory (View: C:\xampp\htdocs\bagisto-master\packages\Webkul\Shop\src\Resources\views\home\index.blade.php)
-
homepage is not being loaded
-
what could be feasible solution for this ???
-
In Collection.php line 13:
During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with Array
Access::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\bagisto\v
endor\laravel\framework\src\Illuminate\Collections\Collection.php:1443
Stack trace:
#0 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Collections\Collection.php(13): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(81
92, 'Return type of ...', 'C:\xampp\htdocs...', 1443)
#1 C:\xampp\htdocs\bagisto\vendor\composer\ClassLoader.php(571): include('C:\xampp\htdocs...')
#2 C:\xampp\htdocs\bagisto\vendor\composer\ClassLoader.php(428): Composer\Autoload\includeFile('C:\xampp\htdocs...')
#3 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Collections\helpers.php(15): Composer\Autoload\ClassLoader->loadClass('Illuminate\Supp...')
#4 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(130): collect(Array)
#5 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(106): Illuminate\Foundation\PackageManifest->build()
#6 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(89): Illuminate\Foundation\PackageManifest->getManifest()
#7 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')
#8 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()
#9 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(237): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Obje
ct(Illuminate\Foundation\Application))
#10 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(310): Illuminate\Foundation\Application->bootstrapWith(Array)
#11 C:\xampp\htdocs\bagisto\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(127): Illuminate\Foundation\Console\Kernel->bootstrap()
#12 C:\xampp\htdocs\bagisto\artisan(37): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\C
onsole\Output\ConsoleOutput))
#13 {main} -
Hi @pankaj1234,
It looks like the mentioned folder is missing have you done all the steps like storage linking, migrations, and publishing.
Just try with linking storage first by simply run,
php artisan storage:link