Laravel Magazine
Laravel Magazine
  • Видео 5
  • Просмотров 7 780
Sign Git Commits From VSCode Using GPG on Mac
Signing Git commits with GPG on macOS! If you're using Visual Studio Code, or considering integrating secure commit signing into your workflow, you're in the right place.
In this video, we'll walk through the process of setting up GPG to sign your Git commits, ensuring your code contributions are verifiable and trusted. We'll cover everything from generating your GPG key to configuring Git and Visual Studio Code to use it seamlessly.
___
At Laravel Magazine we have a couple of ideas for upcoming RUclips videos. We created a page where you can vote for the ones you want to see first or make a suggestion for what you would like to see next.
→ t.co/pukuGswa2e
___
Laravel Magazine
x.com - x.com/lara...
Просмотров: 384

Видео

Livewire vs. Inertia
Просмотров 6 тыс.3 месяца назад
In this video I react to an article written by Tony Lea about Livewire vs. Inertia - t.co/45KQKs4o6J At Laravel Magazine we have a couple of ideas for upcoming RUclips videos. We created a page where you can vote for the ones you want to see first or make a suggestion for what you would like to see next. → t.co/pukuGswa2e Laravel Magazine x.com - x.com/laravelmagazine web - laravelmagazine.com ...
Ability to manually fail a command in Laravel 11.x
Просмотров 494 месяца назад
A new nice addition to the Laravel framework allows us to manually fail a command from outside the `handle()` method by using the newly added `fail()` method. Follow us on X - Marian Pop - mvpopuk - Laravel Magazine - laravelmagazine laravelmagazine.com
Protect your Laravel app in production with the new `Prohibitable` Trait
Просмотров 4714 месяца назад
In a recent update to Laravel, a significant enhancement has been introduced that aims to safeguard production environments from potentially destructive commands: the Prohibitable trait, a feature designed to prevent inadvertent execution of commands that could disrupt operational systems. Full article: laravelmagazine.com/protect-your-laravel-app-in-production-with-the-new-preventable-trait Or...

Комментарии

  • @PranjalVerma-o1r
    @PranjalVerma-o1r 7 дней назад

    where to find all commands from?

  • @yordanmilchev
    @yordanmilchev 15 дней назад

    Inertia

  • @chamanrastogi
    @chamanrastogi Месяц назад

    How to use inertiajs in vue to use a different app file for client and admin

  • @SXsoft99
    @SXsoft99 2 месяца назад

    When you write Livewire you think in respect to parallel components since you can have your logic in a component When i write inertia I tend to look at things like "what is shared", "what should be included in the first render and what is on demand", also multilanguage is a bit more difficult since you need to make some magic to have it, and here i mean keep your translations for php errors and stuff but also pass them to the frontend for rendering. Also you tend to have more frontend libraries with ES6 in mind form the start with inertia while livewire can have a bit of a hustle especially when you have a dynamic form

  • @yazidthedev4281
    @yazidthedev4281 2 месяца назад

    I use livewire for my admin dasboard ( filament). And inertia react for my client page. And i run the world.

    • @benochang7888
      @benochang7888 Месяц назад

      Dont you find it a bit more arduous to style filament? I love it though

    • @yazidthedev4281
      @yazidthedev4281 Месяц назад

      @@benochang7888 i put filament on dark mode and change nothing on the style.

  • @kronux123
    @kronux123 3 месяца назад

    I started with Livewire after learning barebone Laravel and I just fell in love with it. The way it simplifies everything for me was so addicting. Now I'm learning Inertia with Vue myself and it's definitely a totally different beast and I'm getting hooked with it as well.

  • @hamedelasma
    @hamedelasma 3 месяца назад

    As a Laravel developer, I found that Inertia will take me out of my comfort zone, which is why I chose it. I had been building Laravel projects as only a backend developer for the past three years, so I was only making API projects. However, since the beginning of this year, I wanted to become a full-stack developer, so I tried Inertia, and man, I love it. P.S. I have never tried Livewire, but it looks great too. I'm sure I will give it a shot soon.

    • @laravelmagazine
      @laravelmagazine 3 месяца назад

      They are both great technologies. Inertia is better for bigger projects or for someone who's has front-end skills. Livewire is ok for smaller projects and if you don't want to learn a javascript framework.

    • @hajiomary4913
      @hajiomary4913 2 месяца назад

      ​@@laravelmagazinewhen you say smaller or bigger how you measure size of project please assist me on that?

    • @maneshwam
      @maneshwam Месяц назад

      @@hajiomary4913 Size means the complexity, features, code base, dev effort, db, user stories...etc.