As you all know, previously in Bagisto we are publishing the full packages due to which all the packages which we actually not needed also get published. Even in the installation section, we have added the --all
tag earlier.
To overcome this we have added a command for publishing the Bagisto assets only i.e.,
1 |
php artisan bagisto:publish |
This command also supports the --force
flag same as the default Laravel, which overwrites the file if the file already exists.
1 |
php artisan bagisto:publish --force |
Now, if you check this command, this command is having all the list of providers which Bagisto needed i.e.,
- DB Blade Compiler Package
- Admin Package
- UI Package
- Core Package
- Shop Package
- Product Package
- Velocity Package
- Booking Product Package
- Social Package