Hi!<p>I am contributing to a Laravel project written in PHP7.4.<p>I am looking for an up-to-date book to conceptually learn PHP for advanced programmers.
It seems PHP has changed a lot in the recent years, so I would like to find a book which is relevant for current best practices in PHP.<p>What I am not looking for:<p>- a book aimed at beginners in programming (e.g. I don't need to learn what a for-loop is).<p>- a book only about MySQL and web development with PHP.<p>Thanks!
Not a book per se, but (since you mention Laravel) the Laravel framework documentation is excellent for high-level best practices for PHP web development.<p><a href="https://laravel.com/docs/7.x/" rel="nofollow">https://laravel.com/docs/7.x/</a><p>I reference this site when I'm unsure which approach to follow with PHP.<p><a href="https://phptherightway.com/" rel="nofollow">https://phptherightway.com/</a><p>If interoperability is important, the recommended standards make good reading.<p><a href="https://www.php-fig.org/" rel="nofollow">https://www.php-fig.org/</a>