Hi
I'm very new to namespace stuff, i'm rebuilding my application CI3 to CI4 and and i'm some libraries with composer.
when is split my folder structure in the way i want almost all the namespaces are gone except the following below, it look it happens when i change the following variable: $systemDirectory
php spark namespaces
+-------------+--------------------------------------------------------------+--------+
| Namespace | Path | Found? |
+-------------+--------------------------------------------------------------+--------+
| CodeIgniter | /var/www/site-com/htdocs/vendor/codeigniter4/framework... | Yes |
| App | ROOTPATH/App | Yes |
| Config | APPPATH/Config | Yes |
+-------------+--------------------------------------------------------------+--------+
All namespaces of this small list working, but i'm missing alot of namespaces from the vendor folder.
The following things i have tried but not succes:
- composer dump-autoload
- composer update
I'm using version: 4.4.0
What can i do to fix this?
Kind regards,
whatsnow