Download the PHP package backpack/revise-operation without Composer

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

ReviseOperation for Backpack for Laravel

Latest Version on Packagist Build Status Total Downloads StyleCI

Adds an interface for to your Backpack CRUDs, so that the admin can:

allows you to store, see and undo changes to entries on an Eloquent model. This package just provides an admin interface for it, in the form of a Backpack operation, that you can use on the CrudControllers of entities that have the Revisionable trait.

When used, this operation will show another button for each entry in the table view. On click, that button opens another page, which will allow an admin to see all changes and who made them:

https://backpackforlaravel.com/uploads/docs-4-0/operations/revisions.png

Installation

Step 1. Require the package:

This will automatically install too, if it's not already installed.

Step 2. Create the Revisions table:

Step 3. Use RevisionableTrait on your model, and an method that returns an attribute on the model that the admin can use to distiguish between entries (ex: name, title, etc). If you are using another bootable trait be sure to override the boot method in your model.

Step 4. In your CrudController, use the operation trait:

For complex usage, head on over to VentureCraft/revisionable to see the full documentation and extra configuration options.

Customizing views

If you need to change the operation views in any way, you can do so by creating a blade file with the same name in your resources/views/vendor/backpack/revise-operation directory. Blade files there take priority over files in the package.

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.


All versions of revise-operation with dependencies

PHP Build Version
Package Version
Requires backpack/crud Version ^6.0
venturecraft/revisionable Version 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 backpack/revise-operation contains the following files

Loading the files please wait ....