LavaLite / framework

Litepie framework
60 stars 41 forks source link

Production checking changed from config('app.key') to config('app.env') #86

Open mepsd opened 2 years ago

mepsd commented 2 years ago

I think this is better to check with APP_ENV instead of APP_KEY because in local as well this is going to show application is in production let me know your throughts on this

and Filesystem $finder and constructor is also not needed let me know what do you say about that Thanks