You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you call it inside other namespace\class without fully qualified name (begins with back slash \) the PHP will call any namespace\class related to that class. read more here
To call with fully qualified name you must begins with back slash like this.. $number_text = new \Rundiz\Number\NumberThai();
I installed the component via composer:
Then tried to run the function as instructed:
But i'm getting this error:
Maybe i haven't properly load the component. But I'm new at Laravel, maybe u can help.
The text was updated successfully, but these errors were encountered: