https://github.com/gregwar/php
Cours de PHP
https://github.com/gregwar/php
Last synced: about 1 year ago
JSON representation
Cours de PHP
- Host: GitHub
- URL: https://github.com/gregwar/php
- Owner: Gregwar
- License: other
- Created: 2012-06-12T08:36:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:30:03.000Z (about 3 years ago)
- Last Synced: 2024-05-09T05:17:22.691Z (about 2 years ago)
- Language: PHP
- Homepage: http://gregwar.com/php/
- Size: 18.4 MB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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