filament-white-label

(★ 13)

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

파일 탐색기

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

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

boot

설명 보기 ▼

Clojure 프로그래밍 언어를 위한 빌드.
더 많은 정보: <https://github.com/boot-clj/boot>.

boot repl

프로젝트 혹은 독립으로 REPL 세션 시작:

boot jar

단일 "uberjar" 구축:

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

명령어 안내:

🔍

composer

설명 보기 ▼

PHP 프로젝트의 의존성(dependency)을 기반으로 한 매니저 패키지.
더 많은 정보: <https://getcomposer.org/doc/03-cli.md>.

composer init

대화형으로 `composer.json` 파일을 생성:

composer require {{user/package}}

프로젝트의 의존성으로 패키지를 추가하고, `composer.json`에 항목을 추가:

composer install

프로젝트의 `composer.json` 안에 모든 의존성(dependency)를 설치합니다:

🔍

php artisan

설명 보기 ▼

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

설명 보기 ▼

원격 서버에서 세션을 열어 유지. 단일 SSH 연결로 여러 창을 관리.
관련 항목: `tmux`, `zellij`.
더 많은 정보: <https://manned.org/screen>.

screen

새 screen 세션 시작:

screen -S {{session_name}}

새 이름 지정 screen 세션 시작:

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

새로운 데몬을 시작하고 출력을 `screenlog.x`에 기록:

🔍

ico

설명 보기 ▼

다면체 애니메이션을 표시합니다.
더 많은 정보: <https://manned.org/ico>.

ico -sleep {{0.1}}

0.1초마다 위치가 변경되는 정이십면체의 와이어프레임 표시:

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

빨간 면과 파란 배경의 실체 정이십면체 표시:

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

크기 100x100의 큐브 와이어프레임을 프레임마다 +1+2씩 이동하며 표시:

// repository documentation