A Simple demonstration of php in a modern way.
- Php 7.0
- PDO
- Mysql 8
- Php Composer
Import sql
dump file.
mysqlimport _db_name_ dump.sql
- Rename
config.example.php
toconfig.php
. - Edit
config.php
with you DB credentials.
Import all the classes at once with composer psr
.
composer dump-autoload
Start local serve on port 80
.
php -S 127.0.0.1:80
Open localhost:80
in your browser.