У нас вы можете посмотреть бесплатно Routes, Routers and Routing in PHP или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how routers work in PHP. Please consider supporting my channel: ☕ https://ko-fi.com/davehollingworth ‣ EXCLUSIVE hosting with Bluehost at $1.99/month: https://bluehost.sjv.io/c/5821198/137... In this project-based tutorial, code along with the instructor to learn how routers work by first creating your own, then integrating a third-party router into your project. Routers are core components of popular frameworks like Laravel or Symfony. Topics covered: • Routing concepts • URL rewriting • Regular-expression based routing • Third-party router integration Source code: ‣ https://gist.github.com/daveh/6deb58a... Related videos: ‣ Composer: • Use Composer to Easily Manage PHP Packages ‣ The difference between "require" and "use": • The difference between use and require in PHP ‣ Learn Symfony in 1 hour: • Learn Symfony in 1 Hour ‣ Learn Laravel in 1 hour: • Laravel for Beginners - Learn Laravel 11... Links shown in the video: ‣ https://packagist.org/packages/phrout... ‣ https://laravel.com/docs/11.x/routing ‣ https://symfony.com/doc/current/routi... 00:00 Introduction 00:42 File-based routing 01:28 Rewrite all URLs 03:25 Act on incoming URL 04:31 Simple routing with switch 05:10 Create a router 07:00 Use the router 07:48 Route variables 12:23 Third-party routers 14:54 HTTP method based routing 16:09 Custom route variables 16:52 Laravel and Symfony 17:16 Summary #PHP #router #routing #laravel #symfony