Welcome Guest, Not a member yet? Register   Sign In
External library()
#3

you can store those file in App folder, make it name SII,

each file add (namespace represent folder location of your file for autoload to work)
<?php
namespace App\SII ;
-- your class here..

to use those class just add on controller

use App\SII\{class-name1,class-name2},
Reply


Messages In This Thread
External library() - by darmexx1 - 07-03-2021, 04:20 PM
RE: External library() - by InsiteFX - 07-03-2021, 08:54 PM
RE: External library() - by ikesela - 07-04-2021, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB