Download the PHP package xslainadmin/livewire-crud without Composer

On this page you can find all versions of the php package xslainadmin/livewire-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 livewire-crud

Livewire CRUD Generator - Enterprise Edition

Latest Version on Packagist Total Downloads License PHP Version

A comprehensive Laravel Livewire CRUD generator package with enterprise-level features including interactive charts, calendar management, advanced export/import capabilities, notification systems, and modern Bootstrap 5 UI. Perfect for rapid application development with production-ready components.

๐Ÿš€ Features

Core CRUD Operations

๐Ÿ“Š Analytics & Visualization

๐Ÿ“… Calendar Management

๐Ÿ“„ Export & Import System

๐Ÿ”” Notification System

๐ŸŽจ Modern UI/UX

๐Ÿ”ง Advanced Features

๐Ÿ“‹ Requirements

๐Ÿ›  Installation

Step 1: Install via Composer

Step 2: Install Package Dependencies

This command will:

Step 3: Configure Environment

Add to your .env file:

Step 4: Run Migrations (Optional)

If you want to use the built-in notification system:

๐ŸŽฏ Usage

Basic CRUD Generation

Generate a complete CRUD interface for any model:

Example:

Available Themes

Generated Components

Each CRUD generation creates:

๐Ÿ“ Livewire Components

๐ŸŽจ Views

๐Ÿ—ƒ Models & Factories

๐Ÿ“ง Notifications

Advanced Usage Examples

1. Chart Integration

2. Calendar Events

3. Custom Export Templates

4. Real-time Notifications

๐ŸŽ› Configuration

Publishing Configuration Files

Main Configuration (config/livewire-crud.php)

๐ŸŽจ Customization

Custom Themes

Create your own theme by extending the base theme:

Custom Templates

Override default templates:

Custom Styling

The package uses CSS custom properties for easy theming:

๐Ÿงช Testing

Run the test suite:

Generate test coverage:

๐Ÿ“š API Reference

Livewire Methods

Method Description Parameters
loadData() Load paginated data $page, $perPage
search($query) Search records $query string
sort($field) Sort by field $field, $direction
export($format) Export data $format (pdf|excel|csv)
bulkDelete($ids) Delete multiple records $ids array

JavaScript API

๐Ÿ”ง Troubleshooting

Common Issues

  1. Assets not loading: Run php artisan crud:install and ensure Node.js dependencies are installed
  2. Charts not rendering: Verify ApexCharts is loaded and check browser console for errors
  3. Export failing: Ensure proper file permissions and storage configuration
  4. Calendar not showing: Check FullCalendar dependencies and configuration

Debug Mode

Enable debug mode in configuration:

๐Ÿค Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

Development Setup

  1. Fork the repository
  2. Clone your fork
  3. Install dependencies: composer install && npm install
  4. Run tests: composer test
  5. Create feature branch
  6. Submit pull request

๐Ÿ”’ Security

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

๐Ÿ“„ License

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

๐Ÿ™ Credits

๐ŸŒŸ Support

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

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

Credits

License

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


All versions of livewire-crud with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2|^8.3|^8.4
laravel/framework Version ^10.0|^11.0|^12.0
livewire/livewire Version ^3.0|^4.0
laravel/ui Version ^4.0|^5.0
php-flasher/flasher-laravel Version ^2.1
intervention/image Version ^3.0|^4.0
maatwebsite/excel Version ^3.1
barryvdh/laravel-dompdf Version ^2.0|^3.1
spatie/laravel-activitylog Version ^4.7|^5.0
spatie/laravel-data Version ^4.0|^5.0
spatie/laravel-permission Version ^6.0|^7.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 xslainadmin/livewire-crud contains the following files

Loading the files please wait ...