Laravel Community Tools by Tighten

Category "Performance" tricks

29 tricks
Laravel State Management is a powerful, Redux-inspired solution for managing complex application state across services, requests, and caching layers. This package allows you to define shared state, easily persist and rehydrate data, and implement custom methods for state manipulation. With features like attribute casting, default state handling, and global store access, it provides a robust system for managing state across your Laravel app.
mustafakha... 1 year ago 11404
Laravel OTP is a comprehensive package that simplifies the generation and verification of Time-based One-Time Passwords (TOTP) and HMAC-based One-Time Passwords (HOTP). Whether you're building two-factor authentication or securing API access, Laravel OTP offers an easy-to-use, Google Authenticator-compatible solution. With support for TOTP and HOTP, and built-in methods for secret generation and verification, this package is perfect for adding an additional layer of security to your Laravel applications.
mustafakha... 1 year ago 9634
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 23355
Laravel package making you able to perform several process instead of executing them through one process Installation
karam-must... 4 years ago 34530
You can use for forelse loop in your application.
techmahedy 5 years ago 18204
DB Seeder tool: https://github.com/haruncpi/db-seeder
haruncpi 5 years ago 13430
Generate data in key/value structure / For ex: for admin panel dashboard
saeedvir 6 years ago 7130
for software different features and set Feature On/Off
saeedvir 6 years ago 10196
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 5278