An open API service indexing awesome lists of open source software.

https://github.com/gregwar/php

Cours de PHP
https://github.com/gregwar/php

Last synced: about 1 year ago
JSON representation

Cours de PHP

Awesome Lists containing this project

README

          

Cours de PHP
============

Ce dépôt contient le support d'un enseignement PHP utilisant Slidey pour mélanger contenu
du cours et des slides.

Ce cours peut être consulté ici :

http://gregwar.com/php/

Construction
------------

Ce cours est basé sur [Slidey](https://github.com/Gregwar/SlideySkeleton), vous pouvez le construire
en utilisant:

```
composer.phar install
```

Puis, modifiez éventuellement la cible (`$targetDirectory`) dans `build.php`, et lancez:

```
make
```

Pour avoir le mode interactif, créez un fichier `password.php`:

```php