What's new in 5.7? What improvements were made? Learn how to build better PHP applications with this new release. In this article, I'll cover the new features in Laravel 5.7 and several other changes and deprecations. 5.7.18 Released Laravel 5.7.18 is available in December 2018 with the latest updates to the Laravel framework v5.7. First, the framework now replaces all placeholders for the starts_with validation rule introduced in Laravel 5.7.15. A new Facade:
The Definitive Guide to your PHP framework Part 1 Introduction Why use frameworks? When should you use PHP frameworks? When shouldn't you use it? Who should use frameworks? Agavi CakePHP Complete list Introduction to PHP Frameworks Agavi CakePHP CodeIgniter Drupal Fat Free FuelPHP Gyroscope Jamroom Kajona Kohana Laravel
Follow the series ... This blog post is the second part of "24 Best PHP Frameworks Step-By-Step" Didn't read it yet? To have a complete understanding of this topic have a look at The first part of this article Introduction to the second part If you have read the first part of this article, by now you should be already confident enough when your colleagues ask you what a framework is and why PHP have so many of them. If you are new to this topic and y
Follow the series ... This blog post is the third part of "24 Best PHP Frameworks Step-By-Step" Didn't read it yet? To have a complete understanding of this topic have a look at Introduction to PHP Frameworks and Guide to PHP Frameworks part 2 Introduction to the third part By now, If you already came across the first two parts of this article, you should master the art of working with PHP framewor
This is the final episode of the series about PHP frameworks, Here you will see Smart, Symfony, TwistPHP, TYPO3 Flow, Yii and Zend Follow the series ... This blog post is the fourth and last part of "24 Best PHP Frameworks Step-By-Step" If you did not read it yet You can check the other blog posts following the links below 24 Best PHP Frameworks Step-By-Step, 24 Best PHP Frameworks Step-By-Step [Part - 2] and 24 Be
Laravel 5.7.16 is available with new translation messages for the 403 and 503 blade templates and enabling the migrator to accept not only migration directory paths but also file paths too. First up, the 403.blade.php file now has a translatable exception message and fallback: @section ( ' message ' , __ ( $exception -> getMessage( ) ? : __( 'Sorry, you are forbidden