Download the PHP package jiny/theme without Composer

On this page you can find all versions of the php package jiny/theme. 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 theme

JinyPHP Theme for Laravel

JinyPHP Theme는 라라벨 프레임워크상에서 테마 레이아웃을 사용할 수 있도록 제공하는 확장 페키지 입니다.

설치

컴포저를 이용하여 theme를 설치합니다.

설정

환경설정을 패키지에서 복사하여 설치를 합니다. 다음과 같이 콘솔창에서 입력하세요.

테마 만들기

먼저 라라벨 뷰 리소스를 관리하는 resources/view폴더에 새로운 theme 폴더를 생성합니다. theme페키지는 vendor/name 형태로 복수의 테마를 관리 합니다.

셈플 테마는 패키지의 소스의 sample 폴더를 참조합니다. 테마는 크게 몇개의 파일로 구성됩니다.

사용방법

지니PHP 테마는 라라벨 컴포넌트 기술을 이용하여 테마를 관리합니다.
블레이드 문법에서 <x-theme>테그를 이용하여 사이트의 외형을 일관적으로 유지 관리 가능합니다.


All versions of theme with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
jiny/ui Version ^0.5
guzzlehttp/guzzle Version ^7.4
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 jiny/theme contains the following files

Loading the files please wait ....