Libraries tagged by sama
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
invue/invue
63 Downloads
The full Invue framework in one install — requires every invue/* package (core, actions, forms, tables, infolists, notifications, panels). Same role as filament/filament: most apps building a real panel/resource CRUD want everything, not one piece at a time.
internetztube/craft-slug-equals-title
9606 Downloads
This plugin makes sure that the slug is always the same as the title.
igne-agency/laravel-boot-up
174 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.
happy-types/money-type
26838 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
greatsami/entrust
3817 Downloads
This package provides a flexible way to add Role-based Permissions to Laravel Customized by Sami Mansour
goldnead/statamic-funnels
156 Downloads
Funnels for Statamic: a path a visitor walks, drawn on the same canvas as the automations editor. Pages, forms, offers and payments in one flow.
gamitg/yii2-detailview4cols
8304 Downloads
This extension is a variation of the DetailView widget of Yii2. It has simply the same code with a few modification to it.
dmstr/jedison-extender-bundle
129 Downloads
Serves Jedison form editors from the API, so every front end talking to it renders the same widgets from one source
diontech/laravel-extended-scheduler
1930 Downloads
This package allows you to configure the scheduled tasks of the app via (database) model. It was developed to avoid handling theseconfigurations via a config file only, cause then we cannot share the same repo to n server instances when running different tasks is needed at each server.
digicomp/flowsessionlock
3954 Downloads
Session locking for Neos Flow - it secures the session becoming corrupted by concurrent access to the same session by different requests
deoliveiralucas/copy-object-attributes-values
26468 Downloads
Simple helper to copy attributes values with the same name from one object to an other.
bugloos/query-sorting-bundle
5291 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.
brezel/multi-tenant
2832 Downloads
Run multiple websites using the same laravel installation while keeping tenant specific data separated for fully independant multi-domain setups.
bllim/laravel-to-jquery-validation
3077 Downloads
This package makes validation rules defined in laravel work client-side by converting to jquery validation rules. It uses Jquery Validation Plugin. It also allows to use laravel validation messages so you can show same messages for both sides.