6 min read
Laravel 10: release date and upcoming features
Laravel - PHP
13.02.2023Releasedate of Laravel 10 Taylor Otwell, tweeted Laravel 10 will be released at 14. February 2023 🥳 How to install Laravel 10 before release? You already can checkout Laravel 10 from the maste...
1 min read
Laravel: Remove trailing slash from url via middleware
Laravel - Quick Tips
27.01.2023In Laravel, every existing route URL can be utilized both with and without a trailing slash, and you'll receive a `HTTP 200` response in either case. However, for search engine optimization purposes,...