Hesan Naveed
Hesan Naveed
  • Видео 44
  • Просмотров 70 064
#14 - Laravel Excel - Imports ( Part 2 )
Laravel Excel Tutorial Series.
Imports Part 1:
ruclips.net/video/n4NO7VLqwSU/видео.html
In this video, we'll import a bit more complex excel file into our database.
If you find this video Helpful, please like the video and, subscribe to my channel.
The Project is uploaded on a GitHub:
github.com/hesan21/laravel-excel-tutorial
Laravel Excel Documentation:
laravel-excel.com/
#laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
Просмотров: 1 799

Видео

#13 - Laravel Excel - Imports ( Part 1 )
Просмотров 3,3 тыс.11 месяцев назад
Laravel Excel Tutorial Series. In this video, we'll import a simple excel file into our database. If you find this video Helpful, please like the video and, subscribe to my channel. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #ba...
#12 - Laravel Excel - RTL Sheets
Просмотров 86411 месяцев назад
Laravel Excel Tutorial Series. In this video, we'll see what events we can use, and, how to achieve RTL ( Right to Left ) in our exports. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#11 - Laravel Excel - Using Queues
Просмотров 2,4 тыс.11 месяцев назад
Laravel Excel Tutorial Series. In this video, we'll be see how we can use Queues to improve User Experience and generate Exports file in the background. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#10 - Laravel Excel - Column Customization
Просмотров 2,6 тыс.Год назад
Laravel Excel Tutorial Series. In this video, we'll be doing different customizations on Excel Sheet columns. Timeline: 00:00 - ShouldAutoSize 00:57 - WithColumnWidth 03:00 - WithStyles 04:50 - WithDefaultStyles 06:10 - TextWrap PHPSpreadsheet Styling: phpspreadsheet.readthedocs.io/en/latest/topics/recipes/#valid-array-keys-for-style-applyfromarray The Project is uploaded on a GitHub: github.co...
#09 - Laravel Excel - Multiple Sheets
Просмотров 3,3 тыс.Год назад
Laravel Excel Tutorial Series. In this video, we'll be see how we can export a report with multiple sheets. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#08 - Laravel Excel - Showing Zero Values
Просмотров 934Год назад
Laravel Excel Tutorial Series. In this video, we'll be see how we can show a 0 inside export. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#07 - Laravel Excel - Exporting and Storing Excel Files
Просмотров 1,7 тыс.Год назад
Laravel Excel Tutorial Series. In this video, we'll be see how we can export Excel file and store it inside our storage. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#06 - Laravel Excel - Mapping Data and Preparing Rows
Просмотров 4 тыс.Год назад
Laravel Excel Tutorial Series. In this video, we'll be see how we can manipulate data from exporting and how we can map through them. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#05 - Laravel Excel - Headings
Просмотров 3,2 тыс.Год назад
Laravel Excel Tutorial Series. In this video, we'll be using WithHeadings Interface to include Header in our exported excel file. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#04 - Laravel Excel - Different Ways to export
Просмотров 2,6 тыс.Год назад
Laravel Excel Tutorial Series. In this video, we'll be creating an export file using 3 different approaches. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Timestamp: 00::00 - FromArray 01:07 - FromQuery 02:08 - FromView Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #a...
#03- Laravel Excel - Simple Export
Просмотров 3,1 тыс.Год назад
Laravel Excel Tutorial Series. In this video, we'll be creating a simple export. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#02- Laravel Excel -Project Overview
Просмотров 2,9 тыс.Год назад
Laravel Excel Tutorial Series. In this video, I'll give you a brief overview of the Project I'll be using to generate Reports. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
#01- Laravel Excel -Intro and Installation
Просмотров 7 тыс.Год назад
Laravel Excel Tutorial Series. In this series, I'll show teach you how you can export Data to an excel file or a CSV. The Project is uploaded on a GitHub: github.com/hesan21/laravel-excel-tutorial Timeline: 00:00 Introduction 00:33 Installation Laravel Excel Documentation: laravel-excel.com/ #laravel #laravel10 #laravel2023 #eloquent #excel #report #laravelExcel #programming #backend #artisan
Localization in Laravel - Multi-Language Support - Laravel 9
Просмотров 961Год назад
In this video, I'll show you a basic way of how you can allow Multi-Language Support ( Localization ) in your Laravel Application. Github Repository Link: github.com/hesan21/localization Kindly give your valuable feedback in the comments, subscribe to channel and share the videos with others. #laravel #localization #multilanguage #translation #laravel9
#07 - Laravel Blog App - Code Refactoring
Просмотров 99Год назад
#07 - Laravel Blog App - Code Refactoring
#06 - Laravel Blog App - Rest APIs for Blog CRUD
Просмотров 212Год назад
#06 - Laravel Blog App - Rest APIs for Blog CRUD
#05 - Laravel Blog App - Frontend Part 3- Working on Blog Pages
Просмотров 822 года назад
#05 - Laravel Blog App - Frontend Part 3- Working on Blog Pages
#04 - Laravel Blog App - Frontend Part 2- Profile Page
Просмотров 642 года назад
#04 - Laravel Blog App - Frontend Part 2- Profile Page
#03 - Laravel Blog App - Frontend Part 1- Dashboard Page
Просмотров 932 года назад
#03 - Laravel Blog App - Frontend Part 1- Dashboard Page
#02 - Laravel Blog App - Backend Configuration [Part 2]
Просмотров 772 года назад
#02 - Laravel Blog App - Backend Configuration [Part 2]
#01 - Laravel Blog App - Backend Configuration [Part 1]
Просмотров 1492 года назад
#01 - Laravel Blog App - Backend Configuration [Part 1]
#00 - Laravel Blog App - Demo
Просмотров 2212 года назад
#00 - Laravel Blog App - Demo
Laravel Form Request Validation | Laravel 9 | Laravel 2022
Просмотров 1,5 тыс.2 года назад
Laravel Form Request Validation | Laravel 9 | Laravel 2022
Laravel Query Scopes | Laravel 9 | Laravel 2022
Просмотров 2102 года назад
Laravel Query Scopes | Laravel 9 | Laravel 2022
5 Optimization Techniques in Laravel | Laravel 9 | Laravel 2022
Просмотров 2412 года назад
5 Optimization Techniques in Laravel | Laravel 9 | Laravel 2022
Laravel Model Events and Observers | Laravel 9 | Laravel 2022
Просмотров 3142 года назад
Laravel Model Events and Observers | Laravel 9 | Laravel 2022
Laravel Eloquent: API Resources | Laravel 9 | Laravel 2022
Просмотров 2602 года назад
Laravel Eloquent: API Resources | Laravel 9 | Laravel 2022
Laravel Socialite - Login with Google | Laravel 9 | Laravel 2022
Просмотров 5 тыс.2 года назад
Laravel Socialite - Login with Google | Laravel 9 | Laravel 2022
Laravel Sanctum - API Authentication with Reset Password | Laravel 9 | Laravel 2022
Просмотров 5 тыс.2 года назад
Laravel Sanctum - API Authentication with Reset Password | Laravel 9 | Laravel 2022

Комментарии

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

    How about loading your own excel template and append your data?

  • @Irfan-Rajput-Laravel-Developer
    @Irfan-Rajput-Laravel-Developer Месяц назад

    Thank you very much, it helped me a lot.

  • @MukeshKumar-mw2pp
    @MukeshKumar-mw2pp 2 месяца назад

    --with-all-dependencies saved my time thanks buddy

    • @alanphoa
      @alanphoa 27 дней назад

      not work for me, would you tell me about it?

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

    i need to use a worksheet like thing in my software Is the laravel excel work it?

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

    how to create drop down list or select in column, can you help me

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

    Thank you very much, it helped me a lot.

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

    i am found a troubel .. please help me ... Call to undefined method App\Exports\MasterData\ExporNominnatif::queue()

  • @jaylylz1921
    @jaylylz1921 5 месяцев назад

    hello.am following your video.however am having a bit of a change.with the query and title methods.they are returning blank.my excel file thats being downloaded it dosent have employees names on the sheets as well as the each employee's information.what could be the problem? the two models am using are Employee and Adavance.Employee being the main model while the adavance as the child with the information of each employee. below is my code " <?php namespace App\Exports; use App\Models\Employee; use App\Models\Adavance; use Illuminate\Contracts\Support\Responsable; use Illuminate\Contracts\View\View; use Maatwebsite\Excel\Concerns\FromArray; use Maatwebsite\Excel\Concerns\FromCollection; use Maatwebsite\Excel\Concerns\FromQuery; use Maatwebsite\Excel\Concerns\FromView; use Maatwebsite\Excel\Concerns\WithHeadings; use Maatwebsite\Excel\Concerns\Exportable; use Maatwebsite\Excel\Concerns\WithMapping; use Maatwebsite\Excel\Concerns\WithMultipleSheets; use Maatwebsite\Excel\Concerns\WithTitle; // use Maatwebsite\Excel\Excel; libxml_use_internal_errors(true); class EmployeesExport implements WithMultipleSheets { use Exportable; protected $data; // private $fileName='employees.csv'; // private $writerType= Excel::XLSX; // private $headers=[ // 'Content-Type'=>'Text/csv' // ]; public function __construct($data) { $this->data = $data; } // // /** // * @return \Illuminate\Support\Collection // */ // public function collection() // { // // return $this->data; // } /** * @return array */ public function sheets(): array { $sheets = []; foreach ($this->data as $employee) { $sheets[] = new SheetExport($employee); } return $sheets; } } ==================================== <?php namespace App\Exports; use App\Models\Adavance; use App\Models\Employee; use Maatwebsite\Excel\Concerns\FromCollection; use Maatwebsite\Excel\Concerns\FromQuery; use Maatwebsite\Excel\Concerns\WithHeadings; use Maatwebsite\Excel\Concerns\WithMapping; use Maatwebsite\Excel\Concerns\WithTitle; class SheetExport implements FromQuery, WithTitle,WithHeadings,WithMapping { public $employee; public function __construct($employee) { $this->employee=$employee; } /** * @return string */ public function title(): string { return $this->employee->name; } /** * @return array */ public function headings(): array { return[ 'ID', 'REASON', 'AMOUNT', ]; } /** * */ public function query() { return Adavance::where('employee_id',$this->employee->id); } /** * @param RowType $row * @return array */ public function map($row): array { return [ $row['id'], $row['reason'], $row['amount'], ]; } } ==================================================== <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Exports\EmployeesExport; use Maatwebsite\Excel\Facades\Excel; use App\Models\Employee; use App\Models\Adavance; class ExportsController extends Controller { public function export() { $employees=Employee::all(); // return Excel::download(new EmployeesExport($employees), 'Employees.csv'); return (new EmployeesExport($employees))->download('employees.csv'); // return (new EmployeesExport($employees)); } } "

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

    thanks for the explication is very clear and specific

  • @issaissifou4959
    @issaissifou4959 5 месяцев назад

    Thank you, but with php 8.2 and laravel 10, the command install the version 1.1

    • @TES-A5
      @TES-A5 5 месяцев назад

      I am facing the same issue

  • @ThetHtooAung-h2m
    @ThetHtooAung-h2m 6 месяцев назад

    Thanks. By the way, where do you sketch the ER diagram?

  • @MrZamanian-w7t
    @MrZamanian-w7t 7 месяцев назад

    BadMethodCallException I have a problem with installing this library BadMethodCallException Method Illuminate\Foundation\Application::share does not exist. at vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php:112 108▕ */ 109▕ public function __call($method, $parameters) 110▕ { 111▕ if (! static::hasMacro($method)) { ➜ 112▕ throw new BadMethodCallException(sprintf( 113▕ 'Method %s::%s does not exist.', static::class, $method 114▕ )); 115▕ } 116▕ i Bad Method Call: Did you mean Illuminate\Foundation\Application::isShared() ? 1 vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php:154 Illuminate\Foundation\Application::__call("share") 2 vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php:58 Maatwebsite\Excel\ExcelServiceProvider::bindClasses()

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

    i get this error after publishing the config BadMethodCallException Method Illuminate\Foundation\Application::share does not exist. at vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php:112 108▕ */ 109▕ public function __call($method, $parameters) 110▕ { 111▕ if (! static::hasMacro($method)) { ➜ 112▕ throw new BadMethodCallException(sprintf( 113▕ 'Method %s::%s does not exist.', static::class, $method 114▕ )); 115▕ } 116▕

  • @okaen-pr1
    @okaen-pr1 8 месяцев назад

    i get this error at 4:38 ==> 'Could not find zip member zip://C:\xampp\htdocs\test\storage\framework\cache\laravel-excel\laravel-excel-P9aTOJFWmjjjJjG3R6tKO6NI5W1zkpDE.xlsx#_rels\.rels'

  • @AmericanHero-c7j
    @AmericanHero-c7j 8 месяцев назад

    You talk too fast, lack any detail and copy and paste bullshit. WTF is wrong with all of you low level devs in India? Do you actually know anything about what you are doing or do you just ram through the documentation with no clue of how to use this shit in the real world? Massive waste of time here. Goddamn I hate Laravel and PHP. Sloppy halfwit nonsense.

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

    Sir, What is the name of the browser extension for checking these queries?

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

    Thank you for this amazing content keep going, excellent job.

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

    Thank you very much, sir!

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

    Great tutorial, thanks. BTW, you forgot to send a message in your login method so your message is the status code: return response()->success($response, 201); instead of return response()->success($response, 'User Logged in', 201);

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

    i get a lot of errors

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

      tell me about it?

    • @MrZamanian-w7t
      @MrZamanian-w7t 7 месяцев назад

      @@waleedahmed8740 BadMethodCallException Method Illuminate\Foundation\Application::share does not exist. at vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php:112 108▕ */ 109▕ public function __call($method, $parameters) 110▕ { 111▕ if (! static::hasMacro($method)) { ➜ 112▕ throw new BadMethodCallException(sprintf( 113▕ 'Method %s::%s does not exist.', static::class, $method 114▕ )); 115▕ } 116▕ i Bad Method Call: Did you mean Illuminate\Foundation\Application::isShared() ? 1 vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php:154 Illuminate\Foundation\Application::__call("share") 2 vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php:58 Maatwebsite\Excel\ExcelServiceProvider::bindClasses() /////////////////////// what can i do

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

    very nice, sir

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

    Excellent series on Laravel Excel. Thank you very much, good job! I hope you keep uploading content.

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

    thanks, good examples !!

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

    Hi there. I've a many to many relationship and I want to create for each one a row with all related record. How can I do that?

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

      If I understood it correctly, that's just about making the data correct. You just need to get the data using a query that suits your need and simply loop through the data

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

    how to implement this signature url in button instead of copying.

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

    hi Naveed, i looking for merge heading cells, so i need a heading to become one cells

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

    Thank you

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

    Good and you can make it better if you use some standard font for your IDE. For personal use, you are free to use any font of your choice but if you want to target mass, should standardize these things. Good luck.

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

    Thank you very much Hesan, this is an excellent series with unique lessons, I am really really loving this series. Super useful & informative. ❤❤❤

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

    When I click on the selected Google account, it displays "Not Found The requested URL was not found on this server". How do I fix it?

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

    Hi Naveed, I found a missing gem for my laravel learning. This series is excellent work you have done for us. thank you so much. 🥰

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

    excellent job ❤❤❤

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

    great and short tutorial

  • @hassan-esabbah4913
    @hassan-esabbah4913 Год назад

    thanks very helpful github plz?

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

    can you tell me complete seo process in laravel?how to it and its exact process?

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

    hi bro, could you make tutorial laravel socialite with passport?

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

    Is lazy eager loading memory efficient?

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

      It reduce the initial load. For example, you start your PC and every apps start up your CPU will start screaming... but if you open only the apps you need, PC will stay happy :D Same goes for Lazy Loading/Lazy Eager Loading...

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

      @@HesanNaveedYT thanks

  • @NikolaDjordjevic-ds6vn
    @NikolaDjordjevic-ds6vn Год назад

    bro why you using this font for your IDE lol, good tutorial <3

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

      Changed it to a bit normal in newer videos 😅

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

    I have been trying to overcome this error for several days and without success. Laravel\ Socialite\ Two \ InvalidStateException (laravel 10.10.1) i do everything like you do, also watched a lot of other videos and info and gpt chat haha, also i created a new clean laravel project and i try to do it here but without success. I do not understand why. i am using docker. I tried github and twitter authorization, the problem is the same. some people say that it may be in the sessions, but as I see you didn’t even change this functionality, and the usual authorization works correctly for me. I look forward to your reply, thanks!

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

      stackoverflow.com/a/64176317/12246735 Try this one or other answers above

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

      @@HesanNaveedYT Unfortunately, these solutions did not help or are outdated, as a result I get an error 401 not authorized. Thanks anyway for the answer.

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

      @@HesanNaveedYT i can get information like this $user = Socialite::driver('github')->userFromToken($token); but standard $user = Socialite::driver('github')->user(); throws an error, I'm completely confused.

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

      I'm looking for a solution to the same error.

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

    can i make it using sanctum package ?

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

      Yes, this is just a simple demonstration of how you can achieve Social Auth with simple Laravel and Blade. You can grasp the idea behind using it and try with Rest APIs or sanctum.

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

    What is so hard with providing the source code for this, like even a gist file.

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

      Unfortunately, the video is an old one. At that time I didn't think about adding the source code. The newer ones has the Github repo with them.

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

    Thanks Great tutorial. All other tutorials miss this step of credentials.

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

    Very nice video

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

    Great job , upload more video

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

    Your interface font is really frustrating for the viewer 🙂

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

      Thanks for letting me know. I’ll fix it in newer videos.

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

    It's hard to see the fonts. It would be better if you increase the font size in IDE. Btw thanks for the tutorial bro.

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

      I'll be getting back to making videos from next week probably. Will use better fonts. Thanks for letting me know!!

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

    Well, I'd love to see how to validate DATEFORMAT, could you please show an example ? (yyyy-mm-dd)

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

      That’s an easy one. We have a “date_format” validator. So, we would validate date format this way: 'date_field' => 'date_format:m/d/Y' I hope you get the idea.

  • @SubcribeWithoutanyvideo-mt4zz

    So view composer is that easy? you a time saver bro

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

    What's the name of the font your using

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

    Nobody talks about how to use the token to validate route request

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

      If I'm not mistaken. You're refering to the validation of the token on receiving a request? That part is automatically handled by Laravel.