Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammadpauzi/attribute-php-8

Learn Attribute on PHP 8 by creating simple http handling (mvc, api).
https://github.com/muhammadpauzi/attribute-php-8

mvc oop php php-attributes php-native routing

Last synced: 30 days ago
JSON representation

Learn Attribute on PHP 8 by creating simple http handling (mvc, api).

Awesome Lists containing this project

README

        

# Attribute PHP 8

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

```sh
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

```sh
composer dump-autoload
```

- Run local PHP server

```sh
php -S 127.0.0.1:8080
# or
php -S localhost:8080
```