Download the PHP package jiny/site without Composer

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

jiny/Site

라라벨 기반의 JinyPHP 환경에서 웹사이트를 구축할 수 있는 확장 페키지 입니다.

설치

컴포저를 통하여 의존되는 모든 패키지들을 한번에 설치가 가능합니다.

jiny/site를 설치하는 과정에서 필요로 하는 모든 jinyPHP 패키지를 검색하여 통합 설치가 진행됩니다.

데이터베이스

지니Site는 사이트의 컨덴츠를 관계형 데이터베이스와 json 환경설정을 통하여 기능별로 구분하여 관리합니다. artisan 명령을 통하여 필요한 테이블을 생성합니다.

artisan명령은 라라벨에서 제공되는 콘솔관리 도구 입니다.

리소스 복사

빠른 웹사이트 제작을 위하여 기본 데모 사이트를 제공합니다.

데모 사이트의 컨덴츠가 resources/www/slot1으로 복사됩니다. 지니사이트는 가상 view 포인트 기능을 통하여 다양한 slot을 관리할 수 있습니다.

복사된 데모 사이트로 활성 slot을 변경합니다.

slot 기능에 대한 보다 자세한 부분은 공식 문서를 참고해 주세요

관리자 등록

웹사이트 관리를 위하여 admin 페이지를 제공합니다. admin 접속을 하기 위해서는 회원가입과 관리자 등급 변경을 해주어야 합니다. 관리자 설정을 위한 콘솔 명령을 제공합니다.

주요기능

가상뷰

리소스

레이아웃의 리소스들들 _layouts 폴더 안에 지정합니다.

_로 시작되는 폴더 또는 파일의 리소스는 시스템과 연관된 파일로 자동 라우팅 처리가 되지 않습니다.

먼저 slot의 리소스를 읽고-> 테마의 리소스를 그 다음으로 읽습니다.


All versions of site with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
jiny/laravel Version ^0.8
jiny/theme Version ^0.8
jiny/site-menu Version ^0.6
jiny/site-cms Version ^0.4
jiny/site-board Version ^0.5
jiny/site-page Version ^0.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/site contains the following files

Loading the files please wait ....