Libraries tagged by local develop
friendsoftypo3/headless-dev-tools
23151 Downloads
Headless dev tools - helpful code for local development
cpriego/valet-ubuntu
3511 Downloads
A more enjoyable local development experience for Linux.
mnapoli/dotlock
131 Downloads
Secure secrets for local Laravel development
marshmallow/laravel-database-sync
2120 Downloads
Sync your production database in to your local database to start developing with production data
ingenerator/mailhook
46919 Downloads
Collects email from a local postfix server so you can inspect, assert and otherwise mess around with emails sent during development.
freebuu/socialite-local
960 Downloads
Socialite provider for local development
unb-libraries/drupal-development-libraries
42985 Downloads
Libraries to append to Drupal builds for local development and testing.
developernauts/nativephp-mobile-locales
1075 Downloads
A NativePHP plugin for managing supported locales and syncing language preferences between mobile apps and Laravel.
n5s/wp-symfony-local-server
862 Downloads
Fixes WordPress compatibility issues when running on Symfony Local Server with local domain names
samjuk/m2-module-media-proxy
1395 Downloads
Proxy missing images from an upstream environment
samjuk/m2-module-auto-login-admin
1307 Downloads
Automatically logins into the Admin panel, to a preset user
pinoox/devdb
464 Downloads
Development-only JSON/SQLite database driver for Pinoox apps
luminsports/localpackages
10029 Downloads
Automatically symlink composer packages post-install/update for easier local development
laravel-solo/live-reload
21 Downloads
A PHP-only live reload tool for Laravel local development.
igne-agency/laravel-boot-up
166 Downloads
Boot a Laravel project on any machine with one command: php artisan app:up installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets and serves via Herd, Sail or artisan serve, then runs Laravel's own dev terminal and cleanly stops everything it started when you quit it; app:down does the same on demand. Also exports deployment scripts for Laravel Forge and fortrabbit (generate:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (generate:pipeline). Development only - not for production use.