flagshipcompany / flagship-for-woocommerce-bedrock
A WordPress plugin that obtains real time FlagShip shipping rates for WooCommerce
Installs: 1 378
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 7
Language:JavaScript
Type:wordpress-plugin
Requires
- php: >=7.1
- flagshipcompany/flagship-api-sdk: ^1.1
Requires (Dev)
- phpunit/phpunit: >=5.4
- yoast/phpunit-polyfills: 1.0.3
This package is auto-updated.
Last update: 2025-03-23 15:35:16 UTC
README
Bedrock Installation
Instead of a standard WordPress install, you can install it with Bedrock by Roots. It is a boilerplate that uses the standard WordPress install and provides a better folder structure to accommodate different environments. Use the commands below
composer create-project roots/bedrock
Navigate to Wordpress Admin > Plugins > Search for WooCommerce and install it.
Navigate to the newly created folder on command line
composer require flagshipcompany/flagship-for-woocommerce-bedrock:^1.0
Regular Wordpress Installation
Make sure WooCommerce is installed before installing the plugin.
Download zip file from GitHub.
Wordpress Admin > Plugins > Add New > Upload plugin > Upload the plugin zip file.
Navigate to wp-content > plugins > flagship-for-woocommerce-bedrock on command line.
composer install