zizohassan / laraflat

Advanced laravel system to build admin panel
http://laraflat.com
MIT License
150 stars 76 forks source link

Permission denied on ubuntu file put contain #88

Closed badrshs closed 6 years ago

badrshs commented 6 years ago

if you are working on ubuntu server you most give permission to resource , config , app and database folders .

this is required when you use Laraflat Commands new model like post .

you may missed to add those thing to your documentation .

thank you for your amazing job

another thing , your project seems like slower than before , sometime it need really long time to go to another page , I got this problem today on real server ,I think the problem because you are tracking the visitors . is there is anyway to stop that ?

zizohassan commented 6 years ago

in real server you just keep public folder and you are secure , you must secure config folder and .env file this is the most important part

if you think its slow because the package of tracking visitors you can remove it remove the backage "consoletvs/links": "^1.0", from composer remove this from website theme {!! Links::track() !!}

badrshs commented 6 years ago

yes I Know that , it's secure but I mean because some of your (file_put_contents)functions the people must give permission to the folders that I told you above , which is not written in your documentation .

I got that problem when I test your package on real server

thank you anyway

zizohassan commented 6 years ago

yes ok i will update the docs thanks