Laravel 10 CRUD (Create, Read, Update and Delete)

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.พ. 2025

ความคิดเห็น • 21

  • @Aruharishi
    @Aruharishi 8 หลายเดือนก่อน +1

    Yah walaupun harus teliti dan harus ngerti dia ngomong apa(pake kursor bjir) mantap gw bisa, recomended rek videonya

  • @armanazij
    @armanazij ปีที่แล้ว

    Awesome. This type of short video needs all time. Please upload a video about Axios CRUD.

  • @imrankhantheonlyleader
    @imrankhantheonlyleader ปีที่แล้ว +1

    Awesome Video, Great Knowledge!

  • @chandratheexplorer
    @chandratheexplorer ปีที่แล้ว +1

    You gained one subs....good to go with source code!

  • @AmineLaouraidi
    @AmineLaouraidi ปีที่แล้ว

    Great Video , Thanks A lot

  • @firmanhidayatullah2979
    @firmanhidayatullah2979 ปีที่แล้ว

    thank you bro

  • @sahilkumar-uk4xf
    @sahilkumar-uk4xf ปีที่แล้ว +1

    Hello sir, please can you make a video of insert row data using check box in data base with the help flask mysql

  • @asalaalmasry8163
    @asalaalmasry8163 ปีที่แล้ว

    Thank you so much.

  • @CNILOYBARUA
    @CNILOYBARUA 9 หลายเดือนก่อน

    BOSS OF LARAVEL

  • @cwdev2545
    @cwdev2545 ปีที่แล้ว

    thank you, gooooooood....

  • @raileyluffysan1536
    @raileyluffysan1536 ปีที่แล้ว

    Thanks

  • @kp_czt9859
    @kp_czt9859 ปีที่แล้ว

    'fruitcake/laravel-cors' has been abandoned. Can you help me ?

  • @naufalpratama9082
    @naufalpratama9082 11 หลายเดือนก่อน

    simpah pham lgsg

  • @skuycoding
    @skuycoding 11 หลายเดือนก่อน

    Model galleri foto

  • @shabnam4152
    @shabnam4152 ปีที่แล้ว

    Sir without music explain plz

  • @spacelover2868
    @spacelover2868 ปีที่แล้ว +1

    thanks brother... bt i need multi table concept ..
    ex:
    tbl1 -> customer
    customer_id
    name
    email
    phone
    dp
    tbl 2 -> customer_address
    id
    customer_id
    add1
    add2
    add3
    zip
    city
    country

  • @skuycoding
    @skuycoding 11 หลายเดือนก่อน

    edit blade
    edit blade @extends('layouts.app')
    @section('title', 'Edit Foto')
    @section('content')
    /* Add this CSS to your existing styles or create a new CSS file */
    body {
    background-color: #f8f3e3;
    margin: 0;
    font-family: 'Arial', sans-serif;
    }
    .container {
    margin-top: 50px;
    }
    .card {
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    }
    .card-header {
    background-color: #8d6e63;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    }
    .form-control {
    border-radius: 5px;
    border: 2px solid #8d6e63;
    padding: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    }
    .btn-primary,
    .btn-danger {
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    }
    .btn-primary {
    background-color: #8d6e63;
    border: none;
    color: #fff;
    }
    .btn-primary:hover {
    background-color: #6d4c41;
    }
    .btn-danger {
    background-color: #dc3545;
    border: none;
    color: #fff;
    }
    .btn-danger:hover {
    background-color: #bd2130;
    }
    /* Optional: Add media queries for responsiveness */
    @media (max-width: 576px) {
    .container {
    padding: 0 15px;
    }
    .card {
    width: 100%;
    }
    }
    {{ _('Edit Foto') }}
    @if ($errors->any())
    @foreach ($errors->all() as $error)
    {{ $error }}
    @endforeach
    @endif
    @csrf
    @method('PUT')
    Judul Foto

    Image


    Deskripsi
    {{ $image->deksripsi }}
    Save
    Cancel

    @endsection

  • @skuycoding
    @skuycoding 11 หลายเดือนก่อน

    Controller Galleri foto