filament-white-label

(★ 13)

Total panel white-label for Filament v5 — brand, colors, fonts, layout, CSS, footer. Per panel and optional per tenant.

File Explorer

  • .gitignore
  • composer.json
  • LICENSE
  • phpunit.xml.dist
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

boot

View Details ▼

Build tooling for the Clojure programming language.

boot repl

Start a REPL session either with the project or standalone:

boot jar

Build a single `uberjar`:

boot --dependencies boot/new new --template {{template_name}} --name {{project_name}}

Generate scaffolding for a new project based on a template:

🔍

composer

View Details ▼

A package-based dependency manager for PHP projects.

composer init

Interactively create a `composer.json` file:

composer require {{user/package}}

Add a package as a dependency for this project, adding an entry to `composer.json`:

composer install

Install all the dependencies in this project's `composer.json` and create `composer.lock`:

🔍

php artisan

View Details ▼

Laravel's Artisan command-line interface.

php artisan serve

Start PHP's built-in web server for the current Laravel application:

php artisan tinker

Start an interactive PHP command-line interface:

php artisan make:model {{ModelName}} --all

Generate a new Eloquent model class with a migration, factory, and resource controller:

🔍

screen

View Details ▼

Hold a session open on a remote server. Manage multiple windows with a single SSH connection.
See also: `tmux`, `zellij`, `herdr`.

screen

Start a new screen session:

screen -S {{session_name}}

Start a new named screen session:

screen -dmLS {{session_name}} {{command}}

Start a new daemon and log the output to `screenlog.x`:

🔍

ico

View Details ▼

Display an animation of a polyhedron.

ico -sleep {{0.1}}

Display the wireframe of an icosahedron that changes its position every 0.1 seconds:

ico -faces -noedges -colors {{red}} -bg {{blue}}

Display a solid icosahedron with red faces on a blue background:

ico -obj {{cube}} -size {{100x100}} -delta {{+1+2}}

Display the wireframe of a cube with size 100x100 that moves by +1+2 per frame:

// repository documentation