Skip to content

Instantly share code, notes, and snippets.

@zacktagnan
zacktagnan / launch.json
Created April 27, 2024 11:44
Config block to debug by Xdebug on Visual Studio Code (put inside ".vscode" project's directory)
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"log": false,
"externalConsole": false,
"pathMappings": {
@zacktagnan
zacktagnan / welcome.blade.php
Created October 23, 2023 19:26
Links to access to customs Filament Panels from a blade view.
<ul>
<li>
<a href="{{ route('filament.admin.pages.dashboard') }}">
Acceso a ADMIN Panel
</a>
</li>
<li>
<a href="{{ route('filament.app.pages.dashboard') }}">
Acceso a APP Panel