Laravel Community Tools by Tighten

Category "Configuration" tricks

45 tricks
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 19306
set custom table name for eloquent model
uniqueginu... 4 years ago 7914
Package that provides easily communicate between bigbluebutton server and laravel framework
joisarjign... 5 years ago 14609
Manage all dynamic application settings in one place
haruncpi 6 years ago 6675
Laravel scheduler is a nice feature of the Laravel framework but most of the developer can't setup cronjob for running the laravel schedule on shared hosting. Here I am giving a snippet for running laravel cronjob on shared hosting. For more detail: http://bit.ly/laravel-scheduler
haruncpi 6 years ago 15757
This snippet will help you to make autocomplete from the database. You will get more instruction about it https://bit.ly/2rFmUEW
haruncpi 6 years ago 7876
If your need run TDD on SQLite (this perfect performance if run on memory) and your migrations have most alter tables, probably you have a problems.
sr2ds 7 years ago 8038
First you create a file called Cors.php in app/Http/Middleware, then you register the middleware in the app/Http/Kernel.php file. If you want, you can change the default values adding the keys CORS_ALLOW_METHODS, CORS_ALLOW_ORIGINS, CORS_ALLOW_HEADERS and CORS_MAX_AGE to your .env file. Simple as that! This class is based on spatie/laravel-cors package.
lcdss 8 years ago 5283
Sometimes you want to perform a chunk of code dependent on the environment. This trick makes it easy to check against multiple environments and returns a boolean.
mattstauff... 8 years ago 3537