Labels: Programming

How to Install the LEMP (Linux, Nginx, MySQL PHP) stack on Ubuntu 20.04

How to Install the LEMP (Linux, Nginx, MySQL PHP) stack on Ubuntu 20.04

Installing and Configuring Nginx Server How to install Nginx on Ubuntu Linux phpMyAdmin n…
Rest specific http status codes

Rest specific http status codes

Rest specific http status codes 200 (ok) it indicates that the rest api successfully ca…
laravel documentation

laravel documentation

Routing Route::get('', [AuthController::class, 'index']); Route::get(&#…