Running The Framework
Either Via Apache of PHP Built-in Server
PHP Built-In Server
php -S 0.0.0.0:8000
Apache2
Snap in Just Put the code in a directory Where Apache Is Running No Need to Writing Commands
Accessing it in Browser
Last updated