Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
/ slim-grafikart Public archive

Source files of a project based on a tutorial for Slim PHP by Grafikart

License

Notifications You must be signed in to change notification settings

cba85/slim-grafikart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slim Grafikart

Source files of a project based on a tutorial for Slim PHP by Grafikart : https://www.grafikart.fr/tutoriels/php/slim-framework-831

Installation

Download the source files, then :

composer install

Usage

php -S localhost:8080 -t public/ -ddisplay_errors=1 -dzned_extension=xdebug.so

You can check demo.php for the source code of the first part of the tutorial.