notes.shanto.devLaravel BasicsHow to kick start a Laravel project? First we need to go Laravel official website and open getting started page. If you’re creating this application for the first time you need to install PHP, Composer and Laravel installer. In addition, you should i...Sep 4, 2025·5 min read
notes.shanto.devLearn PHP BasicsWhat is scope resolution operator in PHP? The Scope Resolution Operator in PHP, also known as the "double colon" or ::, is a token that allows access to static, constant, and overridden properties or methods of a class. It provides a way to refer to ...Sep 4, 2025·5 min read
notes.shanto.devThe Grammar of PHP: Understanding the Language StructurePHP (Hypertext Preprocessor) is one of the most widely used server-side scripting languages for web development. Like all programming languages, PHP has a defined grammar and syntax that dictate how code should be structured. In this blog, we will ex...Mar 18, 2025·3 min read
notes.shanto.devPHP 8: Features, Usages, and Key ElementsPHP (Hypertext Preprocessor) has been a dominant server-side scripting language for web development since its inception. With the release of PHP 8, developers gained access to powerful new features, optimizations, and improvements that enhance both p...Mar 17, 2025·3 min read
notes.shanto.devClient-Side vs. Server-Side Scripting/Programming & ApacheIntroduction In web development, scripting and programming occur on both the client-side and server-side, each playing a crucial role in delivering dynamic and interactive web experiences. Apache, one of the most widely used web servers, is essential...Mar 16, 2025·4 min read