Installation of the module Laravel eCommerce Google Web Fonts
-
Hello, i tried to install this extension but is not working, i was follow the steps in this link https://webkul.com/blog/laravel-ecommerce-google-web-fonts/ and after run the commands the options of webfonts are not visible in the view, help me please.
-
Hi isaac9,
Can you explain more us what issue you are facing, after running the commands.
Thanks
-
The commands are running OK but not install anything.
I navigate to Configure>>General>>Design. and In this view i see the options of ADMIN LOGO but the options of WEBFONTS aren´t in the view -
Hello isaac9,
have you done entry in composer.json file under ‘psr-4’.
"Webkul\\Webfont\\": "packages/Webkul/Webfont/src"
and, after run the following commands
- php artisan config:cache
- php artisan route:cache
- composer dump-autoload