Mehdi Jaimehdijai.hashnode.dev·Jun 30, 2023Vanilla Blog — Part 4 | Autoload & NamespaceOther Parts: Intro Basic Router Controllers Advanced Router In PHP development, managing large projects with numerous classes and files can become challenging. However, two powerful features, autoload and namespaces, come to the rescue. Autolo...Create a Fullstack Blog with plain PHP with advanced features.#namespaces
Mehdi Jaimehdijai.hashnode.dev·Jun 27, 2023Vanilla Blog — Part 1 | Basic RouterOther Parts: Intro By default, PHP routing follows file-based routing, where URLs are structured as /page-1.php. However, the custom router we will develop will enable a cleaner URL structure such as /page-1/subpage. This system will also allow us...1 like·37 readsCreate a Fullstack Blog with plain PHP with advanced features.PHP