23
이것이 C#이다(C#9.0 개정판)
※ 이 동영상은 『이것이 C#이다(개정판)』 책 내용을 토대로 제작 되었으며, ‘독학하는 입문자’를 처음부터 끝까지 배려 하였습니다.
▶ 도서 자세히 보기 : https://www.hanbit.co.kr/store/books/look.php?p_code=B6673972966
PHP - 페이지 클래스(Pagination)
MySQL 데이터베이스에 저장되어 있는 데이터가 많아질 수록 웹에서 표시할때 페이지 처리가 필요하게 되었다. 구글에서 "php 페이지네이션" 으로 검색하고 참고한 소스코드는 다음과 같다. <?php # # paging.php #..
[Laravel 7.4] 수동 페이지네이션을 아라보쟈!
https://laravel.com/docs/7.x/pagination#introduction Database: Pagination - Laravel - The PHP Framework For Web Artisans laravel.com 일단 여기 페이지 보면, Laravel's paginator is integrated with the..
REST API 만들기 라라벨 / php laravel 7 fundamental (2020) - Let's build rest api
- 내용
1. php laravel
2. rest api
3. eloquent query ORM
4. composer
5. routing
6. post man
🍯 관련 블로그글
http://www.ppak-coders.com/dev_blog/1/rest-api-fundamental
👨💻 완성 소스
https://github.com/TuenTuenna/api_tutorial/tree/1_api
👍 라라벨 기본 설정 하기
https://youtu.be/eKiHtdfpuS8
부족한 제 채널을 구독해 주시고 꾸준히 영상을 시청해 주셔서
너무너무 감사합니다!
앞으로 더 노력하는 정대리가 되겠습니다! 🥰
❤️ 개발하는 정대리 채널 맴버쉽 가입하기 ❤️
https://www.youtube.com/channel/UCutO2H_AVmWHbzvE92rpxjA/join
개발하는 정대리 카카오톡 채널 링크 👇
http://pf.kakao.com/_Bbxhqxb
정대리 커피사주기 🙏
https://toon.at/donate/dev_jeongdaeri
영상이 도움이 되셨다면 구독과 좋아요는 저에게 큰 힘이 됩니다!🥰👍
Laravel Livewire Tutorial: Datatable Made Easy! (part 10)
In this laravel livewire tutorial, we will add a simple laravel livewire datatable to our post list. To make it simpler, we're going to add another livewire component to handle the laravel livewire datatable in this laravel livewire tutorial. This is another essential and practical thing to know when it comes to adding a laravel livewire datatable using laravel livewire. A datatable is also one of the most common feature present in any web application. Luckily, we can easily implement a laravel livewire datatable in a simple and manageable approach with just few lines of code. This laravel livewire tutorial series, will help you implement a laravel livewire crud functionality.
Note: In this video, we are using Laravel 7.
Timeline:
0:38 - Prepare the container Controller
3:06 - Prepare the livewire component for our Datatable
3:49 - Begin adding datatable logic
4:06 - Add headers for the datatable column
6:13 - Dynamically display the datatable headers
6:53 - Dynamically display the data from the model (very important!)
8:58 - Add sorting functionality
14:08 - Dynamically run a function passed from a parameter (very important!)
18:02 - Add search functionality
Previous Video: Simple User Profile! (part 9)
https://www.youtube.com/watch?v=5jSHxs6D_EM
Github Repo:
https://github.com/jackoftraits/laravel7-with-livewire
Sound: www.bensound.com
#laravelLivewire #laravel7 #livewire
12
Laravel Livewire CRUD Modal Tutorial using Jetstream & Tailwind CSS
In this Series we will cover AJAX Pagination, AJAX Sorting, AJAX Filtering, AJAX Search, Validation, Delete Confirmation Modal, Adding a Resource via Modal, Editing a Resource via Modal & Flash Messages. All this is implemented using Jetstream Livewire Stack.
You will also get to see how Jetstream works and use the components provided by the Jetstream Livewire Stack to implement the functionality.
The Series builds the functionality using TALL Stack which is abbreviation for Tailwind CSS, Alpine JS, Livewire and Laravel. So we will be covering all these technologies to implement our functionality.
All the Code is available on Github Repository with full commits. https://github.com/saurabh85mahajan/tall_jetstream
Exceptions in Laravel: Why/How to Use and Create Your Own
I see a lot of developers not using Exception classes and try-catch blocks because they don't understand how they actually work under the hood. So, let's learn with an example.
Links mentioned in the video:
- Laravel: When to Use Static Methods, Services, and Dependency Injection: https://www.youtube.com/watch?v=q08X7a5VfhE
- Official docs: Error Handling in Laravel https://laravel.com/docs/8.x/errors
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
Jetstream/Fortify Multi-Auth: Roles, Permissions and Guards
A topic that causes a lot of confusion and questions on my channel. People are asking "how to implement multi auth", and in this video I'm showing step-by-step what is the actual thing you need: roles and permissions.
Repository: https://github.com/LaravelDaily/Laravel-Jetstream-MultiAuth-Roles
Related videos:
- Video about Blade Components in Jetstream: https://www.youtube.com/watch?v=pYIrRYGgVAI
- Intro to Alpine.js in just 7 minutes: https://www.youtube.com/watch?v=M3fY0E60cM0
- My course "Practical Roles and Permissions in Laravel": https://laraveldaily.teachable.com/p/practical-roles-and-permissions-in-laravel
Packages for permissions:
- Spatie Laravel Permission https://github.com/spatie/laravel-permission
- Bouncer https://github.com/JosephSilber/bouncer
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
7
Flutter 강의 - 로드맵 [2020년]
Flutter를 마스터하는 로드맵!!
코딩을 처음 배우시는 분도 따라할 수 있어요!!
#flutter강좌 #flutter강의 #flutter기초 #flutter로드맵
[Vue] Laravel에 Vue 설치하기 및 실행 예제 (Laravel 7.x)
* 노드 버전 확인 node -v Node 최신버전으로 셋팅 https://velopert.com/1351 [Node.js] TIP: Node.js 와 NPM 최신버전으로 업그레이드 하기 | VELOPERT.LOG 이번 포스트는 기존에 node.js 가 설치 되어있는 상태..
Laravel Jetstream: Add CRUD with User Roles
Almost live-coding video, on how to add your own features into Jetstream-powered Laravel installation. The goal is to show you that Jetstream isn't that scary or opinionated, after installing you may proceed coding "the old Laravel way".
00:00 Intro-Demo: What We're creating
01:38 Installing Laravel Jetstream
03:46 Create Menu Item in Jetstream
07:17 From Menu to Full CRUD Tasks
10:39 Roles and Permissions: Users CRUD
15:37 One Trick of Laravel Fortify
Repository: https://github.com/LaravelDaily/Laravel-Jetstream-CRUD-Roles
Related Links:
- Official Jetstream documentation: https://jetstream.laravel.com
- Jetstream installation code: https://github.com/laravel/jetstream/blob/1.x/src/Console/InstallCommand.php
- Demo of Laravel Idea: https://www.youtube.com/watch?v=o5WJIS9yWCo
- Blade Components demo: https://www.youtube.com/watch?v=HybWBINeXMw
- Tailwind UI: https://tailwindui.com/components/application-ui/lists/tables
- Laravel Gates - official docs: https://laravel.com/docs/8.x/authorization#gates
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
Junior Code Review: Laravel Routes, Middleware, Validation and more
As a part of my new Laravel mentorship program in my home country Lithuania, I started doing code reviews of my student developers. Here's a 20-minute example that I decided to publish on Youtube - should be useful to you guys, too.
00:00 Intro
01:33 Route Grouping
04:08 Shorter Middleware Class
07:01 Middleware with Parameters
09:06 Migrations with Foreign Keys
10:32 Controller Index Refactor
14:03 Code Styling
14:46 Store and Validation
18:00 Update and Route Model Binding
Related resources:
- Route grouping: https://laravel.com/docs/8.x/routing#route-groups
- Middleware with Parameters: https://laravel.com/docs/8.x/middleware#middleware-parameters
- Migration foreign keys: https://laravel.com/docs/8.x/migrations#foreign-key-constraints
- PHP Ternary operator: https://www.codementor.io/@sayantinideb/ternary-operator-in-php-how-to-use-the-php-ternary-operator-x0ubd3po6
- Eloquent "When" method: https://laraveldaily.com/less-know-way-conditional-queries/
- Code Styling and PSR-12: https://blog.quickadminpanel.com/psr-2-and-psr-12-why-we-need-standards-and-how-to-apply-them/
- Laravel Validation with Form Requests: https://laravel.com/docs/8.x/validation#form-request-validation
- Route Model Binding: https://laravel.com/docs/8.x/routing#route-model-binding
- - - - -
Try our Laravel QuickAdminPanel: https://bit.ly/quickadminpanel
Enroll in my Laravel courses: https://laraveldaily.teachable.com
Use my Livewire components: https://livewirekit.com