Find out what version of PHP is running
which php
This will output the path to the default PHP install which comes preinstalled by Mac OS X, by default
| <?php | |
| class EloquenFooRepository | |
| { | |
| /** | |
| * The base eloquent model | |
| * @var Eloquent | |
| */ | |
| protected $model; |
Title: Make a module that will handle all the PDF generation requirements of the software autonomously | Project proposal
Mentors: Tony McCormick, Nilesh Prasad
Organization: LibreHealth
The software used a lot of exteranal libraries like HTML2PDF, MPDF, FPDF and TCPDF. My aim for the project was to make a custom PHP library based on TCPDF as backbone to create PDFs autonomously according to the data present in the database and the choices made by the user.
| // 24 Hrs formate | |
| <td> {{ Carbon\Carbon::parse($item->created_at)->format('d-M-Y G:ia') }}</td> | |
| //Output | |
| //20-Jan-2019 00:17:16 AM | |
| // 12 Hrs formate | |
| <td> {{ Carbon\Carbon::parse($item->created_at)->format('d-M-Y g:i:s A' ) }}</td> |
I find it easiest to consider the stack in three layers:
https://summerofcode.withgoogle.com/projects/#6100626637848576
Tags Devops, Developer Happiness,Static Analysis
Folks, Leave me a comment / URL if something you like is missing!
| Resource | Description |
|---|---|
| Kube Academy | https://kube.academy/ |
| kuernetes-101 | https://kube.academy/courses/kubernetes-101/ |
| Docs Home | https://kubernetes.io/docs/home/ |
| CKS CKA CKAD Simulator | https://killer.sh/ |