Below are the dependencies version which used while writing this note
Jersey
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
React Native Core Acknowledge:
<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
use mikehaertl\wkhtmlto\Pdf as HtmlToPDF; | |
/** | |
* A simple codeigniter library to help setup phpwkhtmltopdf | |
* @link https://gist.github.com/DykiSA/ | |
*/ | |
class WKPDF |
This is my experiment when learning a @keyframe
feature of CSS3
The preview is shown in the video here.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
First make sure you already create Laravel 10 project, see Laravel 10 Installation Guide.
This is useful to make your url accessible without navigating to /public
folder.
Create a .htaccess
file and put it in your root folder of your project with the content below.
# this file must be in the root directory of your project