nouraellm / Lighty

Lighty is a free open-source PHP & MVC based framework that provides a very light reusable code.
25 stars 8 forks source link

Using composer autoload #12

Closed oversoul closed 3 years ago

oversoul commented 3 years ago

This is a simple change, it's preferable to use composer's autoload. instead of the "required" for those classes under the App\ namespace.