Laravel Community Tools by Tighten

Recent tricks

458 tricks
If you want to take a SQL file of your MySQL DB, By clicking a button in the Laravel application, then here is the code.
codingwith... 1 year ago 23577
Sometimes, you want to click a column to refine the results of a table further without going through the filter menu on a Filament table.
techenby 1 year ago 19321
laravel globale search
hamdiantar 2 years ago 19894
A free PHP tool for developer
farukaziz 3 years ago 34439
cli
Workflows are more powerful than Laravel's job chaining or batching because they provide a way to implement complex, multi-step processes that can be resumed from a previous state if they fail or crash. https://github.com/laravel-workflow/laravel-workflow
rmcdaniel 3 years ago 37892
Laravel Settings to create your website and model settings in an easy way, you can find all details about the package here: https://github.com/yazan-alnugnugh/laravel-settings
yazan-alnu... 4 years ago 44367
Laravel World is a package providing a list of the countries, states, cities, currencies, and timezones. World integrates data with Eloquent models via the database and provides facades, helpers, and API routes. https://github.com/nnjeim/world
nnjeim 4 years ago 41138
We have already known the usage of accessors and mutators. We use accessors in laravel model to modify any field data while retrieving the records and mutators to modify any field data while inserting to database. So, to modify any field before, we needed two separate methods for a single filed i.e. one method for accessor and one for mutator but in latest laravel release I mean in laravel 8.77.0, we can use a single method for both accessor and mutator using closure . Given below is the syntax for single mehtod accessor and mutator:
asifzcpe 4 years ago 34570
Laravel package making you able to perform several process instead of executing them through one process Installation
karam-must... 4 years ago 34550