DEV Community

mark vachi
mark vachi

Posted on • Updated on

Note: Laravel packages

  • Laravel Excel | Supercharged Excel exports and imports in Laravel
  • Laravel-permission | This package allows you to manage user permissions and roles in a database.
  • Laravel-enum | Simple, extensible and powerful enumeration implementation for Laravel.
  • Laravel-medialibrary | This package can associate all sorts of files with Eloquent models. It provides a simple, fluent API to work with. The Pro version of the package offers Blade, Vue and React components to handle uploads to the media library and to administer the content of a medialibrary collection.

Dev tools

  • Laravel IDE Helper Generator | This package generates helper files that enable your IDE to provide accurate autocompletion. Generation is done based on the files in your project, so they are always up-to-date.
  • Laravel artisan gui | Simple but yet powerful library for running some artisan commands.
  • Laravel log viewer | Log Viewer for Laravel 5, 6, 7 & 8 (still compatible with 4.2 too) and Lumen. Install with composer, create a route to LogViewerController. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's Laravel 4 log viewer (works only with laravel 4.1)

Top comments (0)