PHP 8 is here! PHP 8 is a new major improved version, which means that it will introduce performance improvements and lots of new features such as the JIT compiler, union types, attributes, and more. New features Let’s start with
Media Library can associate files with Eloquent models. You can, for instance, associate images with a blog post model. In your Blade view, you can retrieve URLs to the associated images. It can handle multiple collections, work with multiple filesytems,
Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features. Before we jump into the new features,
Before we move directly to talk about 7.4 release, let’s go through each of the earlier minor releases of Laravel 7. Laravel 7.1 – Patch to Fix Potential XSS Attacks We will briefly look at the new features in the
On release of Laravel 7, in our previous post we covered some of the fantastic features such as Laravel Airlock, Custom Eloquent Casts and few more. This post covers the rest of them. Multiple Mail Drivers Laravel 7 allows the
Laravel 7 continues the improvements made in Laravel 6.x by introducing Laravel Airlock, routing speed improvements, custom Eloquent casts, Blade component tags, fluent string operations, a developer focused HTTP client, first-party CORS support, improved scoping for route model binding, stub
If you want to run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups then it is pretty easily possible with this multi-tenant Laravel package. With this package, you can serve
Laravel Snooze is a package, which simplifies automating future notifications and reminders in Laravel. The package’s readme has some typical use-cases for this package: Reminder system (1 week before appt, 1 day before, 1 hour before, etc) Follow-up surveys (2
When creating jobs, listeners, or subscribers to push into the queue, you may start thinking that, once dispatched, you’re all on your own with what the queue worker decides to do with your logic. Well, it’s not that you
Laravel 6 release includes compatibility with Laravel Vapor, improved authorization responses, job middleware, lazy collections, sub-query improvements, semantic versioning, among many other improvements. Here are some of the new features included in Laravel 6: Semantic Versioning The Laravel framework (laravel/framework)
What’s new in PHP 8
PHP 8 is here! PHP 8 is a new major improved version, which means that it will introduce performance improvements and lots of new features such as the JIT compiler, union types, attributes, and more. New features Let’s start with
Tags:
Laravel component Media Library
Media Library can associate files with Eloquent models. You can, for instance, associate images with a blog post model. In your Blade view, you can retrieve URLs to the associated images. It can handle multiple collections, work with multiple filesytems,
Tags:
Laravel 8 is just released!
Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features. Before we jump into the new features,
Tags:
Laravel 7.4 – The latest minor release of Laravel 7
Before we move directly to talk about 7.4 release, let’s go through each of the earlier minor releases of Laravel 7. Laravel 7.1 – Patch to Fix Potential XSS Attacks We will briefly look at the new features in the
Tags:
What’s new in Laravel 7
On release of Laravel 7, in our previous post we covered some of the fantastic features such as Laravel Airlock, Custom Eloquent Casts and few more. This post covers the rest of them. Multiple Mail Drivers Laravel 7 allows the
Tags:
Laravel 7 is just released!
Laravel 7 continues the improvements made in Laravel 6.x by introducing Laravel Airlock, routing speed improvements, custom Eloquent casts, Blade component tags, fluent string operations, a developer focused HTTP client, first-party CORS support, improved scoping for route model binding, stub
Tags:
How to develop multi tenant application using Laravel
If you want to run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups then it is pretty easily possible with this multi-tenant Laravel package. With this package, you can serve
Tags:
Automate Future Notifications and Reminders with Laravel Snooze
Laravel Snooze is a package, which simplifies automating future notifications and reminders in Laravel. The package’s readme has some typical use-cases for this package: Reminder system (1 week before appt, 1 day before, 1 hour before, etc) Follow-up surveys (2
Tags:
Laravel: Fail, Retry, or Delay a queued job from itself
When creating jobs, listeners, or subscribers to push into the queue, you may start thinking that, once dispatched, you’re all on your own with what the queue worker decides to do with your logic. Well, it’s not that you
Tags:
Amazing Features and Updates of Laravel 6
Laravel 6 release includes compatibility with Laravel Vapor, improved authorization responses, job middleware, lazy collections, sub-query improvements, semantic versioning, among many other improvements. Here are some of the new features included in Laravel 6: Semantic Versioning The Laravel framework (laravel/framework)
Tags: