Summary :-
A tutorial on Laravel package development. It begins with setting up a Laravel project, creating a package, and installing it using Composer. The tutorial covers details about service providers, configuration, and testing the package within Laravel. It includes steps for initializing Composer, defining service providers, and installing the package locally. Additionally, it discusses the use of environment variables and deployment procedures, including publishing the package to GitHub and registering it on packages.org for others to use. Overall, it provides a comprehensive guide to developing and deploying Laravel packages.
Title :-
Step-by-step guide to publishing a package in a PHP and Laravel project
A comprehensive guide on adding a package to PHP and Laravel project
Easy tutorial to include your package in PHP and Laravel project
Timeline :-
00:00:00 Creating a Laravel Project Using Composer
00:00:57 Creating a Laravel Package
00:01:21 Installing the Package with Composer
00:01:41 Understanding Service Providers and Configuration
00:07:48 Creating a Simple Utility Function and Testing it with a Laravel Controller