Error when run bagisto
-
When I run Bagisto for the first time I get an error:
"file_put_contents(C:\xampp\htdocs\bagisto\storage\app/db-blade-compiler/views/3ad3cf66a3856b81120bd1be29475b50): failed to open stream: No such file or directory (View: C:\xampp\htdocs\bagisto\packages\Webkul\Shop\src\Resources\views\home\index.blade.php) -
Hi,
Please run following commands -
composer dump-autoload
php artisan vendor:publishThanks
-
hi @rahul, i have the same issue and then i already did what you write above
and i got this error
Impossible to create the root directory "/var/www/html/wkwk/public/vendor/webkul/admin/assets"
can you help me?
-
Hi @ehdava
From the project's root directory do following things -
cd public unlink storage
From the project's root directory run the following command:
php artisan storage:link
Thanks
-
hi @rahul,
symlink(): permission denied
-
Hi @ehdava
Run this at root of your project.
chmod 777 -R storage chown -R www-data:www-data storage
Thanks
-
@rahul yup it works, thankyouu