File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ If you have composer installed you can run
2525composer require mehdibo/codeigniter-recaptcha
2626```
2727
28- Copy the content of [ ` config/recaptcha.php ` ] ( /config/recaptcha.php ) to your ` application/config/recaptcha.php `
28+ Copy the content of [ ` config/recaptcha.php ` ] ( /config/recaptcha.php ) to ` application/config/recaptcha.php `
2929
3030** First time using composer**
31+
3132Open a terminal (commands in windows), the commands here are for linux but you can find the equivalent in windows.
3233
33341 . First thing you should do is [ install composer] ( https://getcomposer.org/doc/00-intro.md )
@@ -36,9 +37,11 @@ Open a terminal (commands in windows), the commands here are for linux but you c
3637
37383 . Install the library: ` composer require mehdibo/codeigniter-recaptcha `
3839
39- 4 . Go to ` application/config/config.php ` and set ` composer_autoload ` to ` TRUE `
40+ 4 . Copy the content of [ ` config/recaptcha.php ` ] ( /config/recaptcha.php ) to your ` application/config/recaptcha.php `
41+
42+ 5 . Go to ` application/config/config.php ` and set ` composer_autoload ` to ` TRUE `
4043
41- 5 . That's it! check the [ Documentation] ( #documentation ) for more details.
44+ 6 . That's it! check the [ Documentation] ( #documentation ) for more details.
4245
4346### Manually
4447
You can’t perform that action at this time.
0 commit comments