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 602d25f commit 88bbd1eCopy full SHA for 88bbd1e
frameworks/PHP/laravel/laravel-ripple.dockerfile
@@ -40,7 +40,8 @@ RUN echo "PRP_HTTP_SANDBOX=1" >> .env
40
41
# Configure
42
RUN composer install --quiet
43
-RUN composer require cclilshy/p-ripple-drive --quiet
+RUN composer require cloudtay/ripple-driver --quiet
44
+RUN php artisan vendor:publish --tag=ripple-config
45
RUN php artisan optimize
46
47
# Start
0 commit comments