How you can write a custom component and use it inside your app?
Answer Posted / Amita Maurya
Create a new PHP class that extends the base Component class in the components folder. Then, register your custom component in the main configuration of your application under the 'components' array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers