Skip to content

Commit 4fd2241

Browse files
authored
Added Config cache doc for production
1 parent c5528ef commit 4fd2241

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ WOOCOMMERCE_STORE_URL=YOUR_WEBSITE_URL
2020
WOOCOMMERCE_CONSUMER_KEY=API_CONSUMER_KEY
2121
WOOCOMMERCE_CONSUMER_SECRET=API_CONSUMER_SECRET
2222
```
23-
#Do you need any help to create your own API credentials? Read the officials Doc https://docs.woocommerce.com/document/woocommerce-rest-api/
23+
### Do you need any help to create your own API credentials? Read the [WooCommerce Officials Doc](https://docs.woocommerce.com/document/woocommerce-rest-api/)
24+
### If you face any error after change the .env file in `production` then run below command
25+
26+
`php artisan config:cache`
27+
28+
For more details about config cache follow the [Laravel Official Doc](https://laravel.com/docs/6.x/configuration#configuration-caching)
2429

2530
# Example for Product
2631

0 commit comments

Comments
 (0)