Download the PHP package patelshubhampatel/admin-toolkit without Composer
On this page you can find all versions of the php package patelshubhampatel/admin-toolkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download patelshubhampatel/admin-toolkit
More information about patelshubhampatel/admin-toolkit
Files in patelshubhampatel/admin-toolkit
Download patelshubhampatel/admin-toolkit
More information about patelshubhampatel/admin-toolkit
Files in patelshubhampatel/admin-toolkit
Vendor patelshubhampatel
Package admin-toolkit
Short Description Production-ready Laravel 12 admin toolkit: CRUD generator, CSV, PDF, roles, dynamic forms
License MIT
Package admin-toolkit
Short Description Production-ready Laravel 12 admin toolkit: CRUD generator, CSV, PDF, roles, dynamic forms
License MIT
Please rate this library. Is it a good library?
Informations about the package admin-toolkit
Shubham/AdminToolkit
Production-ready Laravel 12 admin toolkit.
Install
Publish assets:
Install Spatie permission tables:
CRUD Generator
Generates:
app/Models/Product.phpdatabase/migrations/*_create_products_table.phpapp/Repositories/ProductRepository.phpapp/Services/ProductService.phpapp/Http/Requests/ProductRequest.phpapp/Http/Controllers/Admin/ProductController.phpresources/views/product/{index,form,show}.blade.php- Appends routes to
routes/web.php
Dynamic Form Builder
JSON Schema
In Controller
In Blade
Use HasDynamicForm trait on any model
CSV Import/Export
PDF Export
Role Management
Middleware usage (in routes)
Helpers
Facades
API Endpoints (Sanctum auth required)
| Method | URL | Description |
|---|---|---|
| POST | /api/toolkit/forms/render |
Render HTML from schema |
| POST | /api/toolkit/forms/submit |
Validate + save |
| GET | /api/toolkit/forms/submission/{id} |
Load submission |
Config
config/toolkit.php:
All versions of admin-toolkit with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
laravel/framework Version ^12.0
spatie/laravel-permission Version ^6.0
maatwebsite/excel Version ^3.1
barryvdh/laravel-dompdf Version ^3.0
laravel/framework Version ^12.0
spatie/laravel-permission Version ^6.0
maatwebsite/excel Version ^3.1
barryvdh/laravel-dompdf Version ^3.0
The package patelshubhampatel/admin-toolkit contains the following files
Loading the files please wait ...