webplusmultimedia/little-admin-architect

A little admin with TALL Sack - Laravel, Livewire, ApineJs, TailwindCss


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

S-lection-023.png

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.