Download the PHP package incraigulous/adminzone without Composer

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

AdminZone

A powerful admin generator for Laravel.

Getting started

publishing vendor resources

Available tags:
config: publishes the config file to config/adminzone.php
assets: publishes all assets including scss, js and views.
scss: publishes scss to vendor/adminzone/scss
js: publishes js to vendor/adminzone/js
views: publishes views to views/vendor/adminzone
public: publishes compiled assets to public/vendor/adminzone

You can publish as much or as as you like. I recommended that you publish as little as possible to ensure comparability with future updates. Minor release should not introduce breaking changes, but If you choose to override views you should consider locking adminzone to the current release to ensure compatibility.

Creating your first resource

Resources

Example resource

Models

Any model managed by the Admin use use the Incraigulous\AdminZone\Models\Traits\Administratable trait or extend Incraigulous\AdminZone\Models\Model.

Fields

Fields are objects that can be added to forms to build up a form view and specify how submissions should be handled.

Relationships

Relationships user interfaces can easily be added through the use of relationship fields.

Note: You must add an order int field to pivot tables to allow adminzone to control sort order.

Relationship Fieids

BelongsToField

The belongs to field adds a field to a form that handles a belongs to resource. It will generate a field that allows the user to select and edit the related resource.

BelongsToManyField

The belongs to many field adds a field to a form that handles a belongs to many resources. It will generate a field that allows the user to select and edit the related resource.


All versions of adminzone with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
illuminate/support Version ^5.7
fzaninotto/faker Version ^1.8
jeffochoa/validator-factory Version ^1.0
bentools/querystring Version ^1.0
spatie/laravel-translatable Version ^3.1
incraigulous/objection Version 1.0.1
davejamesmiller/laravel-breadcrumbs Version 5.x
tightenco/ziggy Version ^0.6.9
nicolaslopezj/searchable Version ^1.10
spatie/laravel-blade-x 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 incraigulous/adminzone contains the following files

Loading the files please wait ....