webplusmultimedia / little-admin-architect
A little admin with TALL Sack - Laravel, Livewire, ApineJs, TailwindCss
v0.4.0
2023-11-01 19:56 UTC
Requires
- php: ^8.1
- bkwld/croppa: ^6.0
- blade-ui-kit/blade-heroicons: ^2.1
- blade-ui-kit/blade-icons: ^1.5
- danharrin/livewire-rate-limiting: ^1.1
- illuminate/contracts: ^10.0
- livewire/livewire: ^2.12
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- pestphp/pest-plugin-livewire: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
This package is auto-updated.
Last update: 2024-11-08 04:53:13 UTC
README
A little admin with TALL Sack - Laravel, Livewire, ApineJs, TailwindCss
This package is under development. do not use it in production for now.
Made everything you want
If you are familiar with laravel nova or filament, it's work the same way.
Support us
Soon
Installation
You can install the package via composer:
composer require webplusmultimedia/little-admin-architect
You can publish the config file with:
php artisan vendor:publish --tag="little-admin-architect-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="little-admin-architect-views"
Usage
Make de resource :
php artisan make:la-resource resourceName -GgroupeName
See the documentation (...)
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.