I've downloaded doctrine 2.5.9 and I'm following the doc but in doc the installation uses composer and it loads doctrine with the autoload.php file, what file I have to include to use doctrine if I dont't have an autoload.php file because I'm not using composer?
Asked
Active
Viewed 868 times
1
-
2is there any reason why you're not using composer? – Ali Oct 17 '17 at 07:54
-
3Possible duplicate of [How do I install Composer PHP packages without Composer?](https://stackoverflow.com/questions/40545795/how-do-i-install-composer-php-packages-without-composer) – teeyo Oct 17 '17 at 07:55
-
Limited acces to server, it's not on me – af_imi4 Oct 17 '17 at 07:55
-
Possible duplicate of : https://stackoverflow.com/questions/40545795/how-do-i-install-composer-php-packages-without-composer – teeyo Oct 17 '17 at 07:55
-
Why don't you install doctrine on your localhost, and then upload it to the server. If it is due to limited server access. – mega6382 Oct 17 '17 at 07:58
-
Limited access to local computer too,I'd use composer If I could – af_imi4 Oct 17 '17 at 07:59
-
1Then just download it from github and upload it. – mega6382 Oct 17 '17 at 08:00
-
upload it its not the problem ,the problem its what file do I have to include in my code to use Doctrine – af_imi4 Oct 17 '17 at 08:41
-
Use composer to install on your local development machine then upload to your limited access server. Be sure to upload the vendor directory. That will give you the autoload stuff. – Cerad Oct 17 '17 at 12:17