models - List all the namespaces and plugins (Octobercms) -


i new octobercms, want list existing namespaces , plugins , models in project, how can it?

https://secure.php.net/manual/en/function.get-declared-classes.php

echo dump(get_declared_classes()); 

or

dd(get_declared_classes()); 

Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -