Laravel Query Builder Usage With Example Code

Поделиться
HTML-код
  • Опубликовано: 23 июл 2024
  • Laravel Query Builder Usage With Example Code. Adam Culp of Beachcasts shares the basics of how to use Laravel Illuminate Database Query Builder from documentation, and methods available for advanced querying in this Laravel tutorial.
    Please * LIKE, COMMENT, AND SUBSCRIBE * - and share with others!
    Key Topics:
    - How to use the Laravel Illuminate Database Query Builder
    - Detailed SELECT methods available for Laravel Query Builder
    - Detailed WHERE clause methods in Laravel
    - Using DATE and Time functions in Laravel queries
    - Including JSON comparisons in queries
    For a nice list of equipment I use in my studio, and to support the channel if you make any purchases (doesn't cost you a thing), visit my kit at kit.co: kit.co/beachcasts/beachcasts-...
    Errata:
    Let me know if you notice anything that should be errata
    Support the channel with this Cloudways affiliate link: www.cloudways.com/en/?id=1013434 and use the discount code BEACHCASTS to get a free month of hosting.
    Associated Links:
    laravel.com/docs/8.x/database
    laravel.com/docs/8.x/queries
    beachcasts.com
    Timeline:
    00:00 Video Start
    01:10 How to import the Laravel DB facade and available methods
    02:06 Intro to our sponsor
    02:31 Example usage of basic Laravel DB facade methods
    05:39 Retrieving data using Laravel Illuminate DB Query Builder
    08:56 More advanced querying methods of Laravel Illuminate DB Query Builder
    09:52 Detailed SELECT method examples of Laravel Illuminate DB Query Builder
    11:08 Passing RAW strings to queries with Laravel Illuminate DB Query Builder (DANGER!)
    13:17 Detailed WHERE clause method examples of Laravel Illuminate DB Query Builder
    14:47 Using DATETIME comparisons with Laravel Illuminate DB Query Builder
    15:46 JSON data types in queries using Laravel Illuminate DB Query Builder
    17:42 JOINs available in Laravel Illuminate DB Query Builder
    Other Beachcasts videos you might find interesting:
    How To Create And Use Github Packages For Docker Containers • How To Create And Use ...
    Measure PHP Code Quality With Static Analysis Using PHPStan • Measure PHP Code Quali...
    Define Technical Debt and Contributing Factors for Software Errors • Define Technical Debt ...
    Getting Started using Laravel Sail for Docker on WSL 2 • Getting Started using ...
    Developing on Windows with WSL2 (Subsystem for Linux) and PHP • Developing on Windows ...
    WSL 2 With Docker Getting Started and Docker Desktop Installation • WSL 2 With Docker Gett...
    Getting Started with WSL 2 and Ubuntu on Windows 10 • Getting Started with W...
    Secrets To Get A Developer Job And Searching For Programming Jobs • Secrets To Get A Devel...
    Store sensitive data in environment variables using phpdotenv • Store sensitive data i...
    How to understand code written by someone else • Secrets of how to unde...
    Ways to advance your programming skills and improve as a developer • Ways to advance your p...
    Make your local DEV environment available on the internet • Make your local DEV en...
    AWS Elastic Load Balancer (ELB) Tutorial How-To • AWS Elastic Load Balan...
    Laravel Model Factory Tutorial using Artisan make:model • Laravel Model Factory ...
    Authentication in Laravel Tutorial • Authentication in Lara...
    Top 5 skills to be a better software developer • Top 5 skills to be a b...
    Install Laravel in Docker container on Ubuntu for beginners • Install Laravel in Doc...
    Getters and Setters accessors in object-oriented programming • Getters and Setters ac...
    Critical programming issues preventing a PHP 7 upgrade • Critical programming i...
    Behat for beginners functional REST API testing tutorial • Behat for beginners fu...
    PHP Mess Detector static analysis to find PHP code smells • PHP Mess Detector stat...
    How to get lines of code in PHP • PHPLoc Lines of code s...
    Use UUID with Doctrine ORM for DB keys • UUID with Doctrine ORM...
    Learn about Hypermedia and how to create it • Creating Hypermedia (H...
    Configure PhpStorm for PHP development with Docker • PhpStorm setup for PHP...
    Create PHP development environment with docker • PHP web development en...
    Help through referrals:
    I use TubeBuddy to help me manage my RUclips channel. If you're interested, click the following link to check it out. www.tubebuddy.com/beachcasts
    #php #laravel #beachcasts
  • НаукаНаука

Комментарии • 10

  • @Beachcasts
    @Beachcasts  2 года назад +1

    See other Laravel related content at this playlist: ruclips.net/p/PL6_nF0awZMoNUHazztOt4DRH0VIEIFXXO

    • @Beachcasts
      @Beachcasts  2 года назад

      If you're interested in more DevOps titles, start here with GitHub Packages: ruclips.net/video/qoMg86QA5P4/видео.html

  • @muhdbasiirzulkifle5090
    @muhdbasiirzulkifle5090 2 года назад

    Great explanation!

  • @mejiger
    @mejiger 2 года назад

    great tutorial; i learned a lot

  • @hamada_emam
    @hamada_emam Год назад

    thanks man

  • @DavidStokesTX
    @DavidStokesTX 2 года назад

    Very well done and excellent presentation of the material!!

    • @Beachcasts
      @Beachcasts  2 года назад

      Thank you kindly! And thanks for watching.

  • @pacykarz2009
    @pacykarz2009 3 месяца назад

    How to use DB to get value in statement like "select version() as sqlversion" in MySql?