dwijitsolutions / laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like Advanced CRUD Generation, Module Manager, Backups and many more.
http://laraadmin.com
MIT License
1.56k stars 534 forks source link

Upload manager public private doesn't work #113

Open azarzaza opened 7 years ago

azarzaza commented 7 years ago

In upload manager when make image as public it's doesn't update

artifexrefercio commented 7 years ago

I can't provide pictures to main template(( it show me 500 erros fo file( File directory doesn't exist. Even http://domain/admin/uploads i can't see mini pictures(

gdbhosale commented 7 years ago

Hi,

This happens generally if storage/thumbnails directory doesn't exists or lack permissions.

Please give proper permission to avoid this error.

Regards,

artifexrefercio commented 7 years ago

I gave chmod -R 777 on storage/thumbnails but it still doesn't work(

marwan2 commented 7 years ago

Actually getting every image on the website using an SQL query is very very stupid thing ever

artifexrefercio commented 7 years ago

do you have suggestion?

Muhammadinaam commented 3 years ago

Hi, this is a nice package but I think that the developers have stopped working on it. Maybe you can try this package: https://github.com/Muhammadinaam/speed-admin. It supports Laravel 8+.