How to Host a Laravel Livewire Project Using Hostinger VPS Hosting - Laravel Livewire for Beginners

Поделиться
HTML-код
  • Опубликовано: 10 июл 2024
  • Special thanks to Hostinger for sponsoring this video. Hostinger is an incredible web hosting provider where you can set up shared hosting, cloud hosting, VPS hosting, email hosting, and SSL certificates. Hostinger has made a name for itself due to its fast load times, simplicity, free domains, and powerful servers. Here’s my affiliate link for 10% off: www.hostinger.com/dary
    In this tutorial, we will guide you through the process of deploying a Laravel Livewire project on Hostinger's VPS hosting. We will cover setting up the VPS, selecting the location and operating system, and configuring the control panel. Additionally, we will explore how to connect to the VPS using Server Avatar, a VPS manager tool. You will learn how to deploy your project using Git, set up a database, update the environment variables, and configure the project structure. By following this tutorial, you will have the knowledge and steps needed to successfully deploy your Laravel Livewire project on Hostinger's VPS hosting.
    🧑🏼‍💻 Need a Laravel agency?
    Do you need assistance with your next project in Laravel? Contact my Laravel agency for help: www.codewithdary.com
    📚 New Udemy Course
    If you're looking to level up your Laravel skills? My new course "Mastering Laravel 10 Query Builder, Eloquent & Relationships" is the perfect opportunity. Learn the essential tools and techniques for building robust and scalable web applications with Laravel: www.udemy.com/course/masterin...
    🔥 Resources
    - Twitter: / codewithdary
    - Instagram: / codewithdary
    - Blog: blog.codewithdary.com/
    - Patreon: www.patreon.com/user?u=30307830
    - GitHub: github.com/codewithdary
    - TikTok: / codewithdary
    ⌛Timestamps
    00:00 - Introduction
    01:08 - Firing Events
    01:55 - Listening to the Event
    03:10 - Adding Timestamps to the View
    03:50 - Adding a Update Button
    04:37 - Defining a Route
    #laravel #codewithdary #hostinger #livewire

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

  • @matchaqueenOG
    @matchaqueenOG 5 месяцев назад +1

    This video's amazing thank u❤

  • @rickybarabba7866
    @rickybarabba7866 7 месяцев назад +2

    I have noticed that you always use apache as webserver when deploy your Laravel apps. Any particular reason to prefer apache over nginx?

    • @codewithdary
      @codewithdary  7 месяцев назад +1

      No not really. I learned deploying using Apache and I kind of got used to it.

  • @vugarkhalil
    @vugarkhalil 8 месяцев назад

    Respect ❤

  • @SirEdges_Adejo
    @SirEdges_Adejo 8 месяцев назад +1

    The playlist jumped to 9. What happened to the rest?
    Nice videos in-between

    • @codewithdary
      @codewithdary  8 месяцев назад +1

      They are scheduled, but not released yet. I don’t know why RUclips shows it but as locked videos :(

  • @devtube734
    @devtube734 7 месяцев назад

    Thank you for such tutorial. I am little bit worried about all file under public directory which is publicly available to end user. So it could be easily hacked? another thing server request in app folder(.htaccess). Does it make every request some microsec slower?

  • @tobiasalexander4491
    @tobiasalexander4491 5 месяцев назад +1

    Are you not finishing the project with edit/delete functionality?

    • @codewithdary
      @codewithdary  5 месяцев назад +1

      Nope. Like I said in the beginning of the tutorial the main goal is to show some Livewire features, not going to make something working :)

  • @mudasirabbasturi4557
    @mudasirabbasturi4557 7 месяцев назад

    hi, dear one request about notifiction system. Is there is any alternative to supervisor that work on share hosting, if there is not any alternative then lets do one tutorial with Task Scheduling to fullfill the requirement of supervisor need.

  • @user-kv1qe1ck3p
    @user-kv1qe1ck3p 7 месяцев назад +1

    Hi dary , hope you fine bro , what's the best socket lib/package for laravel ? Ratchet or ? I need tutorial about socket and combine it with sanctum bro
    Thank you so much ❤

    • @codewithdary
      @codewithdary  7 месяцев назад

      Thank you so much, I'm doing great. What about youself? the "Laravel Websockets" from Beyondcode is often recommended as one of the best options. It provides a simple and efficient way to handle real-time communication through websockets in Laravel applications.

    • @computer23able
      @computer23able 7 месяцев назад

      Teaching is an art bro, thanks . What's the best package/lib for real-time..?

  • @kauffinger
    @kauffinger 7 месяцев назад +1

    I think your timestamps are messed up :D

    • @codewithdary
      @codewithdary  7 месяцев назад

      Oops! thank you, I will check it out