Laravel 419 page expired after login [SOLVED]
Updated 1st January 2024
Laravel is the most popular PHP framework, dominating the space since 2014, and the chosen framework by many new PHP developers. Many new developers run into the same errors when first using the framework, the most common being a 419 Page Expired error on a form post. What is Cross-Site Request Forgery (CSRF)? Cross-site request
React JSX Error – Adjacent tags must be wrapped in an enclosing tag
Updated 17th March 2022
React is a popular and powerful library used by developers across the world. Initially released by Facebook in 2013, React has seen widespread adoption for its faster rendering, stable code and its helpful developer tool set such as the React Developer Tools browser extension for Chrome and Firefox. However, there are a number of reasons
How to check Composer version – Install and use Composer for PHP
Updated 11th January 2024
Composer is a dependency manager for PHP. First released in 2012, Composer, and its adoption by popular frameworks such as Laravel has single-handedly driven the rise in PHP adoption in recent years. In this post, I will show you how to install and use Composer. How to install Composer To get started, download Composer from
0 Comment