https://github.com/webplusmultimedia/little-admin-architect
A little admin with TALL Sack - Laravel, Livewire, ApineJs, TailwindCss
https://github.com/webplusmultimedia/little-admin-architect
Last synced: 10 months ago
JSON representation
A little admin with TALL Sack - Laravel, Livewire, ApineJs, TailwindCss
- Host: GitHub
- URL: https://github.com/webplusmultimedia/little-admin-architect
- Owner: webplusmultimedia
- License: mit
- Created: 2023-05-02T19:57:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T12:19:59.000Z (about 2 years ago)
- Last Synced: 2024-03-25T14:14:20.746Z (about 2 years ago)
- Language: PHP
- Size: 2.41 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/webplusmultimedia/little-admin-architect)
[](https://github.com/webplusmultimedia/little-admin-architect/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/webplusmultimedia/little-admin-architect/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/webplusmultimedia/little-admin-architect)
[](https://postimg.cc/Y4xQySZf)
# 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:
```bash
composer require webplusmultimedia/little-admin-architect
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="little-admin-architect-config"
```
This is the contents of the published config file:
```php
return [
];
```
Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="little-admin-architect-views"
```
## Usage
### Make de resource :
```bash
php artisan make:la-resource resourceName -GgroupeName
```
See the documentation (...)
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [daniel RMC](https://github.com/webplusmultimedia)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.