Pinned Loading
-
Store or update in one function
Store or update in one function 1<?php
23public function crupdate($id = null, Request $request)
4{
5$fields = $request->only(['field_1', 'field_2']);
-
Example PHP service that can be used...
Example PHP service that can be used to implement an API. 1<?php
23namespace App\Services;
45use Illuminate\Support\Facades\Log;
-
Drag and drop component for vue js.
Drag and drop component for vue js. 1<template>
2<div class="drag-and-drop">
3<div class="drop-zone"
4@drop='onDrop($event, 1)'
5@dragover.prevent
-
A simple vue js component for taggin...
A simple vue js component for tagging items using an input. 1<template>
2<div class="tag-input">
3<div v-for='(tag, index) in tags' :key='tag' class='tag-input__tag'>
4<span @click="removeTag(index)">x</span>
5{{ tag }}
-
lezhnev74/openapi-psr7-validator
lezhnev74/openapi-psr7-validator PublicIt validates PSR-7 messages (HTTP request/response) against OpenAPI specifications
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.