Welcome Guest, Not a member yet? Register   Sign In
Include 3d-party
#1

Hello!

I have some problem connecting 3d libraries.

I send files to folder:

Code:
app/ThirdParty/Awsmailru/

Autoloader this:


Code:
app/ThirdParty/Awsmailru/aws-autoloader.php


How can I use autoloader and library classes in Library files app/Library/MyLibrary.php?

Thank you!
Reply
#2

Should be app/Libraries/MyLibrary.php

$myLib = new \App\Libraries\MyLibrary();

Same thing with ThirdParty.
Simpler is always better
Reply




Theme © iAndrew 2016 - Forum software by © MyBB