Conversation
Jade-GG
requested changes
Jul 9, 2026
| cd "$INSTALL_DIR" | ||
|
|
||
| composer create-project rapidez/rapidez:^5.0 . | ||
| composer require rapidez/reviews |
Collaborator
There was a problem hiding this comment.
What makes this package special enough that it needs to be included in a base install of Rapidez? If it's that special it may as well go into the core IMO 🤔
| docker exec rapidez yarn | ||
| echo "✓ frontend dependencies installed" | ||
| docker exec rapidez yarn run prod | ||
| echo "✓ frontend dependencies build" |
Collaborator
There was a problem hiding this comment.
Suggested change
| echo "✓ frontend dependencies build" | |
| echo "✓ frontend dependencies built" |
Past tense 😉
| docker exec rapidez php artisan rapidez:index | ||
| echo "✓ products indexed" | ||
| docker exec rapidez php artisan vendor:publish --provider "Rapidez\Core\RapidezServiceProvider" | ||
| echo "✓ configs published" |
Collaborator
There was a problem hiding this comment.
This also publishes the views, right?
Suggested change
| echo "✓ configs published" | |
| echo "✓ configs, views, and translation files published" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An install script to make it easier to try out Rapidez. At the end we like to put this on the Rapidez.io homepage:
Which should point to this install file.
Requirements / todos:
Ref: RAP-1921 + RAP-1957