Download the PHP package jiny/jinsite without Composer

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

JinySite v1.0

지니Site은 지니PHP를 기반으로 제작된 CMS 입니다.

설치

지니Site는 라라벨을 기반으로 개발 되었습니다. 이를 사용하기 위해서는 PHP언어와 컴포저, nodejs, 그리고 Mysql과 같은 RDBMS가 필요로 합니다.

먼저 기본 골격의 지니Site를 설치합니다.

패키지 및 모듈

지니ERP의 주요기능을 새로운 네임스페이스 jinymodules로 시작합니다. 이는, 프로젝트 루트폴더에 직접 확장기능을 설치하여 사용할 수 있습니다.

환경설정 및 DB 마이그레이션

데이터베이스 연동을 위하여 .env를 수정합니다. 지니PHP는 기본적으로 Mysql과 같은 RDBMS를 사용합니다.

라라벨 11버젼 부터는 기본 DB가 SQLight로 설정되어 있습니다. SQLight를 사용하기 위해서는 php.ini에서 pdo_sqlight 드라이버를 확장해 주어야 합니다.

데이터베이스 연결을 위해서 먼저, mysql 접속 터미널 에서 사용자와 스키마를 생성해 주어야 합니다. 또한, 테이블 생성 및 변경을 위한 권환도 같이 부여해 주셔야 합니다.

초기 테이블을 생성합니다. 이를 위해서 라라벨의 migrate명령을 실행합니다.

CSS 및 Asset 설치

front 화면을 처리하기 위한 css 및 assets 을 빌드합니다. 이를 위해서는 nodejs가 필요로 합니다.

서버 실행

데이터베이스와 화면 assets 이 빌드가 완료가 되었으면, PHP 내장 웹서버를 통하여 프로젝트를 실행합니다.

사이트 구축 및 디자인

지니PHP는 라라벨을 기반으로 손쉽게 웹사이트를 구축할 수 있는 기능들을 제공합니다. 지니PHP는 유연한 웹사이트 구축을 위하여 테마와 slot 개념을 가지고 있습니다.

테마

프로젝트 루트에 위치한 /theme폴더 안에는 다양한 테마를 포함하고 있습니다. 테마는 모든 사이트를 래핑하며, 동일한 컨셉의 사이트를 생성하고 일관성을 유지할 수 있습니다.

www-slot

/resources/www 폴더가 추가됩니다. 지니PHP는 정적페이지를 url과 동일하게 매핑하여 자동으로 페이지를 출력합니다. 또한, slot을 적용하시면 /resources/www/slot1 을 접근 endpoint로 변경하여 페이지를 출력하게 됩니다.

기술문서


All versions of jinsite with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.9
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.9
livewire/livewire Version ^3.5
jiny/laravel Version ^0.7
jiny/site Version ^0.12
jiny/shop 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/jinsite contains the following files

Loading the files please wait ....