Bluebird
Bluebird
  • Видео 61
  • Просмотров 388 677
DB Transactions with Example in Laravel 11
In this tutorial, We will show an example using database transactions and you will learn how to automatically roll back the database code that has been already executed when something goes wrong.
- How DB transactions are used in Laravel?
- When you use database transactions?
- What happens if you don't use them?
Here are some reasons why you might use Laravel DB Transactions:
- Atomicity
- Consistency
- Concurrency Control
- Error Handling
- Performance
Contents of this video:
00:14 - Make transaction controller
01:45 - Blade file (view)
01:56- Make notification email for subscriber
03:13 - DB Transactions
07:12 - Setup Database
07:47 - Setup Mailtrap
08:17 - Testing DB Transactions
09:46 - Without Usin...
Просмотров: 545

Видео

whereAll() & whereAny() Search Functionality Laravel 11
Просмотров 1,2 тыс.2 месяца назад
In this tutorial, you will learn how to set search functionality with relationships tables (posts, users, and categories) in laravel 11 application. whereAll() and whereAny(): A new feature in Laravel Query Builder, simplify text searches. Contents of this video: 00:00 - Demo 01:17 - Make Model, migration, seeder and controller 04:27- Setup Database 05:25 - Displaying data in Blade file 07:39 -...
Multi auth laravel 11 breeze & customize layouts
Просмотров 4,8 тыс.2 месяца назад
In this tutorial, we'll explore how to set up multiple authentication systems in a Laravel 11 application using Laravel Breeze. and, we'll customize the authentication views and layouts to match the design of our application. By the end of this video, you'll have a clear understanding of how to implement multi-authentication in Laravel 11 and customize the authentication experience for differen...
Laravel 11 Livewire Contact Us Form - Sending Email
Просмотров 1,1 тыс.2 месяца назад
In this tutorial, You will learn how to build a contact us form using laravel 11 and livewire. with real-time validation, and submitting the form without any page refresh and without javascript. Contents of this video: 00:00 - Demo 01:00 - Install livewire 01:14- Make livewire contact form 04:38 - Email functionality 05:57 - Make mail for contact-us 09:31 - Setup Mailtrap 10:08 - Sending email ...
Email Verification In Laravel 11
Просмотров 7782 месяца назад
In this tutorial, you will learn how to verify email after registration in laravel 11 application with jetstream. Contents of this video: 00:00 - Demo 02:22- Install Jetstream 03:26 - Setup Database 04:24 - Enable verify email 05:23 - Setup Mailtrap #Laravel #LaravelVerification #Verification
Sending a Welcome Email in Laravel 11
Просмотров 1,4 тыс.2 месяца назад
In this tutorial, you will learn how to send a welcome email after user registration in Laravel 11 application. It’s important to make new users feel welcome. Contents of this video: 00:00 - Demo 01:15- Install Jetstream 02:02 - Setup Database 03:16 - Make welcome email notification 04:23 - Setup Sending Email 05:15 - Setup Mailtrap 06:11 - Sending Email #laravel #Laravelemail #email
Factory and Seeder - tables with relationship in laravel 11
Просмотров 6792 месяца назад
In this tutorial, we'll cover Database Seeder and Faker in Laravel 11 applications, to fill database tables, using seeders and factories with Relationships. saving your time on manual data entry. #factory #seeder #laravel
Middleware in Laravel 11
Просмотров 2,3 тыс.2 месяца назад
In this tutorial, you will learn how to use middleware in laravel 11 application. so, this tutorial covers creating, registering, and assigning middleware to a route and globally. #laravel #MiddlewareInLaravel #middleware
Add new column in table without losing data in laravel 11
Просмотров 9002 месяца назад
Sometimes after migration, we may need to change our database table schema in laravel migration. so, in this laravel tutorial you will learn how to add a #column to a table without losing any data in laravel 11. In this video: - add new Column in table without losing data - change the type of a column - change the length of a column #laravel #MigrationWithoutLosingData
Localization In Laravel 11
Просмотров 2,9 тыс.2 месяца назад
In this tutorial, you will learn how to set localization in laravel 11 application. Laravel #localization features provide a convenient way to retrieve strings in various languages, allowing you to easily support multiple languages within your application. Contents of this video: 00:00 - Demo 00:57- Setup blade file 01:29 - Publishing the Language Files 01:37 - Defining Translation Strings 03:2...
How to Enable & disable User's Status in Laravel
Просмотров 8 тыс.10 месяцев назад
In this tutorial, you'll learn how to implement status (enable and disable) not only for users but also for products and other entities in a Laravel application. Contents of this video: 00:00 - Demo 00:50 - Adding a field into to user table (status) 01:55 - Setup Database 02:36 - Make user controller 04:57 - Enable & disable User's Status #laravel #laraveltutorial
Summernote Text Editor CRUD & Image Upload in Laravel
Просмотров 5 тыс.10 месяцев назад
In this concise tutorial, you'll learn how to implement a Summernote text editor with CRUD operations (Create, Read, Update, Delete) and image upload functionality in the Laravel application. We'll cover the entire process, from setting up the Summernote editor to handling image uploads. Here is the source code: github.com/mohsenkarimi-mk/Summernote-Text-Editor-CRUD-Image-Upload-in-Laravel #lar...
How To Count Days, Months, and Years Between Two Dates in Laravel
Просмотров 1,2 тыс.11 месяцев назад
In this tutorial, we will learn how to calculate the number of days, months, and years between two dates in Laravel. - Count Days Between Two Dates: We will demonstrate how to find the number of days between two specific dates. - Count Months Between Two Dates: We will show you how to determine the number of months between two dates. - Count Years Between Two Dates: We will show you how to calc...
How To Check If String Contains Specific Word In Laravel
Просмотров 21211 месяцев назад
In this video, you can learn how to check if the string contains specific word in Laravel. #laravel #string #laraveltutorial
How to Show Related Posts in Laravel
Просмотров 1,1 тыс.Год назад
In this tutorial, you'll learn how to show related posts in a Laravel application based on their categories. we'll establish a relationship between the posts and categories models and write a query to select related posts based on the current post's category while excluding the current post itself. #laravel #laraveltutorial
Laravel Search with Relationships Posts, Users, and Categories
Просмотров 22 тыс.Год назад
Laravel Search with Relationships Posts, Users, and Categories
Date Range Filter In Laravel
Просмотров 14 тыс.Год назад
Date Range Filter In Laravel
How to inline row editing in Laravel
Просмотров 3,9 тыс.Год назад
How to inline row editing in Laravel
Laravel Session CRUD Create, Read, Update, Delete Operations
Просмотров 1,1 тыс.Год назад
Laravel Session CRUD Create, Read, Update, Delete Operations
How to Get Random Posts from Database in Laravel
Просмотров 742Год назад
How to Get Random Posts from Database in Laravel
Bar Chart Display Number of User Registrations by Month in Laravel
Просмотров 7 тыс.Год назад
Bar Chart Display Number of User Registrations by Month in Laravel
Delete Multiple Records Using Checkbox in Laravel
Просмотров 12 тыс.Год назад
Delete Multiple Records Using Checkbox in Laravel
CRUD System For Cookies With Dark And Light Theme Example In Laravel
Просмотров 1,8 тыс.Год назад
CRUD System For Cookies With Dark And Light Theme Example In Laravel
User Online Or Offline Status In Laravel 10
Просмотров 6 тыс.Год назад
User Online Or Offline Status In Laravel 10
Strong Password And Auto Generation In Laravel 10
Просмотров 1,1 тыс.Год назад
Strong Password And Auto Generation In Laravel 10
Date Filters in Laravel 10
Просмотров 10 тыс.Год назад
Date Filters in Laravel 10
Sweet Alert In Laravel
Просмотров 12 тыс.Год назад
Sweet Alert In Laravel
How To Store JSON Data In Database Laravel
Просмотров 9 тыс.Год назад
How To Store JSON Data In Database Laravel
Generate QRCode and Barcode In Laravel
Просмотров 19 тыс.Год назад
Generate QRCode and Barcode In Laravel
Fluent String Methods In Laravel
Просмотров 503Год назад
Fluent String Methods In Laravel

Комментарии

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

    PLS HELP TWT Trying to access array offset on value of type null This is what it says when I click register

    • @BluebirdTech
      @BluebirdTech 14 часов назад

      The error is about mailtrap credentials, check again in .env file.

  • @fuadabdulhammed6002
    @fuadabdulhammed6002 2 дня назад

    Thanks so much for this, the way you did it is very good but is kind of didn't work on my laravel Project mayve cos of loads of JavaScript i have so i have to resort to using this: @if(Session::has('message')) <script> swal({ title: "Message", text: "{{ Session::get('message') }}", icon: "success", button: "OK", timer: 5000, dangerMode: false, }); </script> @endif

  • @user-dr9jx3bv2e
    @user-dr9jx3bv2e 3 дня назад

    THANK YOU !!!!! I've been struggling with this for so long

  • @manojsolanki6265
    @manojsolanki6265 3 дня назад

    i want this code you have github link to see code

  • @fraidygonzalezreinaldo1841
    @fraidygonzalezreinaldo1841 7 дней назад

    Thanks bro

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

    thanks a lot it's working

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

    Thank you very much <3

  • @yasir21322
    @yasir21322 16 дней назад

    Where is Source Code????

  • @ripplesr5655
    @ripplesr5655 17 дней назад

    Anybody watching this, the very first thing you wanna do is to check the package's githhub. How many issues they have, how many closed, if they maintain the package and so on. For instance, this editor has XSS vulnerability so cool for a pet project does not sound something I would pick in production until they solve this issue.

  • @diyaaghanem9172
    @diyaaghanem9172 18 дней назад

    Hello Sir, Is there a way to obtain the MAC address of a device connected to my system? I would like to identify the MAC addresses of devices logging into our company's system to ensure that employees are using the laptops provided by the company and not their personal devices. Thank you

  • @ShahinaNavas-uo4xe
    @ShahinaNavas-uo4xe 19 дней назад

    where can i get the code is it avialable in github

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

    Buen video solo tengo una duda, con este metodo es posible conectar una base de datos distribuida en varias pc es decir un db_conection por cada pc o seria diferente metodo?

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

    is it unlimited?

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

    is it unlimited?

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

    is it unlimited?

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

    is it unlimited?

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

    is it unlimited?

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

    hi, is it unlimited?

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

    work in 10?

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

    You are the best. This tutorial is what I need.

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

    I followed your tutorial to the letter but got stuck at the x-nav-link. My all my custom routes are not being recognized only the profile ones. I’m using version 11.8.0

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

    where is the code source ?

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

    ❤❤❤❤❤❤❤❤❤❤

  • @nemanjastojanovic7497
    @nemanjastojanovic7497 26 дней назад

    Dude why so annoying sound of typing tastature??

  • @paquitamari
    @paquitamari 28 дней назад

    hay, anyone can help me? i got the erorr like this "foreach() argument must be of type array|object, null given" i dont know to solve it. thanks

    • @paquitamari
      @paquitamari 28 дней назад

      please if there that know, help me. because this important to me...

  • @canaldogrifonoia1338
    @canaldogrifonoia1338 29 дней назад

    Helped a lot. Thank you!

  • @user-zu7fl9oc9c
    @user-zu7fl9oc9c Месяц назад

    You saved my life, dude

  • @NeresNeres-rs3bl
    @NeresNeres-rs3bl Месяц назад

    Hi friend, do you have this example using select box with select2???

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

    Sir ji code ka url send kar dete

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

    Gracias

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

    Thanks, helpfull for me, with Laravel 11 and Livewire.

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

    its amazing to learn this but i can't follow , i dont know where the codes came,,

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

      i would be nice if you could can explain briefly , and about the code i know you it's your property but atleast give a simple code to be followed thank you

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

    thanks

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

    why Session::get('locale') always return NULL on midleware? laravel 11

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

      i managed it work by using $locale = session('locale') ?? 'en'; I think it depend on driver setting

  • @90sGaana
    @90sGaana Месяц назад

    Thank you !! Hats of to sir

  • @user-le6cj6jk6s
    @user-le6cj6jk6s Месяц назад

    Hi can i get the source cod of this? please

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

    Thank you so much.

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

    Thanks! Your video helped!

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

    Is there a specific reason to put the formula in a separate controller rather than in the route? Route::get('language/{locale}', function ($locale) { App::setLocale($locale); Session::put('locale', $locale); return back(); });

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

    you do the best work from Afghanistan 100 number 🥰

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

    Muchas gracias por este vídeo, en mi caso ha quedado muy claro todo y me ha ayudado a seguir aprendiendo. Una apreciación... Quizás seria interesante tener el código en git/github ya que hay sitios en los que se hace un copy+paste o un simple paste y no se sabe muy bien se donde viene o lo que hace ya que no se muestra todo el código. Quizás es algo que se debería considerar 😉 Gracias por el vídeo/explicación.

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

      Estaría bien, no sabrás por curiosidad en el 31.00 de donde copia el layout verdad?

    • @vcntcagigas
      @vcntcagigas 18 дней назад

      @@rodrigogtzrbl9251 Creo que lo usa de un video anterior que se publicó.

    • @rodrigogtzrbl9251
      @rodrigogtzrbl9251 16 дней назад

      @@vcntcagigas Muchas gracias!

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

    Can you share your project? Im newbie. I can't follow your code :( Thanks

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

    Good

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

    It would be great to be able to view your code on github, for example. Because sometimes you can't catch all the details.

  • @user-bp4yi9gm1p
    @user-bp4yi9gm1p 2 месяца назад

    ты крутой

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

    brother I have to only add welcome mail rest of the things like [register,login]are already done by me then what should I do

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

    Thanks

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

    How do I delete 1 from the array? For example, if you want to delete Ali 

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

    Bro Ek Video " Laravel Crud Using Ajax " pe Banado Na...Plz.. By The All The Best Keep Growing..👍🤝

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

    Bro Ek Video " Laravel Crud Using Ajax " pe Banado Na...Plz.. By The All The Best Keep Growing..👌🤝