Download the PHP package saaksin/laravel-administrator without Composer

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

Laravel Administrator

기존 Frozonnode 의 Laravel-Administrator 가 더 이상 업데이트 되지않아, 이를 바탕으로하여 패키지를 개발 및 업그레이드하고 있습니다. Administrator is an administrative interface builder for Laravel. With Administrator you can visually manage your Eloquent models and their relations, and also create stand-alone settings pages for storing site data and performing site tasks.

Build Status

Composer

라라벨 10 에서 composer 를 사용하여 쉽게 설치할 수 있습니다.

설치 후, config/app.phpproviders 배열에 서비스 프로파이더를 등록합니다.

이 후, php artisan vendor:publish 을 실행합니다. config/administrator.php 설정파일이 추가 되고, public 디렉토리에 관련 에셋, 뷰, 언어 파일 등이 복사됩니다. 설정 파일들은 config 디렉토리 하위가 아닌, 프로젝트 루트 디렉토리에서 administrator, administrator/settings 에 위치합니다.

설정파일

설정파일명과 동일한 함수명으로 시작합니다. 가령, 설정 파일이 users.php 이라면, 반드시 users 함수를 통하여 설정(배열)을 반환합니다.(세션 등과 연계하여 조건에 따른 배열 결과를 반환할 수 있음)

사용자 정의 js 파일 지정

config/administrator.php 에 custom_js 항목 추가

HTTPS

app/Providers/AppServiceProvider 에서 라우트의 경로를 https 가 되도록 지정합니다.

asset url 에 https 주소를 사용하도록 .env 에 ASSET_URL 을 지정합니다.

FULL TEXT 검색

filter 에서 MySQL 의 full text 검색을 지원합니다.(대용량 검색)

TEXT 빠른 검색

filter 에서 시작 단어 검색 및 포커스 아웃 이벤트 시 검색을 시작합니다.

페이지 리로드

액션을 성공적으로 실행한 후, 현재 페이지를 리로드하는 기능을 제공합니다.

VIEW 모델 지원 (실험중)

모델 설정에서 view 모델 여부를 설정할 수 있습니다.(아직은 실험적인 기능이며, 조회시 약간의 성능 개선이 있습니다. MySQL InnoDB)

Laravel 4

더 이상 지원하지 않습니다.

Laravel 3

더 이상 지원하지 않습니다.

Documentation

The complete docs for Administrator can be found at http://administrator.frozennode.com. You can also find the docs in the /src/docs directory.

Copyright and License

Administrator was written by Jan Hartigan of Frozen Node for the Laravel framework. Administrator is released under the MIT License. See the LICENSE file for details.

Recent Changelog

10.0.0

5.8.0

5.1.0


All versions of laravel-administrator with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
laravel/framework Version 10.*
ckeditor/ckeditor Version 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 saaksin/laravel-administrator contains the following files

Loading the files please wait ....