Philo Hermans
Philo Hermans
  • Видео 9
  • Просмотров 87 725

Видео

Updating existing artisan commands to use Laravel Prompts
Просмотров 5 тыс.Год назад
At Laracon US, a new first-party package was announced called Laravel Prompts. In this video, we will take a look at updating existing Livewire CLI commands with Laravel Prompts. Like & subscribe for more 🚀 Follow me on Twitter / X: philo01 Make a living selling code via Anystack: d.pr/YubbMz Video audio enhancements by clean.audio
Build a sales notification app using NativePHP
Просмотров 28 тыс.Год назад
NativePHP has been announced at Laracon by Marcel Pociot. A collaboration between Marcel and Simon. With NativePHP, we can build desktop applications with PHP. Let's put it to the test and make a little proof of concept. Say hello on Twitter: Philo01 Make a living selling code via Anystack: d.pr/R8RtNF Blog: philo.dev Video audio enhancements by clean.audio
Getting started with Livewire v3
Просмотров 23 тыс.Год назад
Livewire v3 has just been announced at Laracon by Caleb Porzio. There are a ton of amazing new features so let's take a look. 00:00 Intro 00:09 Wire Navigate 05:50 Lazy loading components 06:50 Reactive Properties 08:22 Modables 11:00 Locking properties 12:16 Form objects 15:47 Teleport 20:04 Upgrading Say hello on Twitter: Philo01 Premium Livewire Components: wire-elements.dev/pro ...
Create your first product with Unlock
Просмотров 5012 года назад
Create your first product with Unlock
Selling your software via Unlock
Просмотров 5352 года назад
Selling your software via Unlock
License and distribute your Electron application in less than 2 minutes
Просмотров 2,1 тыс.3 года назад
License and distribute your Electron application in less than 2 minutes
License and distribute your PHP composer packages in less than 5 minutes
Просмотров 1,3 тыс.3 года назад
License and distribute your PHP composer packages in less than 5 minutes
Laravel deployment with GitHub Actions
Просмотров 24 тыс.3 года назад
In this video, I will provide you with a step by step guide towards deploying your Laravel application to multiple servers without any downtime using GitHub Actions so you can feel confident about deploying your application to production with the best results for your clients. This approach works for any application, whether it's WordPress, Symfony, the technique (atomic deployment) is the same...

Комментарии

  • @jabahunter
    @jabahunter 5 дней назад

    So good

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

    I always face an issue with wire:navigate for init a datepicker on spesific page

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

    Damn FrontPage, we are old man!

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

    is deploying to kubernetets cluster around the same as for the services you are using?

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

      @@rickbeniers667 not sure about that I’m not using Kubernetes. I guess it is somewhat similar but instead you build, push and deploy an image instead of a zip file.

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

      @@PhiloDev ahh okay. I was playing around with docker images earlier so will try that next. thanks for the tip!

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

    Hello guys i have list of students with unique id in live wire component, on clicking edit button i want to open new livewire component have edit user view for that purpose i want to kno how we can switch from one livewire component to another with data on clicking button. Can anyone help me

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

      This might help ruclips.net/video/MbynDaPaBt4/видео.htmlsi=ZSOChaDQ3G7_VJ3L

  • @ashishroy1559
    @ashishroy1559 4 месяца назад

    This is one of the best tutorials. Thanks for this excellent tutorial.

  • @user-nj7hu7ig8e
    @user-nj7hu7ig8e 6 месяцев назад

    Hi Philo! Thx you for your efforts to make a good video.I have one important question to you: I am very inexperienced with deployment but I find it very dangerous to store the credentials in a json and upload it to the repository. Is that normal? I would have stored the crendetials as keys in GitHub secrets and only addressed them via variables in my deployment yml. What do you think?

    • @PhiloDev
      @PhiloDev 6 месяцев назад

      Agreed! This was just for the tutorial to make it a bit easier. If you check out the blog article it will explain how to use SSH keys instead :) philo.dev/how-to-use-github-actions-build-matrix-to-deploy-artifacts-to-multiple-servers/

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

    Awesome Video! This tutorial is still works right now? for Laravel with Vite.

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

      Yes! Still works, there is one minor change but you can see the updated blog article for more information 😄

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

    I am a bit confused because in the documentation you mention both Electron and Tauri. Which one does NativePHP use? If I am not mistaken Tauri has been written in Rust.

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

      The current release uses Electron. I’m not sure what the status is of the Tauri version. They are both wrappers for building apps while PHP is embedded to allow execution of PHP.

  • @question-du-temps
    @question-du-temps 8 месяцев назад

    Thank you for your great video. Is it possible to have a playlist in the Laravel training, from beginner to advanced? Thank you for reading your note.

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

      Thanks! I would recommend Laracasts for this 😄

    • @question-du-temps
      @question-du-temps 8 месяцев назад

      @@PhiloDev thanks you ! I'm happy to know your youtube Channel☺

  • @rawnato
    @rawnato 9 месяцев назад

    If you were to start an application today, would you start with Livewire or inertia?

    • @PhiloDev
      @PhiloDev 9 месяцев назад

      I would personally use Livewire

    • @rawnato
      @rawnato 9 месяцев назад

      @@PhiloDev Cool! I'm thinking about redoing a small project I have! and I have doubts! I even thought about doing it with react, but I'm too lazy to do front and Back 😅

    • @PhiloDev
      @PhiloDev 9 месяцев назад

      @@rawnatoyou won't regret it, Livewire is really great and not having to do both front and back-end is such a productivity boost.

  • @hendisantika
    @hendisantika 9 месяцев назад

    Is there any github repo for full code? Thanks

    • @PhiloDev
      @PhiloDev 9 месяцев назад

      No repo but you can find the code in the blog article :)

  • @jamzykimani
    @jamzykimani 10 месяцев назад

    Wow, straight to the point and very informative. This video is a gem!!!

  • @saidadz1903
    @saidadz1903 10 месяцев назад

    How to get exe file

  • @JSONFX
    @JSONFX 10 месяцев назад

    What theme are you using for vscode including the fonts? Thanks!

    • @PhiloDev
      @PhiloDev 10 месяцев назад

      I'm using PHPStorm with the default light theme and also the default font.

  • @rosselliot8971
    @rosselliot8971 11 месяцев назад

    Brilliant.

  • @alimosbah
    @alimosbah 11 месяцев назад

    Plase link Unlock

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Unlock is now Anystack: anystack.sh

  • @alimosbah
    @alimosbah 11 месяцев назад

    you are a legend bro

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thank haha!

  • @erhanurgun
    @erhanurgun 11 месяцев назад

    It's been more than a year since I started learning Laravel and I'm kicking myself why I didn't learn it earlier. They added so many things that I don't want to use anything else on the back-end except Laravel... You are great, health to your efforts. I signed up for the waiting list, I can't wait to try it... 🤩🥳

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks for the kind words! It's never to late to get started! Happy to hear you enjoy Laravel ❤

  • @mariano.pualiu
    @mariano.pualiu 11 месяцев назад

    OMG!, this is crazy, and also useful, but firstly, CRAZY!

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Crazy it is 😄

  • @francescoleto2823
    @francescoleto2823 11 месяцев назад

    Wooow awesome!! 🎉

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks! 🎉

  • @rickybarabba7866
    @rickybarabba7866 11 месяцев назад

    WOW!!! I asked for it and you made it. SUPER PHILO!!! 👏👏👏👏

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Let’s go! 🚀

  • @zulkiflimhd
    @zulkiflimhd 11 месяцев назад

    Great work Philo.. nice wire element also... 😍😍😍

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks! 😄

  • @falkowoudstra
    @falkowoudstra 11 месяцев назад

    Amazing 🤩

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks! 😄

  • @ryatkins
    @ryatkins 11 месяцев назад

    Great work Philo!

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks! 😄

  • @aschmelyun
    @aschmelyun 11 месяцев назад

    Dude, this is incredible! I can't wait to check it out.

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks! Looking forward to hearing what you think! Any feedback is always welcome 🙏🏻

  • @AmitErandole
    @AmitErandole 11 месяцев назад

    Is Jelly an open source project?

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Nope, it uses OpenAI

  • @JohnnyBigodes
    @JohnnyBigodes 11 месяцев назад

    This looks really good... Thank you for making this...

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Glad you like it! 😄

  • @JigarDhulla
    @JigarDhulla 11 месяцев назад

    FTW! Great work.

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks!

  • @j.oliveira
    @j.oliveira 11 месяцев назад

    Wow. Really nice!

    • @PhiloDev
      @PhiloDev 11 месяцев назад

      Thanks!!

  • @rikvandervaart2601
    @rikvandervaart2601 Год назад

    Dank.

  • @youtubevideos415
    @youtubevideos415 Год назад

    Where can i find some screenshots of how the native apps looks like? I quickly scrolled through this video and the endresult was never shown. Also the nativePHP website doesn't seem to have any screenshots.

    • @PhiloDev
      @PhiloDev Год назад

      You can use HTML and CSS to make the app look like anything you want. The end result is shown in this video but its a sales notification so there isn’t any UI. If you search for native php on Twitter/X you will find various examples.

    • @youtubevideos415
      @youtubevideos415 Год назад

      @@PhiloDev Oh, OK. Thanks. I thought it would be more like wxWidgets or QT or something.

  • @luckyplaya84x
    @luckyplaya84x Год назад

    ive a issue with wire:navigate and loading dependencies "flowbite". so if i navigate to other page then the mobile dropdown menu doesnt work anymore. i import flowbite in app.js and load them via vite. do u have any tip how i can fix that issue?

    • @PhiloDev
      @PhiloDev Год назад

      V3 is still in beta and packages are still working on compatibility. I would recommend reporting issues to the package maintainers so they can take a look.

  • @eramitgupta271
    @eramitgupta271 Год назад

    livewire 3 datatable how to use

    • @PhiloDev
      @PhiloDev Год назад

      You would have to ask the maintainer of that package

  • @alexanderisora
    @alexanderisora Год назад

    Nice voice!

  • @eunardayangco2987
    @eunardayangco2987 Год назад

    Good Day. I was recently watching your video and I was curious if this Native PHP consume a lot of memory on your computer as the same issue on Electron JS?

    • @PhiloDev
      @PhiloDev Год назад

      Electron has improved over the years, and memory consumption is pretty good! 😄

  • @gosnooky
    @gosnooky Год назад

    Light mode? Not sure if this guy can be trusted 😉

    • @PhiloDev
      @PhiloDev Год назад

      I actually like it during the day haha. In the evenings I switch back to dark mode.

  • @samearnoldwamae
    @samearnoldwamae Год назад

    Assuming a scenario where I`d want a route on the api.php file accessible on the LAN, a use case, print service api, how would one go about it? 😂 I have tried Artisan::call('serve'). Definately didnt work.

  • @gscode_id
    @gscode_id Год назад

    Hello, I've installed a livewire 3 and in my dashboard there's jquery steps, when the first time that load dashboard it is working, but when i try to wire:navigate and return to dashboard page, it said that $(...).steps is not a function

  • @DEBUGENTITY
    @DEBUGENTITY Год назад

    This can make PHP shine again

  • @ilahazs
    @ilahazs Год назад

    how to emit sweetalert2, when the sweealert2 scripts is declared on Script tag?

  • @webtantras
    @webtantras Год назад

    Unable to make it work on windows 11

  • @thebirdhasbeencharged
    @thebirdhasbeencharged Год назад

    Is it really a laravel package or product without the world "beautiful" lol

  • @azizdevfull
    @azizdevfull Год назад

    Like that Rails Turbo

  • @rsvtech367
    @rsvtech367 Год назад

    Super

  • @QuintessentialDio
    @QuintessentialDio Год назад

    the way i clicked this video was too fast

  •  Год назад

    There is nothing native about it? it looks like a wrapper around a browser (electron)

    • @PhiloDev
      @PhiloDev Год назад

      Correct! It's not really native, but still pretty cool being able to use PHP to build a desktop application 😄

  • @MohammadRoshandelpoor
    @MohammadRoshandelpoor Год назад

    It's such a nice package, wow

  • @tahidur-tuhin
    @tahidur-tuhin Год назад

    curious about terminal command auto suggestions. can you show the trick ?

    • @PhiloDev
      @PhiloDev Год назад

      I think you get this automatically when using the Warp terminal :)

  • @funnyvids7797
    @funnyvids7797 Год назад

    Which code editor you're using?