Laratips
Laratips
  • Видео 328
  • Просмотров 1 333 652
New in Laravel 11 - Encryption Key Rotation
If you change your application's encryption key, all authenticated user sessions will be logged out of your application. This is because every cookie, including session cookies, are encrypted by Laravel. In addition, it will no longer be possible to decrypt any data that was encrypted with your previous encryption key.
To mitigate this issue, Laravel allows you to list your previous encryption keys in your application's APP_PREVIOUS_KEYS environment variable. This variable may contain a comma-delimited list of all of your previous encryption keys.
When you set this environment variable, Laravel will always use the "current" encryption key when encrypting values. However, when decrypting val...
Просмотров: 833

Видео

New in Laravel 11 - Files Removed and Added
Просмотров 1,6 тыс.3 месяца назад
Here, Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Video Related Links Other Videos What's New In Laravel 11 Playlist ruclips.net/p/PL2DahmvUpeutmODuAUlZW5xnxIn6NvI19 What's...
New in Laravel 11 - The Once Method
Просмотров 5 тыс.3 месяца назад
Here, we will be looking at the new once method in the Laravel 11. Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Video Related Links Other Videos What's New In Laravel 9 rucl...
New whereAny & whereAll Methods Added - New in Laravel 10.47.0
Просмотров 6633 месяца назад
Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Video Related Links Other Videos What's New In Laravel 9 ruclips.net/video/qAzrZUG_9Z0/видео.html New In Laravel Playlist ruclip...
Deploy Laravel On Cloudways And Use Redis Cache
Просмотров 1 тыс.7 месяцев назад
Link to get 40% discount for 4 months: platform.cloudways.com/signup?id=1029148&fmp_active=1&fmp_plan=2&coupon=BFCM4040 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Support ...
3 Different Ways To Get Authenticated User In Laravel
Просмотров 10 тыс.Год назад
Here, we will be looking at 3 different ways to get authenticated users in Laravel. Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Support If you want me to continue making th...
New Sleep Class - 3 New Things Added - New In Laravel 10.10
Просмотров 2,4 тыс.Год назад
Here, we will be looking at 3 new things that are added to the latest version of Laravel which is v10.10.0 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Cloudways offers peac...
New Pipe Method On Process Facade - 4 New Things Added - New in Laravel 10.9.0
Просмотров 1,4 тыс.Год назад
Here, we will be looking at 4 new things that are added to the latest version of Laravel which is v10.9.0 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Cloudways offers peace...
A New Method To Read And Decode a JSON File - 2 New Things Added New in Laravel 10.5.0
Просмотров 2,4 тыс.Год назад
Here, we will be looking at 2 new things that are added to the latest version of Laravel which is v10.5.0 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Cloudways offers peace...
Convert Has Many Relationship To Has One - 2 New Things Added - New in Laravel 10.4.0
Просмотров 2,9 тыс.Год назад
Here, we will be looking at 2 new things that are added to the latest version of Laravel which is v10.4.0 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Cloudways offers peace...
New Way To Define HasManyThrough Relationship - 5 New Things Added - New in Laravel 9.51.0
Просмотров 2,2 тыс.Год назад
Here, we will be looking at 5 new things that are added to the latest version of Laravel which is v9.50.0 and v9.51.0 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Cloudways ...
New Array To Enum Collection Casting - 7 New Things Added - New in Laravel 9.49.0
Просмотров 1,8 тыс.Год назад
Here, we will be looking at 7 new things that are added to the latest version of Laravel which is v9.49.0 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Cloudways offers peace...
Laravel Tip - Fresh vs Refresh On Eloquent Model - Refreshing Models
Просмотров 7 тыс.Год назад
Here, we will be looking at the main difference between fresh and refresh methods on the eloquent model. If you already have an instance of an Eloquent model that was retrieved from the database, you can "refresh" the model using the fresh and refresh methods. Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get...
New Way To Disable Foreign Key Constraints - 3 New Things Added - New in Laravel 9.48.0
Просмотров 1,4 тыс.Год назад
Here, we will be looking at 3 new things that are added to the latest version of Laravel which is v9.48.0 Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a month using this link: bit.ly/3TAm5Ee Cloudways offers peace...
What If Two Or More Traits Have The Same Method
Просмотров 4,1 тыс.Год назад
Here, we will be looking at what to do if we have two or more traits with the same method name. We will be looking at how we can solve the same method name collision. Important Links Fonts, extensions I use, and Support Laratips links: bit.ly/m/laratips Offer GET ONE MONTH OF FREE CLOUDWAYS HOSTING Get up to Free Hosting by using code "LARATIPS" and you get $15 as credit which can last almost a...
Hide or Show Data From Collection - 3 New Things Added - New in Laravel 9.47.0
Просмотров 2 тыс.Год назад
Hide or Show Data From Collection - 3 New Things Added - New in Laravel 9.47.0
New Way To Load Data In Json Resource - 3 New Things Added - New in Laravel 9.46.0
Просмотров 2,1 тыс.Год назад
New Way To Load Data In Json Resource - 3 New Things Added - New in Laravel 9.46.0
A Huge Security Risk To Your Website - Cross-Site Scripting (XSS) - Practical Example and Solutions
Просмотров 7 тыс.Год назад
A Huge Security Risk To Your Website - Cross-Site Scripting (XSS) - Practical Example and Solutions
New Way To Load Components - 3 New Things Added - New in Laravel 9.45.0
Просмотров 2,8 тыс.Год назад
New Way To Load Components - 3 New Things Added - New in Laravel 9.45.0
Sortable Schedule List - 5 New Things Added - New in Laravel 9.44.0
Просмотров 1,8 тыс.Год назад
Sortable Schedule List - 5 New Things Added - New in Laravel 9.44.0
What's The Use Of dontReport Property On Exception Handler
Просмотров 2,2 тыс.Год назад
What's The Use Of dontReport Property On Exception Handler
Eager Load Specific Columns - 3 New Things Added - New in Laravel 9.43.0
Просмотров 2 тыс.Год назад
Eager Load Specific Columns - 3 New Things Added - New in Laravel 9.43.0
New in PHP 8.2 - New Features and Deprecations
Просмотров 4,2 тыс.Год назад
New in PHP 8.2 - New Features and Deprecations
New in PHP 8.2 - Deprecate Dynamic Property Declaration
Просмотров 4,5 тыс.Год назад
New in PHP 8.2 - Deprecate Dynamic Property Declaration
New in PHP 8.2 - Allow Constants On Traits
Просмотров 749Год назад
New in PHP 8.2 - Allow Constants On Traits
New in PHP 8.2 - Hide Sensitive Information In The Back Traces
Просмотров 1,1 тыс.Год назад
New in PHP 8.2 - Hide Sensitive Information In The Back Traces
New in PHP 8.2 - Standalone true, false and null types
Просмотров 1,1 тыс.Год назад
New in PHP 8.2 - Standalone true, false and null types
New in PHP 8.2 - Readonly Class
Просмотров 1,8 тыс.Год назад
New in PHP 8.2 - Readonly Class
AI Powered Code Review Assistant - What The Diff
Просмотров 4,1 тыс.Год назад
AI Powered Code Review Assistant - What The Diff
New Singleton Method on Route Class - 3 New Things Added - New in Laravel 9.42
Просмотров 2,2 тыс.Год назад
New Singleton Method on Route Class - 3 New Things Added - New in Laravel 9.42

Комментарии

  • @felixronnoh
    @felixronnoh 16 часов назад

    Saved me a 1 week work.

  • @felixronnoh
    @felixronnoh 16 часов назад

    You're the best.

  • @JeremyMoore1
    @JeremyMoore1 День назад

    nice overview. I enjoyed the pace. 👍

  • @Ankit-do2dv
    @Ankit-do2dv 2 дня назад

    Love from India 🇮🇳

  • @vignesh_mass_editzz
    @vignesh_mass_editzz 8 дней назад

    thank you so much.

  • @ngabohakiza3988
    @ngabohakiza3988 10 дней назад

    please

  • @ngabohakiza3988
    @ngabohakiza3988 10 дней назад

    where is the kernel file in laravel 11 please

  • @paulhetherington3854
    @paulhetherington3854 11 дней назад

    /wpx Z'' wjcn () ech parm~tmp mrkd Wn ml(i''mrkd dv pxjcn) UI'' auton la txt/ /parm(4''xUI''op (i'' dv pxjcn)) ech~mrkd Wn ml tmp fld < thrm lyr cjz djx~fvF(x''stp)/ /fr: mtxub op ceil < IC mol Z''() fst vd LN'' Jv Bn floch lk buoy LN'' < parm fltr HUD/s/ /krch f-stp() + vFd(zx'' Wn ml crts) parm Wn ml dub mol xlz op - hlf mtxub run parm/

  • @user-qe5px9ii1f
    @user-qe5px9ii1f 12 дней назад

    thanks alot

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

    This is an awesome tutorial

  • @ultrasys
    @ultrasys 20 дней назад

    Really? Fundamental database query best practice turned into a “Laravel Tip” as if it applied only/was exclusively to Laravel?

  • @umthym
    @umthym 21 день назад

    Take all the likes 🙏🙏👍👍👍👍👍👍👍👍👍👍

  • @eatsfunk
    @eatsfunk 23 дня назад

    Just discovered this channel. What a gift!

  • @MLDawn
    @MLDawn 24 дня назад

    Man you just saved my 6 months worth of work!!! Thanks a million.

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

    Oh great. This was exactly what I was looking for. God bless you bigtime

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

    very helpful

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

    very usefull thanks!

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

    Match works with callbacks as well.

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

    this should be the standard, to follow the industry standard of the MVC pattern

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

    Nice Bro! Do more please with a separate Playlist :)

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

    thanks for sharing

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

    Thank you very much

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

    Very educational. Thanks!

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

    in what folder can i access the kernel.php?

    • @ShahinaN-mq6yl
      @ShahinaN-mq6yl Месяц назад

      No in the latest laravel version their is no kernal.php instead we use bootstrap \app.php their we can write

    • @CyberStudios
      @CyberStudios 21 день назад

      I also got confused... 😢

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

    Thank you for the Video. I have one question how will it help if I merge a part of my feature branch code directly into the master with no approval, here we are directly pushing the code into master branch which I feel is not a recommended approach instead it should accept only via PR, from the developer's point of view it will help if we can merge only second and third file into the feature-one branch in your example. in most of the Organization direct commit to master will be restricted.

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

    Thank you

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

    Thanks <3

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

    I'm applying as a Laravel Developer for my next job and this really helped me alot to prepare and this is very useful thanks for the tip!

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

    thank you very much

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

    thanks alot brother

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

    Can you make video on multi threading in Laravel? Is it possible in Laravel?

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

    amazing explanation!

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

    awesome

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

    Sir please my laravel project have an error please will you help me?

  • @ElsayedRabeaa-br8cw
    @ElsayedRabeaa-br8cw 3 месяца назад

    thank you for you @Laratips

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

    Can you please make a vidio how we can get data using join method from two different databases two table and show them

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

    Hello Bro, I started my internship in startup two month ago and handling entire fronted part. They asked me to commit changes and with some mistakes I have used hard reset and entire code got destroyed and then I landed on your channel I JUST WANNA A BIG THANK YOU! ❤

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

      Glad to hear that you got your code back

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

    @laratips what about if i am using vue js as frontend and laravel as backend, i need to check every API call query execution time to optimize it

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

    Really Great

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

    thanks <3

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

    simply working like a store a user in a variable and calling that variable again and again.

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

    Really I facing this issue In my website. Thank you for solution

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

    so now you can have two keys, if the new one can't be verified, Laravel will use the old one, amarite?

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

      Yes, 100% correct

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

    What about the leaked data according to the previous key? Can we protect it too, or the new key will be bounded to the new data only?

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

      You can re-encrypt the data using the new key. Also, after the key is changed, the encryption will use the new key

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

      @@Laratips Thanks for clarification

  • @rameshsharma-426
    @rameshsharma-426 3 месяца назад

    a video on octane would be perfect for future 😊

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

    This is why they invented visual mode and text-objects in vim I think Ty

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

    After a long time, a good one. What's new in Livewire 3.4???

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

    interesting, but before I used Cache with driver array for this

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

      I haven't thought of this. Thanks for mentioning.

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

    straight to the point amazing