PUBLIC MOCK / DEMO APIsTHIRD-PARTY — USE FOR TESTS ONLY
Provider
Endpoint
Resource id
Request URL
https://
cURL
curl -s
fetch (JavaScript)
fetch()
Click any block to copy
OUTPUT: SQL QUERYREALTIME BUILDER
Examples — Click to load
Query Type
Table Name_
Columns (comma separated, * for all)
Join Type
Join Table_
ON Condition_
WHERE Conditions (one per line: column operator value)
Columns_
Values_
SET (one per line: column = value)
Columns (one per line: name TYPE constraints)
Column Definition_
Column to Drop_
ORDER BY
GROUP BY
LIMIT
OFFSET
Generated SQL Query
SELECT * FROM table_name;
Click query to copy
Search Commands_
---
Click any command to copy
MODE: SERIALIZE / DESERIALIZEREALTIME
Paste URL_
Protocol
----
Host
----
Port
----
Path
----
Query Parameters
Fragment (Hash)
----
Decoded URL
----
Encoded URL
----
Protocol
Host_
Port (optional)
Path_
Query Parameters (one per line: key=value)
Fragment / Hash (optional)
Generated URL
----
Encoded URL
----
Click any field to copy
LINUX FILE PERMISSIONSINTERACTIVE COMPOSER
Common Presets
Owner
6
Group
4
Others
4
Numeric Value
644
Symbolic Notation
rw-r--r--
File Name (optional)_
Commands
chmod 644 file
chmod
u=rw,g=r,o=r file
find
. -type f -exec chmod 644 {} \;
ls -la Preview
-rw-r--r--
Click any value to copy
MODE: RANDOM FAKE IDENTITYFOR TESTING ONLY
Gender
Country
Full Name----
Username----
Email----
Password----
Date of Birth----
Age----
Phone----
Address----
City----
State / Province----
ZIP / CAP----
Country----
Company----
Job Title----
SSN / Tax ID----
Credit Card----
IBAN----
Website----
IP Address----
MAC Address----
User Agent----
Copy All as JSON
{ }
Click any field to copy
VALIDATE · BEAUTIFY · MINIFYLOCAL / NO UPLOAD
Format
Indent
Input_
Output_
Runs in your browser; large inputs may be slow
OPENAPI 3 · SWAGGER UIPASTE JSON OR YAML
Paste an OpenAPI 3.x or Swagger 2.0
document (JSON or YAML). Rendering loads Swagger UI from the CDN the first time.
Specification (JSON or YAML)_
Spec stays in your browser
PLACEHOLDERPLACECO / DUMMYIMAGE
Width
Height
Background
Text color
Label text_
URL (placehold.co)
----
Click URL to copy
LOREM FLICKRRANDOM PHOTO BY TAG
Uses loremflickr.com (random image for tag).
Third-party images; not for production use without checking license.
Width
Height
Category / tag (e.g. cat, dog, city, nature, tech)
URL
----
Click URL to copy
Laravel 13.x — mini guida (allineata alla documentazione ufficiale)
Questa sezione riassume i capitoli principali della documentazione
Laravel 13.x
e raccoglie comandi e snippet pronti da copiare.
Getting started
Installazione PHP/Composer, CLI laravel, creazione app con laravel new,
avvio con composer run dev (server, queue, Vite). Configurazione via .env
e file in config/. Default SQLite in database/database.sqlite; per MySQL
aggiornare DB_* ed eseguire php artisan migrate.
Architecture
Request lifecycle, service container, providers, facades. Convenzioni di cartelle prevedibili
per agenti e strumenti AI (vedi anche Agentic development).
Laravel Boost
per contesto AI (documentazione versionata, strumenti). Test HTTP, console, browser, database,
mocking.
Packages
Ecosistema: Horizon, Sanctum, Sail, Telescope, Pint, Passport, Scout, Dusk, Cashier, ecc.
Ogni pacchetto ha la sua sezione nella doc ufficiale.
PHP 8.2+ consigliato per Laravel 13. Usa i
filtri sotto per trovare snippet per area.
Search_
---
Click any snippet to copy
Search_
---
Click any snippet to copy
Search_
---
Click any command to copy
ESCAPE / STRIPLOCAL
Mode
Input_
Output_
Sanitization is best-effort; review output before use
MARKED + DOMPURIFYLOCAL PREVIEW
Markdown_
Preview_
Preview is sanitized; scripts are stripped
SITEMAP.XMLLOCAL
Base URL (no trailing slash)
Paths (one per line, or full URLs)
changefreq
priority (0.0–1.0)
sitemap.xml
—
OPEN GRAPH · TWITTERLOCAL
Page title
Site name
Description
Canonical URL
Image URL (1200×630 recommended)
Twitter @username (no @)
Twitter card
Locale (optional)
<head> snippet
—
FAVICON PNGLOCAL
Image file (PNG / JPG / SVG / WebP)
Resizes to 32×32 PNG in the browser. For production, also ship 16×16 and 180×180
(apple-touch-icon) from your design tool.
HTML snippet
—
CSS MEDIA QUERIESSNIPPET
Common breakpoints (copy into your CSS)
—
LUCIDE SVG (UNPKG)GITHUB API + CDN
Open-source Lucide
icons via unpkg. Click a cell to copy an <img> tag. First open loads filenames from GitHub API.
—
—
DOWNLOAD SPEED (ESTIMATE)JSDELIVR
Rough download speed: fetches a known asset from jsDelivr (several runs, median). Not a
lab-grade speed test; use a dedicated tool on a wired connection for ISP benchmarking.
—
—
PAGESPEED · WEB.VITALSGOOGLE (NEW TAB)
Page URL to analyse
These open Google tools in a new tab (Lab + field data). No API key required on your
side.
ONLINE / REACHABILITYDNS + PROBE
Full HTTP status for third-party URLs is blocked by browser CORS. DNS resolution and
loading /favicon.ico indicate reachability for many sites, not a guarantee.
Browser reports online
navigator.onLine —
This origin (this site)
—
External host (DNS + favicon probe)
—
—
TCP / CLI SNIPPETSLOCAL TERMINAL
Browsers cannot open arbitrary TCP sockets to remote hosts. Use these commands on your
machine or a server, or an online port scanner.
Bash (replace HOST / PORT)
Hostname / IP for fill helper
Optional: YouGetSignal (third-party) for remote checks from the web.
—
DNS · PTRGOOGLE DoH
DNS lookups use Google DNS-over-HTTPS from your browser.