Download the PHP package gingerminds/laravel-core without Composer
On this page you can find all versions of the php package gingerminds/laravel-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gingerminds/laravel-core
More information about gingerminds/laravel-core
Files in gingerminds/laravel-core
Download gingerminds/laravel-core
More information about gingerminds/laravel-core
Files in gingerminds/laravel-core
Vendor gingerminds
Package laravel-core
Short Description Core CRUD and API functionalities for Laravel projects
License MIT
Package laravel-core
Short Description Core CRUD and API functionalities for Laravel projects
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-core
Gingerminds Laravel Core
Core package for Gingerminds admin panels: CRUD scaffolding, an API layer built on API Platform 4, authentication, and resource caching.
- CRUD generators (models, repositories, controllers, Blade views, routes)
- API Platform 4 integration (providers, state processors)
- Session-based admin authentication
- Resource caching
Installation
Publish the config file to customize the admin route prefix or override a resource binding (see Configuration):
Documentation
Getting started
- Resource Model — the model/repository/request structure a resource must follow.
- Configuration — the
admin_prefixsetting and how to override a built-in resource without touching the package. - Commands — reference for every
make:*generator.
Admin panel
- Authentication — login flow, "remember me", and how admin routes get protected.
- User — the User/Contributor split, roles and permissions.
- Layouts — which Blade layout to extend for a list, a form, or a tree view.
- Forms — form field components (
<x-form.inputs.*>). - Filters — list filters (date, number, boolean, select, select-model).
- Sorting — column sorting and drag & drop reordering.
API
- API — wiring a model to API Platform (providers, state processors).
All versions of laravel-core with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
laravel/framework Version ^12.0
api-platform/laravel Version ^4.3
laravel/sanctum Version ^4.2
laravel/tinker Version ^2.9
livewire/livewire Version ^3.5
spatie/laravel-model-states Version ^2.14
spatie/laravel-permission Version ^6.23
laravel/framework Version ^12.0
api-platform/laravel Version ^4.3
laravel/sanctum Version ^4.2
laravel/tinker Version ^2.9
livewire/livewire Version ^3.5
spatie/laravel-model-states Version ^2.14
spatie/laravel-permission Version ^6.23
The package gingerminds/laravel-core contains the following files
Loading the files please wait ...