본문 바로가기
닫기
필터

  • REST API의 이해와 설계-#1 개념 소개

    bcho.tistory.com

    REST API의 이해와 설계-#1 개념 소개

    REST API의 이해와 설계 #1-개념 소개 REST는 웹의 창시자(HTTP) 중의 한 사람인 Roy Fielding의 2000년 논문에 의해서 소개되었다. 현재의 아키텍쳐가 웹의 본래 설계의 우수성을 많이 사용하지 못하고 있다고 판..

    dracure

  • [Spring] RESTful의 HATEOAS 관련 내용 정리 - RESTful 하려면 어떤 조건들이 필요할까?

    pjh3749.tistory.com

    [Spring] RESTful의 HATEOAS 관련 내용 정리 - RESTful 하려면 어떤 조건들이 필요할까?

    Hypermedia As The Engine Of Application state 링크에 사용 가능한 URL을 리소스로 전달하여 client가 참고하여 사용할 수 있도록 하는 것 참조문서:https://spring.io/guides/gs/rest-hateoas/ Resource Repres..

    dracure

  • RESTful API 설계 가이드

    sanghaklee.tistory.com

    RESTful API 설계 가이드

    1. RESTful API 설계 가이드 본 문서는 REST API를 좀 더 RESTful 하게 설계하도록 가이드할 목적으로 만들어졌다. 따라서, 기본적인 REST API 개념 설명은 아래의 링크로 대신한다. REST API 제대로 알고 사용하..

    dracure

  • Laravel 8 - 관리자 및 사용자 페이지 분리

    velog.io

    Laravel 8 - 관리자 및 사용자 페이지 분리

    laravel 8 - 관리자 및 사용자 페이지 분리방법

    dracure

  • Laravel 8 Livewire Tutorial

    12

    youtube.com

    Laravel 8 Livewire Tutorial

    dracure

  • 도커(Docker) 활용 및 배포 자동화 실전 초급

    11

    youtube.com

    도커(Docker) 활용 및 배포 자동화 실전 초급

    도커(Docker) 활용 및 배포 자동화 실전 초급

    dracure

  • Docker & Jenkins 구성 및 자동배포

    velog.io

    Docker & Jenkins 구성 및 자동배포

    Docker를 이용해 Jenkins에서 자동배포하기

    dracure

  • [Laravel 7.4] 수동 페이지네이션을 아라보쟈!

    rediant.tistory.com

    [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..

    dracure

  • REST API 만들기 라라벨 /  php laravel 7 fundamental (2020) - Let's build rest api

    youtube.com

    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

    영상이 도움이 되셨다면 구독과 좋아요는 저에게 큰 힘이 됩니다!🥰👍

    dracure

  • Laravel Livewire Tutorial: Datatable Made Easy! (part 10)

    youtube.com

    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

    dracure

  • Laravel Livewire CRUD Modal Tutorial using Jetstream & Tailwind CSS

    12

    youtube.com

    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

    dracure

  • [Vue] Laravel에 Vue 설치하기 및 실행 예제 (Laravel 7.x)

    taengsweb.tistory.com

    [Vue] Laravel에 Vue 설치하기 및 실행 예제 (Laravel 7.x)

    * 노드 버전 확인 node -v Node 최신버전으로 셋팅 https://velopert.com/1351 [Node.js] TIP: Node.js 와 NPM 최신버전으로 업그레이드 하기 | VELOPERT.LOG 이번 포스트는 기존에 node.js 가 설치 되어있는 상태..

    dracure

  • laravel spa (Vuejs, vuex, SPA, vue-router) 디테일버전 laravel v6.2

    anko3899.tistory.com

    laravel spa (Vuejs, vuex, SPA, vue-router) 디테일버전 laravel v6.2

    1. 라라벨 설치하기 (v6.2) 1 composer create-project --prefer-dist laravel/laravel laravelspa cs 2. laravel/ui 패키지 설치 (예 : php artisan ui bootstrap 설치할 수 있는 프론트 엔트 스캐폴딩을 설..

    dracure

  • greg.lee developer blog

    daniel-hebn.github.io

    greg.lee developer blog

    이희창의 개발 블로그입니다.

    dracure

  • Exceptions in Laravel: Why/How to Use and Create Your Own

    youtube.com

    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

    dracure

  • Jetstream/Fortify Multi-Auth: Roles, Permissions and Guards

    youtube.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

    dracure

라이브러리에 저장

좋아하는 강좌들을 수집하고 관리하고 공유하세요

닫기