Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit #1

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Initial commit #1

merged 2 commits into from
Jan 29, 2025

Conversation

indykoning
Copy link
Member

@indykoning indykoning commented Jan 28, 2025

In this initial commit there is only an additional bar added to the checkout in Rapidez allowing the user to switch between default checkout and onestep checkout.
image

Once a button is clicked, it will be remembered. Clicking back to the shop and to the checkout will keep your last chosen checkout

There is a new middleware added which reads the user's session in order to update configuration on-the-fly

This can also be used for future changes needed for the demo

You can publish the config with:
```
php artisan vendor:publish --tag=rapidez-:package_slug_without_prefix-config
composer config repositories.demo-helper vcs https://github.com/rapidez/demo-helper.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we're not going to push this to packagist?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion it wouldn't be necessary to push this to packagist as it would only be used for the demo

@royduin royduin merged commit 65941a0 into master Jan 29, 2025
1 check passed
@royduin royduin deleted the init branch January 29, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants