PHP on the frontend! No more Javascript!

Sdílet
Vložit
  • čas přidán 6. 07. 2023
  • Laravel Livewire allows you to write PHP on the frontend (kind of!) so you don't have to futz about with Javascript anymore (mostly!)
    Looking for PHP jobs or looking to hire PHP devs? Check out Larajobs: larajobs.com/?partner=108.
    Check out the docs at laravel-livewire.com
    01:44 Installing Livewire
    02:26 Updating our default views
    03:28 Making a Livewire component
    04:37 Adding state
    05:08 Binding state
    06:45 Inspecting the network tab
    09:35 Calling methods
    11:28 Events, nested components, file uploads
    12:16 Alpine.js
    13:30 Livewire V3
  • Věda a technologie

Komentáře • 754

  • @teej_dv
    @teej_dv Před 11 měsíci +221

    aaron makes me love php

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +8

      Pinned it

    • @orenders
      @orenders Před 11 měsíci +2

      Laravel is NOT php.

    • @dputra
      @dputra Před 11 měsíci +10

      ​@@orenders you can't run laravel on c#

    • @mihajlocolic01
      @mihajlocolic01 Před 11 měsíci +2

      @@dputra goteem

    • @omegaman7377
      @omegaman7377 Před 10 měsíci

      Aaron is an incompetent. JavaScript support Unicode (think foreign language). PHP no not support. Unless you want to limit yourself to the anglophone market. PHP is a waste of your time.

  • @dmdboi
    @dmdboi Před 11 měsíci +48

    "Have you ever had a thought..". None, I have a zero thought policy.
    Even thought I don't use PHP, your videos are entertaining!

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +11

      Zero thoughts, zero suffering. You may be onto something here

  • @isurujn
    @isurujn Před 11 měsíci +72

    I've been a mobile developer for the past 10 years but PHP has a soft spot in my heart, no matter how much hate it gets. I built a little backend for a mobile app I developed for a software competition way back in 2012 (and won 3rd place!). All vanilla PHP, no frameworks. I wasn't aware of Laravel back then. I tried it here and there but my career took me elsewhere. Your videos on PHP makes me wanna learn Laravel again.

    • @ryanlak1234
      @ryanlak1234 Před 8 měsíci

      What tech stack do you use for your career now?

    • @isurujn
      @isurujn Před 8 měsíci

      @@ryanlak1234 I'm in mobile development now. Mostly iOS development with Swift.

  • @Icodestuff
    @Icodestuff Před 11 měsíci +20

    Fellow Laravel content creator here, absolutely love your style of video.
    You have really nice personality & charisma in this video, keep it up man!

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +3

      That means a lot to me, thank you so much!

  • @V3LOXy
    @V3LOXy Před 11 měsíci +16

    For anyone using Symfony, Symfony UX works similarly and has support for vue/svelt/react components too

  • @carloslfu
    @carloslfu Před 8 měsíci +4

    I started watching PHP content again after 6 years of working with other languages, all because of your videos. I was surprised to see PHP added types! Also, Laravel and all of the PHP ecosystem have advanced a ton! Great content Aaron!

  • @siyabdev
    @siyabdev Před 11 měsíci +2

    Your style of explanation makes the topic more interesting. Great !!!

  • @patricknelson
    @patricknelson Před 10 měsíci +24

    Also worth a look for backend lovers: HTMX. Its functions very similarly, but is not tightly coupled to any particular backend language.

    • @elementxyz
      @elementxyz Před 9 měsíci +6

      That was the first thing that came in my mind. Is it similar to htmx. 😊

    • @JeremyAndersonBoise
      @JeremyAndersonBoise Před 7 měsíci

      @patricknelson Laravel + htmx is my next experiment, full-on!

  • @holonaut
    @holonaut Před 9 měsíci +5

    Great video!
    One thing worth explaining in the counter example: Every time you click the increment button, you not only send to the server that the "increment" function should be called, but also send the entire previous state of the component in the "memo" field. First the component gets hydrated, e.g. $counter gets set to 22 or whatever the "memo" says, and then the function is applied. The backend then increments it to 23 and sends the new view out, but also the new memo which is then stored by the frontend.
    Took me a day or two to figure this out. Before that, I thought some cache or db sorcery is going on.

  •  Před 11 měsíci +1

    After each video that I watch from you, I have a big smile on my face. ❤

  • @khanalpride
    @khanalpride Před 11 měsíci +1

    been waiting for Livewire v3.0 so long...
    Your videos are the best. :)

  • @David-ng9qh
    @David-ng9qh Před 11 měsíci +14

    Another great video! Livewire is honestly so cool and magical.
    Keep up the great PHP/Laravel content!

  • @MrNichuya
    @MrNichuya Před 11 měsíci +9

    I've been using Livewire since version 1 and have never thought to use anything else since then, even started my first open source package for the TALL stack called tall-kit components

  • @MrAlexh037
    @MrAlexh037 Před 19 dny

    Love your sense of humor and content. Subscribed!

  • @Rikco.337
    @Rikco.337 Před 4 měsíci +1

    Life changing :D Great video .. thanks a lot ! *Loving PHP for 20 years now.

  • @throbicon
    @throbicon Před 2 měsíci

    I just fell in love with PHP. Thank you Aaron!

  • @timebroua
    @timebroua Před 10 měsíci

    I love PHP!
    Thanks for loving even more!

  • @tinpa1756
    @tinpa1756 Před měsícem

    Bro this guy talks to me like I'm a toddler and I'm here for it, love the vibes

  • @str2254
    @str2254 Před 5 měsíci

    This is actually mindblowing. I cant believe i'm hyped to learn php

  • @raident29
    @raident29 Před 11 měsíci +1

    i just found your channel and subbed to it. ive been using php for the past 9 years. ive known live wire for the past year but havent dared to try it. i will try this now.

  • @Blamethemsm
    @Blamethemsm Před 3 měsíci

    I just finished writing a router/ controller framework. 😂
    Then i learned about htmx and loved life.
    This is just a whole 'nother level of amazing.

  • @igorskyflyer
    @igorskyflyer Před 10 měsíci +2

    Oh, wow, this is like PHP and JavaScript had a child, love it 😙

  • @donald5297
    @donald5297 Před 11 měsíci

    This is the first time i feel like hitting the like button more than once on a CZcams video 😊

  • @miguelcaf
    @miguelcaf Před 10 měsíci

    I'll re-watch this video many times because I just searching this, a way to use php on front-end. I don't know if is the best pratice but I'll exercise my code this way! Thaks a lot!

  • @austinedeclan10
    @austinedeclan10 Před 11 měsíci +1

    I am an "anything but JavaScript" type of guy. I welcome this.

  • @johnforeverrules
    @johnforeverrules Před 11 měsíci +1

    great stuff. livewire is fun. now, more devs can have fun with livewire. keep it up

  •  Před 10 měsíci

    The advantage of PHP is that hosting is so cheap. With this technology it becomes even more interesting! Thank you

  • @amponsahhubert4884
    @amponsahhubert4884 Před 11 měsíci

    You speak with so much conviction😃.
    I would like to see an overview of PHP for backends/APIs

  • @heyalejandro175
    @heyalejandro175 Před 2 měsíci

    That was awesome! Thanks Aaron!

  • @_alexlazar_
    @_alexlazar_ Před 11 měsíci

    Been watching your videos for the past week. It's this weekend that I'm building something with Laravel. I've been skimming through the docs a lot, and I'm hopeful

  • @janedawg09
    @janedawg09 Před měsícem

    cool. just watched two of your vids. contents' both entertaining and educative. your explanation's very easy to follow too

  • @ernestharuna
    @ernestharuna Před 11 měsíci +3

    I've been on this path for a long time. I used Blade previously, but now, I'd use Livewire instead, it has some interesting features found in other Javascript frameworks

  • @carlosviniciusmonteirodeso5060

    I still haven't got around to programming with PHP, but after watching this video, I was curious about this 'Livewire'.
    I'm going to send this video to my friend who loves PHP and Laravel

  • @joaolima3780
    @joaolima3780 Před 11 měsíci +1

    Great!!! I wanna start to learn php and your videos helps a lot! tks man =D

  • @ThePandaGuitar
    @ThePandaGuitar Před 11 měsíci +2

    Wow you're a really good teacher!

  • @DanteMishima
    @DanteMishima Před 11 měsíci

    Thank you so much for this. I would love more tutorials of maybe building a project from start to finish

  • @jamesrosemary2932
    @jamesrosemary2932 Před 11 měsíci +10

    I remember in the early days of the web that you could install a DLL or a plugin in your browser which made it possible to interpret any language you wanted (as long as that language was designed for the web, of course).
    So there were websites that were made with VB or Java or JS.
    Or you could write the plugin yourself and interpret your own favorite programming language (not an easy job, but the possibility was there).
    All thanks to a property of the tab script: type.
    All that is over.
    I miss those times.

    • @_akuma06
      @_akuma06 Před 11 měsíci

      You can still kind of do that with wasm. Like PyScript does to execute python in the front end instead of javascript.

    • @MrShaheer
      @MrShaheer Před 11 měsíci

      you could also use JS on the server side in the early days of web programming (IIS supported it. ).
      You could also write STYLESHEETS with JS.
      Those were called JSS instead of CSS (Javascript Style Sheet).

    • @folkrav
      @folkrav Před 11 měsíci +2

      Those often came with the very "fun" caveats that security was abysmal and compatibility with different OSes/browsers was crap. From a developer perspective, they may have been fun, but from a user perspective, I can safely say I don't miss this _at all_.

    • @jamesrosemary2932
      @jamesrosemary2932 Před 11 měsíci

      @@folkrav Well, although what you say is true for the general public, there are specific cases where it has practical application and is even desirable, for example in a backend application for a company's intranet.

    • @folkrav
      @folkrav Před 11 měsíci

      @@jamesrosemary2932 Then you end up with situations like at some Fortune 100 place I did consulting at, where most developers outside those working on said internal tools used Linux. Pretty much all had to keep a Windows VM around just to run IE cause that intranet software relied on Silverlight 🤷

  • @tannercampbell
    @tannercampbell Před 11 měsíci +2

    i been using Laravel + Vue for several years and its been great! The one off time I need some SSR or related thing I just use Blade. I haven’t really found the need for Livewire (because my experience with Vue has been so good) but this makes me want to give it a shot and mess around

  • @vinayghael3490
    @vinayghael3490 Před 11 měsíci

    Thanks Aaron for share useful content👍👏👏

  • @imqqmi
    @imqqmi Před 11 měsíci +5

    Wow, looks like such an elegant way of reducing js frameworks! In my next php project I'll be sure to check it out. I've been ripping out react and angular from projects and replacing it with vanilla javascript and server side code as much as possible. Made a tremendous improvement in speed and maintenance and readibility.
    Haters of php haven't used php 7.4 onwards and all the new features it provides.
    And lets be honest, many who use async, dependency injection and inheritance in C# or java make an absolute mess of things, including myself.

    • @orenders
      @orenders Před 11 měsíci +2

      very strange comment, we allready as several years use php 8

  • @mackynyxz
    @mackynyxz Před 11 měsíci

    I love this livewire thing!

  • @DCBlogdev
    @DCBlogdev Před 11 měsíci

    I love Livewire it’s all a php dev needs!!

  • @ariaieboy_ir
    @ariaieboy_ir Před 11 měsíci +22

    TALL STACK for eveeeeeer

    • @sibow
      @sibow Před 11 měsíci +1

      Calm down fascist…😂
      Just kidding TALL stack is pretty cool even though I’m a VILT stack kinda guy

  • @christianlembke3410
    @christianlembke3410 Před 4 měsíci

    Omg that's amazing, thanks for sharing 😊

  • @grim.reaper
    @grim.reaper Před 11 měsíci +1

    Very interesting, I don’t know php but this is pretty neat concept

  • @fernandoboueres
    @fernandoboueres Před 8 měsíci

    Laravel Blade has this for some time, great to see expanded in livewire!

  • @chriscjjones8182
    @chriscjjones8182 Před 10 měsíci

    Very interesting. Might have to finally check out laravel properly now

    • @aarondfrancis
      @aarondfrancis  Před 10 měsíci +1

      Ladies and gentlemen... we got him! ❤️

  • @ronaldbarcat
    @ronaldbarcat Před 11 měsíci +18

    I think this is good for quick prototyping or showing quick mvp and for relatively smallish projects. Since I started with API driven development with Laravel, I never wanted to go back to tightly coupled monolithic web development. As fullstack web dev, embrace the new tech stack, frontend frameworks are there for a reason and it's inevitable if you want your skillset to be marketable.

  • @imdanielmartinez
    @imdanielmartinez Před 11 měsíci

    The fact that livewire is made with tailwind too is the bomb

  • @yousufameer
    @yousufameer Před 10 měsíci

    Best Explanation

  • @harshwebdev
    @harshwebdev Před 11 měsíci +1

    Really i liked your video 💖💖

  • @baadrqaaba9529
    @baadrqaaba9529 Před 11 měsíci

    I have done in a project last year and i was quiet surprised how good that was , still have some improvements buts its great .

  • @lpanebr
    @lpanebr Před 10 měsíci

    This is awesome.

  • @sidatsuarezgarcia5062
    @sidatsuarezgarcia5062 Před 6 měsíci

    Please just make a course on PHP and Laravel, your way of explaining things it´s awesome man!!!!!

  • @aadamishmael8549
    @aadamishmael8549 Před 11 měsíci

    Awesome! Way overdue.

  • @mycreativecode
    @mycreativecode Před 8 měsíci

    my man love u for PHP

  • @behrad9712
    @behrad9712 Před 11 měsíci

    Thank you very much!🙏

  • @TheJobCompany
    @TheJobCompany Před 11 měsíci +29

    My only problem with the "HTML over the wire" pattern is that it makes it too easy to build applications that require too much server interactions for trivial state changes that can just as easily take place on the client entirely. This results in poor design, such as the way GitHub has to make a request just to render a markdown preview. That's why I prefer how React Server Components by design make it so you cannot, for instance, use state on a server component, forcing you to make it clientside.

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +12

      Servers are great though! Super powerful, very awesome. And I'm not sure using GitHub as the negative example is very compelling. I get it though, HTML over the wire isn't right for every situation. It is right for more situations than it gets credit for though!

    • @Stopinvadingmyhardware
      @Stopinvadingmyhardware Před 10 měsíci

      That’s what WASM is for.

    • @TheSaintsVEVO
      @TheSaintsVEVO Před 6 měsíci

      @@Stopinvadingmyhardware What does that mean? Are you saying use WASM for managing state?

    • @Stopinvadingmyhardware
      @Stopinvadingmyhardware Před 6 měsíci +1

      @@TheSaintsVEVO Why are you managing state machines in browsers? That’s the opposite of secure

    • @TheSaintsVEVO
      @TheSaintsVEVO Před 6 měsíci

      @@Stopinvadingmyhardware UI state

  • @DevlogBill
    @DevlogBill Před 11 měsíci +5

    I actually like PHP, it was my very first backend technology which I dabbled with for about 2 months and afterwards jumped into Django with Python which is OK. There is so much you can learn with PHP as your first programming language. I only wish there were jobs for PHP developers in NYC, there are barely no jobs here.

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +2

      Yeah I wish there were more PHP jobs as well. You might check out larajobs.com if you're open to remote!

    • @DevlogBill
      @DevlogBill Před 11 měsíci +1

      @@aarondfrancis Thank you I will check out the site.

  • @Dutep
    @Dutep Před 11 měsíci +3

    Your videos are awesome! Would love more Laravel+Livewire content :D

  • @Xcombo
    @Xcombo Před 11 měsíci +20

    It seems like it works very well, but I am concerned about the excessive http requests.
    It may be fine for small sites, but if you scale to a couple thousands of users, you are going to want as little backend requests as possible in order to not crash your server.

    • @yoskokleng3658
      @yoskokleng3658 Před 11 měsíci +1

      laravel protect it.

    • @loicknsenda673
      @loicknsenda673 Před 11 měsíci +7

      @@yoskokleng3658 How ? can you tell us more about that ?

    • @yoskokleng3658
      @yoskokleng3658 Před 9 měsíci

      @@loicknsenda673 go to larvae’s document and find it. In code we will found it in config of laravel project. Laravel project protect too many request from the same ip and we can set how many request that allow user request per minute in the same ip.
      Remember -> in the same ip
      Laravel can handle thousands request.
      Your service won’t crash at all.

  • @imdtap1448
    @imdtap1448 Před 11 měsíci +1

    It's a sign from the heavens..Dary and Gio had me thinking about learning PHP...Now A-A-Ron...Been thinking about this for at least 3 years (im JS loser wannabe)...
    Imagined if I would have listened to myself and committed? I would be well on my dream of working from home in my pj bottoms and tshirt...

  • @negativerfan
    @negativerfan Před 8 měsíci

    This is the first time that PHP makes me excited.

  • @dinoskostas5728
    @dinoskostas5728 Před 11 měsíci +1

    That was very intresting! But i have one question. The section that you showing that the input updates the ouput via http post request like the ngModel in angular. So my question is if this is secure or not. Because everyone has access to the dev tools and they can easily see those updates and i assume that can lead to an html injection or more am I right or am i missing something?

  • @areyousureyouareawake
    @areyousureyouareawake Před 10 měsíci

    "No more javascript" made me subscribe.

  • @md6886
    @md6886 Před 11 měsíci

    Looks good for simple pages.

  • @JasonJA88
    @JasonJA88 Před 11 měsíci

    I'm really loving what HTMX's doing...

  • @celebritydev1
    @celebritydev1 Před 9 měsíci

    I use livewire but when performance matters, I use react.
    Between, great content.

  • @DharmikGohil-bw2ug
    @DharmikGohil-bw2ug Před měsícem

    Great Video

  • @BartoloIlliano
    @BartoloIlliano Před 8 měsíci

    PHP is the best language for Web !!! You can build frontend and backend easy, more fast respect React

  • @ditzdee1
    @ditzdee1 Před 11 měsíci +2

    been an fullstack and backend developer but, currently more interested in backend. PHP is my first language in this industry. while trying other language, I find it's simpler not to think how to manage garbage collector (PHP only keep it until the request is done), and to manipulate array and more of them. Only it's sytax take longer than other few languages. I love this language, but still the market job requrements in my country is rare for this language for backend.

  • @FelonyKNviction
    @FelonyKNviction Před 11 měsíci

    Not a php dev but I still think this is pretty awesome

  • @therealtuyen
    @therealtuyen Před 9 měsíci +1

    The title is absolutely controversial topic. But guys, dont take the bait. Livewire just an option, do anything what you want to make your product release faster, more stable.

  • @pemrograman-cepat3393
    @pemrograman-cepat3393 Před 11 měsíci

    my first website run php. It just worked

  • @krtirtho
    @krtirtho Před 11 měsíci +33

    As a svelte fanboy this thing burns my soul
    Just imagine storing state in server
    It breaks REST, frontend and abuses HTTP requests
    I thought Angular was the worst. This is beyond Angular 😂
    Btw, nice video ❤

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +14

      Nah state is on the frontend it just gets sent to the backend to rehydrate the state on the backend. PHP builds and destroys the world on every request, so there's no stored state

    • @RockyPrabowo
      @RockyPrabowo Před 11 měsíci

      Ah yes. This is a typical post-2020 frontend developer saying bullshit about a mature tech they never tried. PHP is stateless by design. It never stores states beyond a lifetime of a request.

    • @thedailycutline278
      @thedailycutline278 Před 11 měsíci +4

      As a nextjs dev, Angular aint bad, php is on its own level of being bad

    • @MrSandvich03
      @MrSandvich03 Před 11 měsíci +7

      @@thedailycutline278 It's still better than JS

    • @liquidsnake6879
      @liquidsnake6879 Před 11 měsíci +16

      You do realise most roundtrip applications are vastly outperforming "modern" SPA crap right? We deal with network latency, you deal with 30 megabytes of javascript bundles and tons of nonsense from libraries you don't even understand blocking your thread.

  • @kousicthavva1283
    @kousicthavva1283 Před 11 měsíci

    I am subscribing to this channel because the word PHP

  • @lagcisco
    @lagcisco Před 11 měsíci +25

    So much happier our team got rid of NextJS/React/GraphQL/MaterialUI for regular boring vanilla Rails+HotWire+Tailwind+AlpineJS. So much code was deleted and accumulated cruft to support the graphql api and the entire massive React app. We can put out features a lot faster now and even performance improved, less complex deployments as well, wins all around.

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +6

      The vibes are shifting. We're so back!

    • @mikopiko
      @mikopiko Před 11 měsíci +1

      Turbo frame are something incredible!

    • @mikopiko
      @mikopiko Před 9 měsíci

      @americanhero3881 What is it you don't enjoy with Rails?

    • @mikopiko
      @mikopiko Před 9 měsíci

      @americanhero3881 Oh okey, their design regarding the "convention over configuration" can be hard to work with if you don't fully grasp it.

  • @kewltune4683
    @kewltune4683 Před 9 měsíci +1

    Totally love the “hit the dislike button twice” part! Thank you for the great video on this topic!

    • @windyhen2567
      @windyhen2567 Před měsícem

      and the poker face while saying it - niceeee

  • @dsuess
    @dsuess Před 11 měsíci +6

    I love PHP!! Hands down, I'd prefer to do more of the code in PHP and less in React/Angular, especially if this is going to execute faster than JS.
    Great breakdown, thank you!

    • @davidstephen7070
      @davidstephen7070 Před 11 měsíci +1

      this framework built on top JS. So it never execute faster than JS. This framework hides JS implementation. Like Blazor.

    • @dputra
      @dputra Před 10 měsíci

      @@davidstephen7070 blazor wasm is different if I understand correctly, they have their own "shadow DOM"

  • @dfrontierit2114
    @dfrontierit2114 Před 9 měsíci +1

    I have been using pure PHP for the past 12 years. All modern frameworks seem so complicated and just reinventing the wheels, by the way these frame works just come and go with the trends. Also the frameworks seem to just cater to the capabilities of the moment whereas all the modern cool features yet work best and simple on pure codes. Also I am literally able to code out a project by the time a person tries to setup and configure frameworks. The long way worked well for me after all than the shortcuts and trends.

  • @underflowexception
    @underflowexception Před 11 měsíci

    Great video

  • @VictorBorah-Invincible
    @VictorBorah-Invincible Před 6 měsíci

    I think, I am living in an era defined by "War of the Frameworks". You wake up every morning and find a new missile. Anyway, being from PHP background, I believe, we engineers love to make things fancy and complicated when it can actually be achieved in a much simpler way.

  • @3WR6f3
    @3WR6f3 Před 11 měsíci

    hell yea can't get enough of php!!

  • @kanister21
    @kanister21 Před 11 měsíci

    This video is my safe space.

  • @love4ever026
    @love4ever026 Před 11 měsíci

    wow gives new hope for php lovers like me

  • @oszi7058
    @oszi7058 Před 11 měsíci

    Love it xD!!!!

  • @ladanski
    @ladanski Před 11 měsíci +3

    As a php developer who now does Angular, this looks so familiar.

  • @user-ks2ic5nk2y
    @user-ks2ic5nk2y Před 11 měsíci +1

    i just love PHP
    , i never understand why it doesn't get the glory it deserves,

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +1

      That's why I'm here! 🫡🫡🫡 We'll return PHP to its rightful place at the top

    • @user-ks2ic5nk2y
      @user-ks2ic5nk2y Před 11 měsíci

      @@aarondfrancis with you all the way
      sir,

  • @hamidimomov232
    @hamidimomov232 Před 11 měsíci

    Awesome 👍

  • @Oyyou
    @Oyyou Před 11 měsíci

    "I wish I could write more PHP" got me good xD

  • @sbmiller3699
    @sbmiller3699 Před 9 měsíci

    wow. i'm checking it out.

  • @neelkamal7837
    @neelkamal7837 Před 9 měsíci

    it's really a nice information

  • @MrShaheer
    @MrShaheer Před 11 měsíci +6

    You could also use JS on the SERVER SIDE in the early days of web programming in 1999! long before NODE.JS was a thing (IIS supported it. ).
    You could also write STYLESHEETS with JS.
    Those were called JSS instead of CSS (Javascript Style Sheet).

    • @Eloii_Xia
      @Eloii_Xia Před 11 měsíci

      JSS is a bad thing !

    • @jefestar
      @jefestar Před 11 měsíci +1

      an all frontend and backend in vanilla javascript would be 🔥

    • @MrShaheer
      @MrShaheer Před 11 měsíci +1

      @@jefestar oh yeah. It could have been that, but the support wasnt good enough, only Microsoft supported it and their version wasnt as powerful as Node.

    • @eugrus
      @eugrus Před 10 měsíci +1

      ​@@jefestarif that emoji stands for hell 😂

    • @jefestar
      @jefestar Před 10 měsíci

      @@eugrus 😂

  • @lostcarpark
    @lostcarpark Před 9 měsíci

    I love PHP. ❤

  • @yatskanych_oleksandr
    @yatskanych_oleksandr Před 10 měsíci

    I love PHP ))

  • @jasper2virtual
    @jasper2virtual Před 9 měsíci +1

    I always don’t know should I implement spa backend (php page routing), or spa frontend (restful api + JavaScript routing)? Can anyone suggest a good article or book to guide me the designs decision. Thanks

  • @muhammadroushan8906
    @muhammadroushan8906 Před 11 měsíci +3

    Been using Livewire for an year now - its fantastic!

  • @zzkevinlim
    @zzkevinlim Před 11 měsíci

    To all you JavaScript fanbois with your complex JavaScript frameworks, let me tell you right now Laravel and Livewire are simple to use and effective in getting the job done. I don't care if they are slower (who cares if it's 100ms slower, are you building a multi million dollar product?) or less optimal, they still accomplish the task and I get paid for it. I don't want to spend time learning multiple frameworks or signing up for numerous services just to achieve the same outcome in the JavaScript ecosystem.

  • @Dfeneck
    @Dfeneck Před 11 měsíci

    God its so nice to hear someone talk good about PHP. I work with Java developers who only ever talk shit about PHP and I'm so over it.

    • @aarondfrancis
      @aarondfrancis  Před 11 měsíci +1

      Honestly I got tired of people talking trash all the time so I decided to start a counter-influence campaign

    • @gearboxworks
      @gearboxworks Před 11 měsíci

      ⁠@@aarondfrancis I was wondering if you were being serious or sarcastic when you said “never hearing anyone say anything bad about PHP.” Lol!
      Personally, after 10 years of working with PHP and a few years on the PHP Internals mailing list seeing how the sausage gets made I then discovered GoLang and experienced how great it is to be able to re-factor knowing that type safety has your back. Also, with finding my new skills in high $$$ demand like they never were when working with PHP, I cannot imagine ever doing PHP work again.
      Not saying you are wrong to work with it or like it, just that I am enjoying coding again in a way I haven’t after my first few years with PHP. #fwiw
      P.S. I watched your video not to slag No PHP but instead because I wanted to see how it was possible to do PHP on the front end. My take away is that it is not! The PHP is still running on the server and not in the browser. But, it is an interesting approach even though the title was click-baity! 😄

  • @mjerez6029
    @mjerez6029 Před 11 měsíci +2

    Love it .. I would rather go full circle with php that react.