Skip to content

Commit

Permalink
add autoload.ini to ensure modules are loaded in correct sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
UB3RL33T authored May 17, 2019
1 parent 0ecbc12 commit 34e0f24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/autoload.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
;;
; List modules which are required to be loaded beforehand
;;
requires[] = "core"
requires[] = "news4ward"
;;
; Configure what you want the autoload creator to register
;;
register_namespaces = true
register_classes = true
register_templates = true

0 comments on commit 34e0f24

Please sign in to comment.