larsklopstra / nebula
Nebula, an open-source and easy to use admin panel for Laravel.
Fund package maintenance!
larsklopstra
Installs: 778
Dependents: 0
Suggesters: 0
Security: 0
Stars: 225
Watchers: 7
Forks: 36
Open Issues: 15
Requires
- php: ^7.4
- blade-ui-kit/blade-heroicons: ^0.2.2
- illuminate/console: ^8.0
- illuminate/database: ^8.0
- illuminate/http: ^8.0
- illuminate/support: ^8.0
- illuminate/view: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2021-11-30 23:45:36 UTC
README
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Nebula makes you write less code and lets you focus more on the product by lessening the code required to build CRUD interfaces and metrics. Nebula offers a rich CLI and a set of metrics and form fields that does the heavy lifting for you.
This is the pre 1.0.0 version, the API might be subject to change. Please be careful with using this version in production apps.
Join our Discord if you have any questions or would like to be an active member in the Nebula community.
Installation
You can install the package via composer:
composer require larsklopstra/nebula
Usage
Please read the documentation at nebulapackage.com.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email larsklopstra@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.