We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8de90b commit 690fde6Copy full SHA for 690fde6
composer.json
@@ -49,11 +49,13 @@
49
"scripts": {
50
"post-install-cmd": [
51
"php artisan clear-compiled",
52
- "php artisan optimize"
+ "php artisan optimize",
53
+ "php artisan vendor:publish --tag=acl --force"
54
],
55
"post-update-cmd": [
56
57
58
59
60
"post-create-project-cmd": [
61
"php -r \"copy('.env.example', '.env');\"",
0 commit comments