Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
<div | |
x-data="{ value : @entangle($attributes->wire('model')) }" | |
x-on:change="value = $event.target.value" | |
x-init=" | |
new Pikaday({ field: $refs.input, 'format': 'MM/DD/YYYY' });" | |
> | |
<div class="relative mt-2"> | |
<input | |
{{ $attributes->whereDoesntStartWith('wire:model') }} | |
x-ref="input" |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<meta charset="utf-8" /> | |
<script src="templating.js" type="text/javascript" charset="utf-8"></script> | |
</head> | |
<body> | |
<template id=t> |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.