Libraries tagged by saeed
chkilel/vitawind-theme
13 Downloads
Octobercms theme with the power of Tailwind CSS and the speed of Vite JS.
cable8mm/order-sheet
277 Downloads
This package is able to generate a kind of seed for order sheets and order invoices so you can use it for testing like that
breeze2/slumen
356 Downloads
speed up lumen with swoole
brandonbest/php-unittest-sqlite
1004 Downloads
Limit the number of migrations/seeders run during unit tests.
bogdanghervan/laravel-dummy-observer
633 Downloads
Mock Eloquent model save and make assertions on saved data
bnomei/kirby-turbo
4 Downloads
Speed up Kirby with caching
blitsoftwares/laravel-states-and-cities
1018 Downloads
País, cidades e estados. Com código IBGE Brasil. Com migrations, models, seeder, routes, config e views. SQL de dumps disponiveis na pasta 'sql'.
bellows-app/cli
207 Downloads
An intelligent command line utility that sits on top of Laravel Forge to get your site up and running with all of your third party integrations configured at the speed of light.
ballen/clip
747 Downloads
A package for speeding up development of PHP console (CLI) applications.
axyr/silverstripe-metamanager
857 Downloads
Generates MetaData on the fly when a Page is saved
artur-gajewski/file-bank
324 Downloads
A Zend Framework 2 module for uploading files to a File Bank along with metadata, keywords and status information and a controller to offer saved files for download.
ap-lib/routing
50 Downloads
High-performance, flexible PHP routing library designed for speed and extensibility. Routing is optimized for static method calls and relies on a pre-built index for maximum efficiency. It provides simple, direct hashmap-based routing while allowing custom strategies and middleware support.
altwaireb/laravel-countries
29 Downloads
Laravel Countries , Countries States Cities DB Migration & Seeder
albaroody/staging
34 Downloads
Allow any Laravel model to be saved as a draft (staged) into a separate system without affecting real database tables.
ahrmerd/laravel-test-generator
153 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package