Libraries tagged by Laravel CreatedBy
toxageek/laravel-html-dom
139 Downloads
A fast, simple and reliable HTML document parser for Laravel. Created based on PHP Simple HTML DOM Parser
omatech/laravel-done-jobs
1226 Downloads
Quick way to save jobs that have been created without any problem. The antithesis of failed jobs.
local-dynamics/laravel-revisionable
3257 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
fico7489/laravel-updated-related
472 Downloads
Update Elasticsearch data or clear cache when the model or any related model is updated, created or deleted.
reshadman/laravel-committed
23 Downloads
Adds **committed** event to Eloquent default event callbacks (created, creating, saved, saving...).
bytestgear/laravel-accountable
966 Downloads
Tracks the user responsible for creating, modifying, or deleting an Eloquent model
alasit/gardener
223 Downloads
Smart seeders for Laravel. created and developed by gizburdt
coreproc/nova-auditing-user-fields
111509 Downloads
A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.
marshmallow/nova-tool-settings
1988 Downloads
A Laravel Nova Tool to let users manage global settings created from code.
apilaravue/apilaravue
35 Downloads
This is a framwork for large web projects. ApiLaravue uses Laravel 5.4 as backend integrated with laravel passport and laravel cors, Vuejs as frontend and the two communicate via API calls. It also include redis already installed and configured in the backend and frontend, a node server already created and configure for realtime communication and some vue packages are also install in the frontend such as vue-router, vue-resource, vue-socket.io, and sweetalert.
jobmetric/global-variable
309 Downloads
It is a package for using organized variables throughout Laravel, which can use the created variables everywhere in Laravel.
kettasoft/booter
9 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.
neftaio/laravel-dotenv-editor
199 Downloads
A fork package for editing the .env file in your Laravel root, created initially by Fabian Hagen .
vanderb/laravel-sluggable-redirect
35 Downloads
Creates sluggable-history if slug created from laravel-sluggable-package by Spatie and redirects to current slug.
stannlee/laravel-prerender
1843 Downloads
Prerender middleware for spas created with laravel