Under vendor/ than follow package name. For example package way/generators is saved under vendor/way/generators
@pogachar thanks i check it and folder is there but how can i use route define inside the package and other file
You have to register the package under app/config/app.php. Look for providers (and aliases of needed).
Installation instructions are usually provided on github project page.
And if you want to change the package config, you normally need to do php artisan config:publish vendor/package
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community