start new:
tmux
start new with session name:
tmux new -s myname
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Menampilkan pesan notifikasi dengan Toastr JS</title> | |
| <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css"> | |
| <style type="text/css"> | |
| body { | |
| margin-top: 50px; |
| <?php | |
| namespace App\Providers; | |
| use Illuminate\Support\ServiceProvider; | |
| class GoogleDriveServiceProvider extends ServiceProvider | |
| { | |
| /** | |
| * Bootstrap the application services. |
When hosting our web applications, we often have one public IP
address (i.e., an IP address visible to the outside world)
using which we want to host multiple web apps. For example, one
may wants to host three different web apps respectively for
example1.com, example2.com, and example1.com/images on
the same machine using a single IP address.
How can we do that? Well, the good news is Internet browsers
| #/etc/nginx/sites-available/default | |
| server { | |
| listen 80; | |
| server_name ~^(www\.)?(?<sname>.+?).dev$; | |
| root /home/mokhamad/html/suit/$sname/public; | |
| location ~ /.well-known { |
| #BLOCKNAME | |
| server { | |
| listen 80; | |
| server_name servername.com; | |
| return 302 https://$server_name$request_uri; | |
| } | |
| server { |
| <?php namespace App\Http\Controllers; | |
| use Illuminate\Http\Request; | |
| trait RestControllerTrait | |
| { | |
| public function index() | |
| { | |
| $m = self::MODEL; | |
| return $this->listResponse($m::all()); |
| {"lastUpload":"2017-06-01T00:35:28.233Z","extensionVersion":"v2.8.1"} |