Download the PHP package ssh521/laravel-admin-ui without Composer

On this page you can find all versions of the php package ssh521/laravel-admin-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-admin-ui

ssh521/laravel-admin-ui

Latest Version on Packagist Total Downloads

ssh521/laravel-admin의 관리자 화면에 필요한 Blade 뷰, 컴포넌트, CSS, JavaScript, 이미지 자산과 오류 화면을 제공하는 표현 계층 패키지입니다.

인증, 관리자 guard, route, 정책, 모델, seeder와 콘솔 명령은 코어 패키지인 ssh521/laravel-admin이 담당합니다.

주요 기능

요구 사항

설치

일반적으로 코어 패키지를 설치하면 laravel-admin-ui가 함께 설치됩니다.

UI 패키지만 직접 개발하거나 의존성을 명시적으로 고정해야 할 때는 별도로 설치할 수 있습니다.

Laravel의 패키지 자동 발견을 통해 Ssh521\LaravelAdminUi\LaravelAdminUiServiceProvider가 등록됩니다.

Blade 컴포넌트

패키지 뷰에서는 x-laravel-admin::admin.* 네임스페이스를 사용합니다.

버튼, 폼 컨트롤, 배지, 필터 바, 빈 상태와 액션 메뉴는 공용 컴포넌트를 우선 사용해야 스타일 전환과 다크 모드 계약이 유지됩니다.

전체 컴포넌트 목록은 컴포넌트 카탈로그를 참고하십시오.

스타일 설정

기본 스타일은 yaverstyle입니다.

daisystyle을 사용할 때는 호스트 애플리케이션에 DaisyUI를 추가하고 관리자 CSS를 다시 빌드합니다.

스타일 구현 규칙은 스타일 개발 계약을 참고하십시오. 특정 스타일에 구현되지 않은 컴포넌트는 yaverstyle 구현으로 fallback됩니다.

뷰와 자산 퍼블리시

호스트 애플리케이션에서 직접 커스터마이징해야 하는 리소스만 선택적으로 퍼블리시합니다.

주요 퍼블리시 경로는 다음과 같습니다.

퍼블리시된 호스트 뷰와 자산은 패키지 원본보다 우선합니다. 패키지 업데이트를 계속 받으려면 불필요한 전체 뷰 퍼블리시는 피하고 커스터마이징 범위를 작게 유지하십시오.

Vite 자산

관리자 CSS와 JavaScript는 호스트 애플리케이션의 Vite input에 포함되어야 합니다.

php artisan laravel-admin:installphp artisan laravel-admin:update가 필요한 자산과 Vite input을 관리합니다.

Livewire ModalStack

동적 Livewire 모달을 사용하는 페이지에는 admin.modal-stack을 한 번 렌더링합니다.

모달 열기, 중첩, 닫기, drag·resize와 인스턴스 격리 규칙은 관리자 UI 계약의 ModalStack 섹션을 참고하십시오.

403·419·503 화면

이 패키지는 laravel-admin::errors.403, laravel-admin::errors.419, laravel-admin::errors.503 뷰를 제공합니다.

패키지 기본 503 화면을 바로 사용하려면 다음 명령을 실행합니다.

앱 이름, 로고와 문구를 변경하려면 호스트 애플리케이션으로 퍼블리시한 뒤 수정합니다.

기존 resources/views/errors/503.blade.php는 기본적으로 덮어쓰지 않습니다. 의도적으로 교체할 때만 --force를 사용하십시오.

문서

개발과 테스트

Blade, CSS 또는 JavaScript를 변경한 경우 Laravel 13 호스트 애플리케이션에서 Vite build, Blade view cache, 데스크톱·모바일과 라이트·다크 모드를 함께 확인해야 합니다.

지원과 보안

버그와 기능 요청은 GitHub Issues에 등록해 주십시오. 보안 취약점은 공개 이슈 대신 GitHub Security Advisory로 제보해 주십시오.

라이선스

이 패키지는 MIT License로 배포됩니다.


All versions of laravel-admin-ui with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/http Version ^13.0
illuminate/routing Version ^13.0
illuminate/support Version ^13.0
illuminate/view Version ^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ssh521/laravel-admin-ui contains the following files

Loading the files please wait ...