Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 286... Línea 286...
286
 
286
 
287
## Drupal
287
## Drupal
Línea 288... Línea 288...
288
See [Guzzle Cache](https://www.drupal.org/project/guzzle_cache) module.
288
See [Guzzle Cache](https://www.drupal.org/project/guzzle_cache) module.
289
 
-
 
290
# Links that talk about the project
289
 
-
 
290
# Links that talk about the project
-
 
291
- [Caching HTTP-Requests with Guzzle 6 and PSR-6](http://a.kabachnik.info/caching-http-requests-with-guzzle-6-and-psr-6.html)
-
 
292
 
-
 
293
# Buy me a coffee
-
 
294
If you like this project, you can [buy me a coffee](https://buymeacoffee.com/kevinrob)! (or a beer 😉)  
-
 
295
[<img src="bmc_qr.png" width="200">](https://buymeacoffee.com/kevinrob)
-
 
296
 
-
 
297
# Development
-
 
298
 
-
 
299
## Docker quick start
-
 
300
 
-
 
301
### Initialization
-
 
302
```bash
-
 
303
make init
-
 
304
```
-
 
305
### Running test
-
 
306
```bash
-
 
307
make test
-
 
308
```
-
 
309
### Entering container shell
-
 
310
```bash