๐ฑ ๐๐ฎ๐ฟ๐ฎ๐๐ฒ๐น ๐ญ๐ฏ ๐๐ฒ๐ฎ๐๐๐ฟ๐ฒ๐ ๐ฌ๐ผ๐ ๐ก๐ฒ๐ฒ๐ฑ
Laravel 13 is here. It focuses on small, helpful tools. These updates improve your daily work.
Bus::bulk() Send many jobs at once. It is faster than using a loop. Use it for bulk emails or data imports.
Storage Cache Driver Use Amazon S3 for your cache. This helps serverless apps. You manage fewer services.
Task Attributes Add tags to your scheduled tasks. Use withAttributes() for priority or categories. This makes monitoring easy.
Conditional Event Discovery Register listeners only when needed. For example, only in production. This prevents unnecessary jobs.
Foreign Key Check Use Schema::hasForeignKey() in migrations. It checks for keys before creating them. Your migrations run safer.
Upgrade now. Run composer update laravel/framework.
Source: https://dev.to/bhumi_shah_bce47c89355731/5-under-the-radar-laravel13-features-worth-using-today-57b8