nebula icon indicating copy to clipboard operation
nebula copied to clipboard

Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.

Results 14 nebula issues
Sort by recently updated
recently updated
newest added

It should be possible to apply bulk actions such as (by default) deleting multiple records and being able to add your own.

feature

You have done a very good job. There are errors in the documentation, for example, there is no class named InputField, it must be `Input::make()`. Also `php artisan make:filter WhereNameStartsWithAFilter`...

Messages translated into Brazilian Portuguese

[InvalidArgumentException] Package larsklopstra/nebula has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version Suggestion: "require": { "php": "^7.4|^8.0", ... }

How to append custom attributes to field? For example on User model, I have field first_name and last_name. And i make custom attribute called full_name ```php // App/Model/User.php public function...

Previously the Laravel configuration couldn't be cached since `new MyResource()` is not serializable.

This fixed issue #46 where people can view /nebula without being logged in using the NebulaEmailAuthStrategy middleware.

I'm able to access the dashboard at /nebula with the NebulaEmailAuthStrategy enabled, while not being logged in at all (also tried this on incognito). Surely this shouldn't be the case.

bug