Laravel Package Development
https://www.larashout.com/laravel-package-development-part-1-introduction
1composer create-project laravel/laravel TestPackage2 3mkdir packages/ssh521/shopping-cart4 5cd packages/ssh521/shopping-cart
1
1
1
1
1
1
1
1