InfyOmLabs / coreui-generator

CoreUI Templates with InfyOm Laravel Generator Boilerplate
86 stars 50 forks source link

Ref to logo that does not exists #21

Open rabol opened 3 years ago

rabol commented 3 years ago

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

mitulgolakiya commented 3 years ago

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.