This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Redis extension on your pc | |
Download the CORRECT version the DDL from the following link | |
https://pecl.php.net/package/redis/4.1.0/windows | |
Put the dll in the correct folder | |
Wamp -> C:\wamp\bin\php\php-XXXX\ext | |
Laragon -> C:\laragon\bin\php\php-XXX\ext | |
Edit the php.ini file adding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git remote rm origin | |
$ git remote add origin [email protected]:aplikacjainfo/proj1.git | |
$ git config master.remote origin | |
$ git config master.merge refs/heads/master |