coreui-generator icon indicating copy to clipboard operation
coreui-generator copied to clipboard

Ref to logo that does not exists

Open rabol opened this issue 4 years ago • 1 comments

In the layout blade - /resources/views/layouts/app.blade.php - is reference to http://infyom.com/images/logo/blue_logo_150x150.jpg and that image does not exists

it would be much better to have all graphics included instead of using external resources

rabol avatar Jan 08 '21 07:01 rabol

I just fixed it in a template. We will update the boilerplates soon.

Update your composer.json to use,

"infyomlabs/coreui-templates": "^1.0",

and then run composer update. Also, you will need to update a path to the logo manually in your existing project.

mitulgolakiya avatar Jan 08 '21 12:01 mitulgolakiya