After running the command line installation, and browsing to the homepage location I get:
file_put_contents(D:\xampp-php7.3\htdocs\recyclo\my.site.com\storage\app/db-blade-compiler/views/3ad3cf66a3856b81120bd1be29475b50): failed to open stream: No such file or directory (View: D:\xampp-php7.3\htdocs\recyclo\my.site.com\packages\Webkul\Shop\src\Resources\views\home\index.blade.php)
This is on Windows 10, xampp php 7.3 MariaDB 10.2.
I have tried (without success)
php artisan cache:clear
php artisan clear:config
php artisan config:cache
php artisan view:clear
Hope you can help!
I had to chown all my files and directories from root to the correct user before my Bagisto installation worked.
chown domain:psacln * -R
still the same issue.
@LahiruR Please attach some screenshot the error or exception that you are getting?
Most helpful comment
I had to chown all my files and directories from root to the correct user before my Bagisto installation worked.
chown domain:psacln * -R