rappasoft / rappasoft-comments

utteranc.es repository for rappasoft.com
2 stars 0 forks source link

blog/snippet-4-how-i-autoload-my-helper-functions #12

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Rappasoft | Blog | Snippet 4: How I autoload my helper functions

I used to just load a helpers.php file in composer.json like everyone else, however the last couple years I have taken a more organizational approach.

https://rappasoft.com/blog/snippet-4-how-i-autoload-my-helper-functions?ref=BestOfLaravel.com

insign commented 2 years ago

Since it searches for files in the file system, can it slightly slow down the runtime?

Why not use composer psr namespaces?