mkhuramj - Overview
- Pakistan
- https://lindowstech.com
Pinned Loading
-
laravel-rest-framework laravel-rest-framework Public
A Django Rest Framework based Laravel App/Package to Provide Permissions, Filters, Queryset and much more.
PHP
-
Head-First-Design-Patterns Head-First-Design-Patterns Public
Forked from bethrobson/Head-First-Design-Patterns
Code for Head First Design Patterns book (2014)
Java
-
AuthController.php AuthController.php
1
<?php declare(strict_types = 1);
2
3
use App\Http\Controllers\Controller;
4
5
class AuthController extends Controller
-
PHP5.6 and NGINX: Install PHP56-FPM,... PHP5.6 and NGINX: Install PHP56-FPM, Nginx & MySQL on EC2 with Amazon Linux AMI
1
# Install linux update, followed by GCC and Make
2
sudo yum -y update
3
sudo yum install -y gcc make
4
5
# Install Nginx and php56-FPM
