C composer script
This commit is contained in:
parent
d3f88b30bb
commit
e65ea42586
|
|
@ -51,7 +51,7 @@
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-autoload-dump": [
|
"post-install-cmd": [
|
||||||
"@php artisan vendor:publish --tag=roles-migrations --force",
|
"@php artisan vendor:publish --tag=roles-migrations --force",
|
||||||
"@php artisan vendor:publish --tag=roles-config --force"
|
"@php artisan vendor:publish --tag=roles-config --force"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue