Download the PHP package sanjabteam/sanjab without Composer

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

This package is for personal usage and not maintained anymore

I do not recommend to using this package anymore. Recommended packages: filament, litstack, easypanel

Sanjab

Admin panel package for Laravel

[![Build Status](https://travis-ci.com/sanjabteam/sanjab.svg?branch=master)](https://travis-ci.com/sanjabteam/sanjab) [![StyleCI](https://github.styleci.io/repos/197559365/shield?branch=master)](https://github.styleci.io/repos/197559365) [![CodeFactor](https://www.codefactor.io/repository/github/sanjabteam/sanjab/badge/master)](https://www.codefactor.io/repository/github/sanjabteam/sanjab/overview/master) [![codecov](https://codecov.io/gh/sanjabteam/sanjab/branch/master/graph/badge.svg)](https://codecov.io/gh/sanjabteam/sanjab) [![Total Downloads](https://poser.pugx.org/sanjabteam/sanjab/downloads)](https://packagist.org/packages/sanjabteam/sanjab) [![Latest Stable Version](https://poser.pugx.org/sanjabteam/sanjab/v/stable)](https://packagist.org/packages/sanjabteam/sanjab) [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

Sanjab is a Laravel package that helping Laravel developers create an admin panel for projects quickly.


Screenshots


Features

Getting Started

First, you should install Sanjab on your Laravel project. Read installation guide here Here.

Code

Sanjab has an elegant syntax.

For example, if you have a field called "name" in your model and it's a required field. you can define text field for that just in a few lines of code:

Now you have a field in your create/edit form, table column with search, sort support and show field, all done automatically.

Also autocomplete is supported for your favorite IDE.

Documentation

You can find more information about Sanjab in documentation.

To ask a question read Support Guide.

Acknowledgements

Changelog

Please see CHANGELOG for more information about what has changed recently.

License

The MIT License (MIT). Please see License File for more information.


All versions of sanjab with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
ankitpokhrel/tus-php Version ^1.2|^2
astrotomic/laravel-translatable Version ^11.8|^11.9
barryvdh/elfinder-flysystem-driver Version ^0.2
codex-team/editor.js Version ^2.0
google/recaptcha Version ^1.2
illuminate/support Version ^7|^8
intervention/image Version ^2.5
jenssegers/agent Version ^2.6
laravel/helpers Version ^1
laravel/ui Version ^2.0|^3.1
league/flysystem Version ^1.0
league/flysystem-ziparchive Version ^1.0
nesbot/carbon Version ^2.42
opis/closure Version ^3.6
silber/bouncer Version v1.0.0-rc.7|v1.0.0-rc.8|v1.0.0-rc.9|v1.0.0-rc.10
studio-42/elfinder Version ^2.1
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 sanjabteam/sanjab contains the following files

Loading the files please wait ....