Libraries tagged by laravel executor
erlangparasu/laravel-sf-stopwatch
162 Downloads
A package to log execution time
deesynertz/laravel-clean
13 Downloads
The Laravel Convenience Clear Command is a handy package designed to streamline your Laravel application maintenance tasks with just a single command. With this package, you can execute multiple Artisan commands at once, simplifying the process of clearing various caches and configurations
chack1172/laravel-single-save
5 Downloads
Optimize model saving with single save execution
cdz/laravel-pagiscrap
3 Downloads
PagiScrap will efficiently extract paginated data from any API while optimizing performance with Laravel Queues. Each page is processed asynchronously, ensuring a smooth, non-blocking execution.
aybarsm/laravel-os-echo
0 Downloads
A Laravel & Laravel Zero service provider package for fetching and executing OS commands from the OS-Master server.
menthol/scripts-dev
210 Downloads
Laravel Scripts-Dev, execute dev scripts on development environment.
riftweb/superseeder
14 Downloads
Supercharge your Laravel database seeding with execution tracking and rollbacks! This package adds migration-like behavior to seeders, preventing duplicate runs while enabling batch management and safe rollback of seeded data. Perfect for production environments and complex seeding workflows.
wizcodepl/scheduled-tasks-health-check
15 Downloads
Scheduled Tasks Health Check is a package for Laravel Health that monitors the execution of scheduled tasks (cron jobs). It helps ensure that your scheduled commands are running as expected and alerts you if any tasks fail or are delayed.
bakkahit/sql-migration
34 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
wr2net/lm-create
34 Downloads
To create the suggested structures, the execution options are shown below. To create a "Project", it will be created within the default "app" directory with the name of your project where all the modules will be located.To create the modules or the complete skeleton of the module, you must also inform your project, as shown in each command.
waynebrummer/schedule-list
133 Downloads
List when scheduled commands are executed.
shuhrat26/artisan-form
24 Downloads
Executes commands from the artisan list except for the commands vendor publishes
rnr1721/depthnet
1 Downloads
Laravel-based autonomous AI agent platform with cyclic thinking, persistent memory and real-time code execution
marchie/lad-utils
105 Downloads
Command line utilities for executing Composer post install commands when deploying Laravel applications in Azure
laraxot/module_job_fila3
0 Downloads
job module enables efficient background task execution. It lets you offload resource-heavy processes, like sending emails or data processing, improving app performance. Through simple job definition and dispatching, you can enhance user experience while tasks run seamlessly in the background.