⟩ Tell me how to implement you own package in Laravel?
You can create a package in laravel using the following steps:
☛ 1. Package folder and name
☛ 2. Composer.json file for the package
☛ 3. Loading package via main composer.json and PSR-4
☛ 4. Creating a Service Provider
☛ 5. Create a Controller for your package
☛ 6. Create our Routes.php file