What are packages and Laravel packages?
Packages are stand-alone source code which developers can import into their all projects using a package management tool like composer Instead of copying and pasting the library source code to another project, developers only need to import the package and call any service that it provides to help with their project development.
How do I make a PWA website in Laravel: • How do I make a PWA website in Laravel?
In this tutorial, we’ll take a look at creating our very own package in Laravel.
first of all, create one laravel project for testing the package.
laravel package development
Now create one directory and fire the command composer init
This command will ask you for some info regarding your package. You can accept the defaults by pressing enter and edit the composer.json file that will be created later.
Create a service provider and Facade for the package.
I covered all steps in this tutorial.
Follow on Instagram / laravelpackagetutorial
Like Facebook Page: / laravelpackagetutorial
Join Facebook Group: / 576525202944819
Connect at Linkedin / laravel-package-tutorial-15484820a
Please Like and Subscribe. This will really boost my confidence and encourage me to make more and more videos.
laravel tutorial for beginners step by step
laravel tutorial
php laravel
laravel framework
#laraveltutorial, #phplaravel #laravel
Thanks
Shailesh Ladumor