Laravel Nova Iframe Popup Field With this field you create a button which displays an iframe in a popup (visually oriented to Inertia.js). Install composer require norman-huth/nova-iframe-popup Usage IframePopup::make(__(‘Url’),...
Read More
Laravel
Creating a Laravel Project
Laravel architectureLaravel historyThe Pros of LaravelThe Cons of LaravelGetting started with your own Laravel projectLaravel for backendBuilding Laravel Projects with TemplatesBuilding Laravel Projects with Flatlogic Laravel is a PHP-based...
Read More
Extracurricular Information System Application created using Laravel and VueJS
SI ESKUL Aplikasi Sistem Informasi Ekstrakulikuler dibuat menggunakan Laravel dan VueJS Installation Use the package manager (composer) for installing > git clone https://github.com/ibnusyawall/si-eskul.git > cd si-eskul > composer update...
Read More
Nova Kontainer – A Laravel Nove component that adds a file picker for Kontainer
Nova Kontainer Nova Kontainer is a Laravel Nove component that adds a file picker for Kontainer Features Select any image or video from Kontainer and have the url stored...
Read More
What is Laravel?
Introduction LaravelĀ is a PHP (Hypertext Preprocessor) backend development framework. With it, you can build an application in a short time with well-structured code. Laravel offers a high level of...
Read More
A Laravel Nova integration for the Refine query builder
Refine for Laravel Nova Refine is a powerful, visual query builder for Laravel (and Rails!) This repository is the integration for Refine and Laravel Nova. Refine is a paid...
Read More
OVHcloud PCC web interface written in PHP/Laravel and VueJS (not affiliated with OVHcloud)
OVHcloud PCC web interface Web interface displaying realtime OVHcloud PCC infrastructure data (virtual machines, hosts and datastores health & resource usage). Not affiliated with OVHcloud. Written in PHP/Laravel and...
Read More
View Laravel File-Based Logs In Web
View Laravel/Lumen logs in browser. Disclaimer This package is simply a lightweight web interface for Laravel and Lumen file-based logs. If you need an advanced debugging tool consider trying...
Read More
Laravel sanctum and nuxt configuration
Laravel: 1) .env => SESSION_DRIVER=cookie SANCTUM_STATEFUL_DOMAINS=nuxt.product.test SESSION_DOMAIN=.product.test:3000 product.test is your laravel url. nuxt.product.test is your subdomail for nuxt. Nuxt: 1)nuxt.config.js => ssr: false, server: { host: ‘http://nuxt.product.test‘, port: 3000,...
Read More