/php-pqe-php

🐘 PHP para quem entende PHP. CRUD em PHP estruturado com bootstrap

Primary LanguagePHPMIT LicenseMIT

php-pqe-php

🐘 PHP for anyone who understands PHP. CRUD in PHP structured with bootstrap

Udemy 📚

Project carried out during the free course on the Udemy platform taught by instructor Alexandre Cardoso.

Links 🔗

Testing

to test this project have php installed on your machine along with the mysql database. Tested in php 7.1.9 and mysql 5.7.19. The bank structure script is in database / blog.sql. Run the built-in php server for the public directory:

## run within the project directory
php -S localhost:8888 -t public