Learn Attribute on PHP 8 by creating simple http handling (mvc, api).
How to Install :
- Clone this repo by using Git or you can just download the zip file
git clone https://github.com/muhammadpauzi/attribute-php-8.git
# and make sure to move inside the directory
cd attribute-php-8
- Run composer dump-autoload
composer dump-autoload
- Run local PHP server
php -S 127.0.0.1:8080
# or
php -S localhost:8080