Skip to content

Instantly share code, notes, and snippets.

View bezhanSalleh's full-sized avatar
:octocat:
I may be slow to respond.

Bezhan Salleh bezhanSalleh

:octocat:
I may be slow to respond.
View GitHub Profile
<?php
namespace App\Filament\PageTemplates;
use Filament\Forms\Components\Repeater;
use Filament\Forms\Components\RichEditor;
use Filament\Forms\Components\TextInput;
final class Faq
{
@bezhanSalleh
bezhanSalleh / index.js
Created June 28, 2021 10:15 — forked from acfatah/index.js
Quasar Vue Router Middleware Pipeline Example
// router/index.js
import Vue from 'vue'
import VueRouter from 'vue-router'
import routes from './routes'
import middlewarePipeline from './middleware-pipeline'
Vue.use(VueRouter)