Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 2.25 KB

packages.md

File metadata and controls

32 lines (16 loc) · 2.25 KB

Packages

Shift Blueprint Blueprint is an open-source tool for rapidly generating multiple Laravel components from a single, human-readable definition.

Medialibrary This package can associate all sorts of files with Eloquent models. It provides a simple API to work with.

Permissions This package allows you to manage user permissions and roles in a database.

Package skeleton A package skeleton Spatie uses for there packages.

Nova package skeleton This repo contains a skeleton to easily create Nova Tool packages.

Translatable This package contains a trait to make Eloquent models translatable. Translations are stored as json. There is no extra table needed to hold them.

Nova tags field This package contains a Nova field to add tags to resources.

Nova translatable This package contains a Translatable class you can use to make any Nova field type translatable.

Laravel Excel Supercharged Excel exports and imports in Laravel.

Scribe Generate API documentation for humans from your Laravel codebase.

Laravel ER diagram This package lets you generate entity relation diagrams by inspecting the relationships defined in your model files.

Nova Settings This Laravel Nova package allows you to create custom settings in code (using Nova's native fields) and creates a UI for the users where the settings can be edited.

Nova Logs This Laravel Nova package shows the generated log files.

Laravel Packer Laravel Packer is a command line tool for speeding up your package creation.

Laravel Nova Tiptap Editor Field A WYSIWYG editor that's probably better then Trix.