4 Packages You Need in ANY Laravel Project

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • There are popular Laravel packages depending on what your project does, but I would suggest the ones that you need no matter what.
    Related article:
    "Eloquent Eager Loading" in Laravel docs: laravel.com/docs/8.x/eloquent...
    - - - - -
    Support the channel by checking out our products:
    - Try our Laravel QuickAdminPanel: bit.ly/quickadminpanel
    - Enroll in my Laravel courses: laraveldaily.teachable.com
    - Purchase my Livewire Kit: livewirekit.com
    - Subscribe to my weekly newsletter: bit.ly/laravel-newsletter
  • ХоббиХобби

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

  • @Php-AhmedHegazi
    @Php-AhmedHegazi 3 года назад +44

    I think Laravel Telescope is very helpful package

  • @lpdrummerboy
    @lpdrummerboy 3 года назад

    Great video! I'm definitely going to be trying these packages out.

  • @altynbekmamasadykov4526
    @altynbekmamasadykov4526 3 года назад

    Great video again. Thank you from Bishkek!

  • @peterson.associates
    @peterson.associates 3 года назад +1

    Thank you from Alaska!

  • @agun21st
    @agun21st 2 года назад +1

    Very helpful video sir. I was looking for Laravel DB backup, and I got from your video.

  • @ShotoCon
    @ShotoCon 3 года назад +8

    Just added laravel query detector and followed all its prompts - noticeable performance improvement! Thank you so much for this!
    Reading the comments and I can see several other packages I am going to have to check out!

  • @adebajooluwaseyi2124
    @adebajooluwaseyi2124 3 года назад

    Thank you from Lagos, Nigeria

  • @poplach
    @poplach 3 года назад +5

    for multilingual project:
    composer require astrotomic/laravel-translatable
    composer require codezero/laravel-localized-routes

  • @nicolas.chauvet
    @nicolas.chauvet 3 года назад

    Yet another very usefull review. Query detector is awesome. Thanks a lot!

  • @kickass1179
    @kickass1179 3 года назад

    thanks for this article, im gonna try the first 3

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

    Hi Povilas,
    Thanks for the video. It's very helpful.

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

    Great Tips, Thankyou

  • @eddydarkenb1967
    @eddydarkenb1967 3 года назад

    Thank you for the info.

  • @habetech
    @habetech 2 года назад

    Thanks for advice !

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

    This is really helpful

  • @ncoppens
    @ncoppens 3 года назад +1

    Thank you this is very helpful. The letter combination eu in the Dutch language is pronounced same as ö in German.
    So you almost got Barry's name right, but it was a very good attempt.

  • @belce1982
    @belce1982 2 года назад

    Thanks as always!

  • @aculz
    @aculz 3 года назад +14

    Good one, but you need to mention the most powerfull package for me on every laravel project, which is Laravel Telescope :)
    it can be used to monitoring your project like Queue, Jobs, Request, Response and etc

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

      The problem with Telescope Laravel Package is due to It save all info in database growing faster your size. Would be necessary create a cron job only to prune the database telescope records. Because of that, I prefer Clockwork Package. It has same resources, but It save the informations using json files that can be easily deleted.

  • @Lucas-mu5no
    @Lucas-mu5no 3 года назад

    Awesome vídeo!

  • @carlosbermudez7498
    @carlosbermudez7498 3 года назад +14

    I would like to ask u about your thoughts on how to handle scalability with Laravel. I think is a good topic for a video.

  • @ShailendraSharmaDark
    @ShailendraSharmaDark 2 года назад +3

    I consider using Spatie Laravel-permission and Yajra Datatable package in every laravel project I am working on

  • @ricko13
    @ricko13 3 года назад +1

    Here I am always present with my daily LIKE to your video 👍

  • @mackynyxz
    @mackynyxz 3 года назад

    Nice. thanks for the infos

  • @GergelyCsermely
    @GergelyCsermely 3 года назад

    Thank You!

  • @gtdmg489
    @gtdmg489 2 года назад +2

    4:47 alternatively, you can enable Model::preventLazyLoading() in your service provider if you're using Laravel 8+.

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

      I also thought about it and replace laravel debugbar with clockwork. Debugbar is not for API Rest.

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

    Nice one, didn't know about Spatie\Backup, nice addition

  •  3 года назад +3

    Hi :D Greetings from Poland once again :)

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

    very good! tks

  • @imamhsn195
    @imamhsn195 3 года назад

    Thank you Sir

  • @Stoney_Eagle
    @Stoney_Eagle 3 года назад +1

    That debugbar is a life saver!
    I had one query that took more than 20 seconds and I couldn't figure out why because I did all my with statements but there's a difference between doing the with filtering in the models VS in the with statements itself.
    Now it takes 180ms!
    I created my own package that just creates an admin account with default values or with env overrides, very useful when you're running migrate fresh many times in your development process.

    • @HashimAziz1
      @HashimAziz1 2 года назад +1

      So which is the faster way?

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

      @@HashimAziz1Let the database do whatever it can. Filtering in the database should be the fastest, i expect.

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

    Thanks sir

  • @alila3883
    @alila3883 3 года назад

    Very helpful Thx Povilas

  • @mansoorkochy
    @mansoorkochy 2 года назад

    Good luck
    Thank you!

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

    Voyager is great too

  • @LAKD
    @LAKD 3 года назад +1

    Hi Laravel Daily. Your videos are great, and they're very educational. I do have Laravel experience, but I can't seem to find any sort of beginner tutorials on your channels though. The main reason for me to look those up were to improve my code quality from the very basics, essentially. Maybe if you don't have those, it would be an idea to start from the beginner to give new Laravel programmers a great start to their code?

    • @LaravelDaily
      @LaravelDaily  3 года назад +1

      My tutorials are not for beginners, indeed.
      I have basics in this free course: laraveldaily.teachable.com/p/laravel-for-beginners-your-first-project

  • @Laratips
    @Laratips 3 года назад +6

    The most useful package when you are working on a team is
    friendsofphp/php-cs-fixer
    This package can automatically fix the code style of your whole project with one command.

  • @hemantbhardwaj17
    @hemantbhardwaj17 3 года назад

    N+1 looks quit interesting thanks

  • @liamvictor
    @liamvictor 2 года назад +3

    Thanks Povlas. Installed the debugbar and the query detector and one simple index page went from 130+ queries to 8. Thanks for your recommendations and all you do for Laravel community / developers..

    • @majid-mahmoudi
      @majid-mahmoudi Год назад

      🤣🤣

    • @yungifez
      @yungifez Год назад +2

      130+ queries
      Damn what does it do

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

      @@yungifez It created the index of a business directory. It pulled in each category, how many sub categories, and the number of businesses in each.
      Easy problem to walk into with Laravel, but also very easy to solve!

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

      @@liamvictor laravel job security 😂😂

  • @chhiethearith9525
    @chhiethearith9525 2 года назад

    Thank you big ):

  • @devferas
    @devferas 3 года назад

    Thanks for this useful video, but for first problem "generat eloquent functions" you can add #query() function like this "User::query()->..."this function will generate eloquent :)

    • @crystoline
      @crystoline 2 года назад

      Yes I agree with you. I do this too.
      But you may consider using the package while working on old laravel project.

  • @surflaweb
    @surflaweb 3 года назад

    great! bro

  • @AndreasFelix
    @AndreasFelix 3 года назад

    With the first ide helper I get the error in that any model is defined twice. but besides this nice selection .

  • @ahmadrio
    @ahmadrio 3 года назад

    terima kasih

  • @mushfiqurmashuk6948
    @mushfiqurmashuk6948 3 года назад +1

    Great tips man.. I would love to have a video on processing thousands of requests per second in laravel and load balancing.. Hope to see this soon.

    • @LaravelDaily
      @LaravelDaily  3 года назад +1

      This is too individual to shoot videos about, depends on a lot of factors - your server stack, what your requests are actually doing, etc. For now, planning to shoot videos about coding, not about configuring servers.

  • @AbhinavKulshreshtha
    @AbhinavKulshreshtha 3 года назад +1

    Very helpful video as always. Does N+1 query detector hamper the productivity with all those browser alerts? Is there a way for it to show helpful messages someplace else like browser console or integration with debugbar?

    • @LaravelDaily
      @LaravelDaily  3 года назад +2

      I think that's the whole point - to show it "in your face", so you would fix them immediately :) Otherwise, you can use Debugbar.

  • @cardboarddignity
    @cardboarddignity 2 года назад

    Spatie/backup: why, if you could configure unix cron to run at specified time abd put those files outside of the webserver directory?

  • @VonsoGT
    @VonsoGT 3 года назад

    what about managing email?

  • @Priyankmotivaras
    @Priyankmotivaras 3 года назад

    What about L5moduler?

  • @damilolaadekoya7957
    @damilolaadekoya7957 3 года назад

    can laravel debug bar be used to measure API's performance or what tool can I use to measure laravel API performance

  • @nobnobnobnob
    @nobnobnobnob 3 года назад

    I'm a Java Dev and new to Laravel. I chose Laravel because PHP is easier to setup in my Web Hosting(due to limited Linux access). Laravel is very efficient in Scaffolding, but very easy to abuse. I love Laravel Daily(and learned most of the things here). But I notice that Logics are usually coded in the Controller, like other Laravel tutorials do. I've come from a practice where Controllers should only accept web request, then probably pre-handling and validation, then let another Service class do the rest. Like CRUD, and other complicated business rules stuff. I'm not sure if this pattern is actually a concern for PHP developers.

    • @reubenfrimpong
      @reubenfrimpong 3 года назад +1

      It is. You can read more about the Service Controller pattern in Laravel. There's a video on it on this channel

    • @nobnobnobnob
      @nobnobnobnob 3 года назад

      @@reubenfrimpong Thank you. Gonna check it out.

  • @lucassequeira7193
    @lucassequeira7193 3 года назад

    can you make video using react with laravel?

  • @joejohn.
    @joejohn. 3 года назад

    Does that query detector package cause this error for anyone else? Illuminate\Container\Container::bind(): Argument #2 ($concrete) must be of type Closure|string|null

  • @ramadhanbridge97
    @ramadhanbridge97 3 года назад

    Thanks , do u have advanced course on laravel relationships?

    • @LaravelDaily
      @LaravelDaily  3 года назад +2

      Yes, it's here: laraveldaily.teachable.com/p/laravel-eloquent-expert-level

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

    धन्यवाद श्रीमान

  • @m.Baobaid
    @m.Baobaid 3 года назад

    Can you please make a video in how to count all current online users in the site, and show it as a number?

    • @LaravelDaily
      @LaravelDaily  3 года назад +1

      I would use Google Analytics for that.

  • @shofada
    @shofada 3 года назад

    Thanks. Very helpful. But where do you configure or specify the external server to backup to?

    • @LaravelDaily
      @LaravelDaily  3 года назад

      In config/filesystems.php as a disk

  • @richardhoyle7778
    @richardhoyle7778 3 года назад

    I just tried to do the php artisan backup:run and I am getting a error: Backup failed because The dump process failed with exitcode 1 : General error : '"mysqldump"' is not recognized as an internal or external command,
    operable program or batch file.

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

    Hi,
    I just watched your video. I would like to know if there is any equivalent to debugbar or query-detector when I fully work on an API ? I didn't find any solution to monitor queries when completely working by API.
    Keep going, love ur vids ;

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

      We've recently published this list of tools: laraveldaily.com/post/laravel-eloquent-tools-debug-slow-sql-queries

  • @lloricode
    @lloricode 2 года назад

    I just use laravel/telescope instead of debugbar, so able to check queries in remote staging

    • @lloricode
      @lloricode 2 года назад

      also i use fruitcake/laravel-telescope-toolbar that uses telescope result,

  • @delamberty
    @delamberty 3 года назад

    Does this work with sublime text?

    • @LaravelDaily
      @LaravelDaily  3 года назад +2

      Not sure, please try and tell us all.

  • @bmtamim7818
    @bmtamim7818 3 года назад +1

    Hello sir, We want a video about" how to cofigure a laravel project on shared hosting " I have research and saw some video, They told that move index file from public to root. But l think its not a good idea. And I believe yoi will tell us a best way to configure/upload laravel project on shared hosting. Please give this video as a next daily video.😍..
    Please sir.

    • @JayP787
      @JayP787 3 года назад

      You are supposed to store all files in the root directory for security purposes. If not, you'll have to add a few lines to your .htaccess in order to prevent access into your .env since you'll be exposing it to the world by placing the project inside public_html. As far as file/folder structure, you can either tell Laravel to change from 'public' to 'public_html' or change your apache/nginx public's directory. This is something you'd have to configure on any web server for any PHP framework, not just Laravel...

    • @bmtamim7818
      @bmtamim7818 3 года назад

      @@JayP787 I have write some redirect code on root htaccess as well with help of the stackoverflow. But its not working for me.

  • @DanielDW69
    @DanielDW69 2 года назад

    What are your thoughts on Laravel sentry?

  • @rymercyble7245
    @rymercyble7245 3 года назад +3

    my problem with ide helper models is that if i use it then phpstorm tells me on each model that "other declaration of class User exist at _ide_helper_models

    • @lubje
      @lubje 3 года назад

      From the laravel-ide-helper github page: "Alternatively using the --write-mixin (-M) option will only add a mixin tag to your Model file, writing the rest in (_ide_helper_models.php). The class name will be different from the model, avoiding the IDE duplicate annoyance."

    • @rymercyble7245
      @rymercyble7245 3 года назад +1

      @@lubje thank you

  • @yoho403
    @yoho403 2 года назад

    Don't know if anyone else ahs the same issue but currently for me Laravel debug bar breaks my ajax, has happened on widnows and ubuntu for me

  • @MarekLichtner7
    @MarekLichtner7 3 года назад

    Tip for video: Why do you prefer debugbar instead of telescope + laravel-telescope-toolbar?

    • @JonathanKingstonFear
      @JonathanKingstonFear 3 года назад +1

      Why do you prefer telescope + laravel-telescope-toolbar instead of Clockwork + Clockwork Chrome/Firefox extension? ;-)

  • @KatieGeorgieva
    @KatieGeorgieva 3 года назад +1

    spatie media-library

  • @victoronwe906
    @victoronwe906 3 года назад

    Great job! Please make a tutorial on how to web scrape SPA like Amazon, thanks.

  • @madhanjk1223
    @madhanjk1223 2 года назад +1

    Clockwork

  • @redayoub
    @redayoub 3 года назад +1

    Thanks for the video
    I have VueJS separate frontend and connected to backend using api
    how can i use Laravel debugbar ?

    • @LaravelDaily
      @LaravelDaily  3 года назад +5

      Use Laravel Telescope instead. Will probably shoot a separate video on it, probably.

    • @GraxS
      @GraxS 3 года назад +2

      Check out Clockwork

    • @JonathanKingstonFear
      @JonathanKingstonFear 3 года назад +2

      You can but it's clunky. I was doing this until I switched to Clockwork. It works much better for API-driven projects, especially when you install the Chrome/Firefox extension.

    • @redayoub
      @redayoub 3 года назад

      @@LaravelDaily Thank you I tried it and it is awesome

    • @redayoub
      @redayoub 3 года назад

      @@GraxS thank you for the suggestion

  • @sakthivel-kl1ws
    @sakthivel-kl1ws 2 года назад

    Hi May I check with u that if existing package failed to update, if failed then is it going to break application or its works with previous version. Please advice thank you

    • @LaravelDaily
      @LaravelDaily  2 года назад

      Depends on the package and the situation.

  •  3 года назад

    You forgot Magic Test 😝

  • @dvs149
    @dvs149 3 года назад

    how install old version laravel(like 5.5) in mac m1

    • @aculz
      @aculz 3 года назад

      use docker if you coudnt get version you want, it can be help

  • @adiryad
    @adiryad 2 года назад

    Laravel telescope is the most needed package.

  • @TIGER-ql9jj
    @TIGER-ql9jj 3 года назад

    How to solve that "Not enough memory resources are available to process this command" While installing packages

  • @paka7038
    @paka7038 3 года назад

    Laravel IDE Helper
    Laravel debugbar
    Laravel n+1 query detector
    Spatie laravel backup

  • @Vlad73125
    @Vlad73125 3 года назад

    Im working with laravel about 2 years and i can tell that ide helper plugin/package is a horrible thing for development on my opinion. Maybe it will be useful for newbie

  • @xuandungho
    @xuandungho 3 года назад

    like me :D but thanks u sir

  • @rifkiardiansyah616
    @rifkiardiansyah616 3 года назад

    Thanks sir