Download the PHP package rapidez/confira without Composer
On this page you can find all versions of the php package rapidez/confira. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rapidez/confira
More information about rapidez/confira
Files in rapidez/confira
Package confira
Short Description Rapidez Confira Checkout Theme
License GPL-3.0-or-later
Homepage https://rapidez.io
Informations about the package confira
Rapidez Confira
This package extends rapidez/checkout-theme with customized styling and components. It maintains all the functionality of the original checkout theme while providing a different visual experience.
Prerequisites
Before installing this package, make sure you have:
- A working Rapidez installation
- The Rapidez Checkout Theme installed and configured
Installation
- First ensure you have installed and configured the base checkout theme properly
- Install this package via Composer:
Confira adds the ct-primary-100
color, which should be added to your tailwind config alongside the other checkout-theme colors like so:
Layout Configuration
For the best experience with this theme, it's recommended to have a clean checkout page layout without header and footer. To achieve this, modify your project's app.blade.php
:
This configuration will:
- Remove the checkout-specific header and footer
- Keep the standard site header and footer for non-checkout pages
- Create a cleaner checkout experience
Configuration
You can publish the config to customize the Confira-specific settings:
Views
If you need to customize the Confira styling further, you can publish its views:
Note: It's recommended to only publish and modify the specific views you need to change, rather than all views. This makes it easier to maintain and update the package.
License
GNU General Public License v3. Please see License File for more information.