Download the PHP package devhereco/livewire-delete-confirmation without Composer

On this page you can find all versions of the php package devhereco/livewire-delete-confirmation. 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 livewire-delete-confirmation

Livewire Confirm Delete

Livewire Confirm Delete is a Laravel package that simplifies the process of confirming and deleting Eloquent model records with ease. It seamlessly integrates with the Livewire framework and provides a convenient way to handle model deletion while displaying confirmation dialogs and success/error messages.

Installation

To get started with Livewire Confirm Delete, you can install it via Composer:

Package Dependencies

Please make sure to include the following package dependencies in your Laravel project as they are required for Livewire Confirm Delete to work:

  1. jantinnerezo/livewire-alert ^3
  2. livewire/livewire ^3

Usage

  1. Create a Livewire Component: that extends ConfirmDeleteComponent. You can define the Eloquent model you want to work with and customize your component as needed. For example:

  2. Configure Your Blade View: In your Blade view for the Livewire component, you can display your model records and add a button or trigger that calls the destroy method from ConfirmDeleteComponent. Here's an example of how you can do this:

In this example, we loop through a collection of products and display them. For each product, a "Delete" button is added with a Livewire click event to trigger the destroy method with the product's ID as a parameter. When the button is clicked, the confirmation dialog will appear.

  1. Confirmation Dialog: When you call the destroy method, a confirmation dialog will appear, prompting the user to confirm the deletion.
  2. Success/Error Messages: After the deletion process is completed, Livewire Confirm Delete provides success and error messages, giving feedback to the user.

License

This package is open-sourced software licensed under the MIT License.

Credits

Livewire Confirm Delete is developed and maintained by Mohammed B. Copyright ©2023 Development Here.


All versions of livewire-delete-confirmation with dependencies

PHP Build Version
Package Version
Requires jantinnerezo/livewire-alert Version ^2.0|^3.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 devhereco/livewire-delete-confirmation contains the following files

Loading the files please wait ....