create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
| <?php | |
| namespace App\Http\Controllers; | |
| use Illuminate\Http\Request; | |
| use Mpdf\Mpdf; | |
| use App\Utils\Paths; | |
| class PdfController extends Controller | |
| { |
| <?php | |
| //============================================================+ | |
| // File name : tcpdf.php | |
| // Version : 6.8.2 | |
| // Begin : 2002-08-03 | |
| // Last Update : 2024-12-23 | |
| // Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - [email protected] | |
| // License : GNU-LGPL v3 (http://www.gnu.org/copyleft/lesser.html) | |
| // ------------------------------------------------------------------- | |
| // Copyright (C) 2002-2025 Nicola Asuni - Tecnick.com LTD |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
Vue.js is an amazing framework, which can be as powerful as Angular or React, the two big heavy hitters in the world of front-end frameworks.
However, most of Vue's ease-of-use is due to the use of Observables - a pattern that triggers re-renders and other function calls with the reassignment of a variable.
This procedure is tested on Mac OS X 10.8 with Developpers tools installed (xCode).
PHP 5.4 installed with Homebrew.
Update: I wrote a blog post about this.
Download the following files from Oracle website (yes, you need to create an account and accept terms):
This driver requires the Microsoft Visual C++ Redistributable. The redistributable can easily be downloaded on the Microsoft website as x86 or x64 edition. Notice: On a x64 computer the x86 AND the x64 version must be installed.
| # A checklist for all projects that are going live | |
| This checklist is used whenever a project is going live at https://spatie.be | |
| ## 1. Browserstack tests | |
| - [ ] Desktop: test on latest versions of Chrome, IE/Edge, Firefox, Safari | |
| - [ ] Mobile: test on latest versions of Mobile Safari, Android | |
| ## 2. Front-end checklist |