Download the PHP package onkbear/backpack-nested-crud without Composer

On this page you can find all versions of the php package onkbear/backpack-nested-crud. 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 backpack-nested-crud

Backpack Nested Crud

Latest Stable Version

This package gives nested CRUD operations on your edit page.

Inspired by Nested resources in Backpack CRUD

E.g.

Gives the avility of CRUD operations of comment model as a field on user edit page.

For Laravel-Backpack/CRUD v4.0, please use ^1.1.

Demo

Install

Usage

There are four (instead of create, read, update, delete) nested CRUD operations.

Example

Please create User model and Comment model with relationship.

Please create UserCrudController.

Create the CRUD controller

Add the route

Setup the route in route/custom.php

You have following routes.

That's it.

You can also use backpack operations into UserCommentCrudController or extend CommentCrudController if it is exist.

Customize views for list view

There are two templates for list view.

Grid View

If you would like to use grid view, simply use the set method below.

If you created view files with exact same name in resources/views/vendor/backpack/nested_crud folder, it will override.


All versions of backpack-nested-crud with dependencies

PHP Build Version
Package Version
Requires backpack/crud Version ^4.1.0
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 onkbear/backpack-nested-crud contains the following files

Loading the files please wait ....