Updated 12 August 2022
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.,
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.