- 13
- 5 458
CodeBeans
United States
เข้าร่วมเมื่อ 19 ส.ค. 2021
CodeBeans is a dev tutorial channel teaching you how to use Laravel, DevOps with Laravel, as well as Vue & NuxtJS!
Anatomy of a Test using Laravel
In this video I go over the three phases of a test and describe the purpose of each stage: Setup, Assertion, and Action. I use Laravel in this example, but this applies to basically any unit testing framework.
มุมมอง: 300
วีดีโอ
Laravel 9 Crash Course - Step 6 How to: Write Tests
มุมมอง 1492 ปีที่แล้ว
In this video I detail how to: - Createa feature test - Use in-memory database of SQLite - Seed / refresh database between tests - Anatomy of a test
Laravel 9 Crash Course - Step 5 How to: Use Models & Factories
มุมมอง 1772 ปีที่แล้ว
In this video I detail: - What are models? - How to create a model - How to create a migration for a model - How to set up relationships to other models - How to write migrations for relationships - How to create a model factory
Laravel 9 Crash Course - Step 4 How to: Create & Run Migrations
มุมมอง 1802 ปีที่แล้ว
In this video I detail what migrations are, the benefits of migrations, how to create them, check their status and of course.. run them! I also show how to connect to our database through a local DB tool (Sequel Ace)
Laravel 9 Crash Course - Step 3 How to: Use Blade Templates
มุมมอง 2942 ปีที่แล้ว
In this video I detail what is Blade, how to set up a layout with partials, as well as rendering data inside the Blade view.
Laravel 9 Crash Course - Step 2 How to: Set Up Controllers in Laravel 9
มุมมอง 2852 ปีที่แล้ว
In this video I detail how controllers work within a Laravel application, how to generate them, and how to return blade views.
Laravel 9 Crash Course - Step 1 How to: Declare Routes in Laravel 9
มุมมอง 5642 ปีที่แล้ว
In this video I show what a route actually is & how to declare simple routes in our web routes file in Laravel 9. I also show how to pass in route parameters, and defaults for those route parameters. Follow me on Twitter for comments, thoughts & ideas: ChrisArter
Laravel 9 Crash Course - Intro
มุมมอง 5922 ปีที่แล้ว
Welcome to my Laravel 9 crash course! This is the intro video into what we will be covering in this playlist. We will be covering: * Routes * Controllers * Blade views * Models * Migrations * Testing This course is a very brief overview of Laravel's main concepts. I'd suggest some basic knowledge of PHP :)
Laravel 9 Crash Course - Step 0 How to: Install Sail
มุมมอง 1.9K2 ปีที่แล้ว
In this video I detail how to get started on our local machine using Laravel Sail in Laravel 9. I show where to download Docker, how to install a new Laravel 9 project, and how to install Sail on your Laravel 9 project. I also show you how to run the app on local, and visit the localhost port to see the running application. This video is the prerequisite for the rest of the Laravel 9 Crash Cour...
Simple Laravel Local Database in 7 minutes with Docker Compose
มุมมอง 8262 ปีที่แล้ว
Here's a step-by-step guide for setting up a simple local database for Laravel using Docker Compose. In this video I walk through the contents of the docker-compose file, how to set your env, how to run migrations with the database, and how to connect to the database on your local machine. The docker-compose.yml file used in this tutorial can be accessed here: gist.github.com/christopherarter/b...
sir, it says "The system cannot find the path specified." after running the `php artisan sail:install` command
💋 ᑭᖇOᗰOᔕᗰ
love this video! learned something about testing. thanks brother!
Thank you so much Andy!
its really my pleasure bro thanks a lot from Austria
You’re welcome!! ☺️
is it just me or there is no audio?
Thanks
It'd be awesome if you could share the code for the videos :) Link to a repo/playground/something or other :)
Great idea!
Thanks for doing this I am trying to learn laravel
Laravel is a great way to do it. It's got so many key concepts baked right into the framework that are applicable in any language / framework.
hi man, I am jr dev 8m into coding and have a job as html,css, js dev. Can I follow this along?
Hey there! Sure you can. It's in PHP but I actually learned PHP and WordPress at the same time so you could probably follow along and pick it up quickly. PHP has a gentle learning curve. My suggestion first would be to install PHP & Composer using homebrew, then you'll be set!
This is great. Looking forward to the course 🙌
Thank you Gio! You’ve been an inspiration behind starting this so much appreciated 🤘
Nice video! When will you upload the next one???
Thanks Ryung! It’ll be out this coming Tuesday 👍
Good stuff my dude
Thanks Miguel 🤘
As a junior developer I really appreciate this type of content. Thank you!
Thanks so much Sergui, I’m glad it’s helpful. If there’s anything that needs clarification please don’t hesitate to ask, I’m happy to help.
Awesome video Chris, welcome to TH-cam 🙌
Thanks Gio! This has been long overdue ❤️