Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Extended Laravel Laravel Package

open-southeners/extended-laravel

Adds handy Laravel extensions and helper utilities to streamline common tasks and reduce boilerplate. Designed as a lightweight add-on for projects needing extra convenience features beyond the core framework, with simple installation and integration.

View on GitHub
Deep Wiki
Context7

description: >- Added commands on top of the replacements did on top of the functionality of the Laravel ones.

Commands

Make commands

All make commands from the framework are replaced to use the OpensGeneratedFiles trait which contains a method called openGeneratedAfter to open the generated file with an IDE configured.

{% hint style="info" %} Compatible IDEs are the following:

sublime, textmate, emacs, macvim, phpstorm, idea, vscode, vscode-insiders, vscode-remote, vscode-insiders-remote, atom, nova, netbeans, zed {% endhint %}

Make builder

Make custom query builder class (Eloquent) for a specified model name.

php artisan make:builder User

Horizon flush

Flush horizon database (normally Redis) with records of past jobs.

php artisan horizon:flush

Queue batches

List all queued jobs sent as batches.

php artisan queue:batches

Clear atomic locks

{% hint style="warning" %} Use carefully on production environments, anyway it should ask to confirmation when running on production. {% endhint %}

Clear all cache locks, atomic locks from Laravel.

php artisan cache:clearLocks

Check vendor dependencies

Check and list all the config and publishable group that is outdated on your app.

php artisan vendor:check

Get dependencies licenses list

Gets licenses list from backend and frontend dependencies (using NPM).

php artisan vendor:licenses

You can get Markdown or JSON formatted list by using the option --format

php artisan vendor:licenses --format=markdown

php artisan vendor:licenses --format=json
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor