ndeblauw/blue-admin

Admin panel (TALL stack ready)

dev-master 2023-12-12 11:16 UTC

This package is auto-updated.

Last update: 2024-05-12 12:11:58 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

Documentation will follow once the pacakge becomes stable...

Installation

You can install the package via composer:

composer require ndeblauw/blue-admin

Usage

When using the Tinymceimage component, don't forget to add blueadmin/tinymce/upload to the $except list in the \App\Http\Middleware\VerifyCsrfToken.php middleware to make sure the image uploads will happen.

protected $except = [
  'blueadmin/tinymce/upload', // add this line
];

Testing

composer test

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 nico@bluepundit.eu instead of using the issue tracker.

Credits

License

The GNU GPLv3. Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.