Benjamin Peto

@benjipeto

Joined on Jun 9, 2022

  • Historical Perspective What is the history and evolution of PHP and Laravel? PHP (Hypertext Preprocessor) was created by Rasmus Lerdorf in 1994 as a server-side scripting language primarily designed for web development. It initially stood for "Personal Home Page" but later changed to "PHP: Hypertext Preprocessor." PHP evolved over the years, and with the release of PHP 3 in 1998, it gained significant popularity as a robust and versatile scripting language. Laravel, on the other hand, is a PHP web framework developed by Taylor Otwell. It was first released in 2011 and quickly gained traction within the PHP community. Laravel follows the Model-View-Controller (MVC) architectural pattern and incorporates modern features, making web development more efficient and enjoyable. How have PHP and Laravel influenced web development? PHP revolutionized web development by providing a simple yet powerful scripting language that enabled dynamic content generation and database connectivity. Its ease of use and wide availability on web servers made it a popular choice for building dynamic websites. Laravel, as a framework built on top of PHP, introduced numerous improvements and streamlined development processes. It offers a rich set of tools, libraries, and conventions that simplify common web development tasks, such as routing, database access, and authentication. Laravel's elegant syntax and comprehensive documentation make it appealing to developers, enhancing their productivity and code quality.
     Like  Bookmark
  • Important bits :::danger Product pages have different components on each tower (VET, FARM) that means you MUST use the proper template when running the script. Below you can find both towers' template to avoid confusion. All the other template can be run on both towers, however you have to make sure of the correct API keys in package.json and image's codenames in Scripts/data/template-name.ts.template folder - comment out the proper one, because codenames vary by towers. ::: Page Templates Product Pages Structure - FARM
     Like  Bookmark
  • Understanding TypeScript Table of Contents Getting started What is TypeScript? superset of JavaScript a language built up on JavaScript adds new features and advantages to JS browser can't execute it!
     Like 1 Bookmark