Hello,
i am new to laravel, i want to convert ci library into laravel package style and access it in facade
for eg
Class test(){
function get(){
}
function set(){
}
}
and to access it in laravel facade way.
test::get(); test::set();
how to convert the library files to package in larave 5.1
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community