PersonalClasses
PersonalClasses
  • Видео 14
  • Просмотров 81 586
Laravel Generate PDF File using DomPDF
In this video, I will show you how to generate a PDF with the help of a Laravel package called DomPDF.
TERMINAL :
composer require barryvdh/laravel-dompdf
TERMINAL :
php artisan make:controller PDFController
WEB.PHP:
use App\Http\Controllers\PDFController;
Route::get('/generate-pdf', [PDFController::class, 'generatePDF']);
CONTROLLER :
use Barryvdh\DomPDF\Facade\Pdf;
public function generatePDF() {
$pdf = PDF::loadView('pdf.document');
return $pdf-angled-bracket download('document.pdf');
}
Просмотров: 242

Видео

Switch between VS Code Editor & VS Code Terminal [Very Easy]
Просмотров 2169 месяцев назад
To switch between the Editor and the Terminal. Add KeyBoard Shortcut. Open the keybindings.json file usually located at C:\Users\ The command workbench.action.terminal.focus is used to select the Terminal. Similarly, the command workbench.action.focusActiveEditorGroup is used to select the Editor. [ { "key": "ctrl down", "command": "workbench.action.terminal.focus", }, { "key": "ctrl up", "comm...
Integrate Git Bash as Default Terminal in VS-Code
Просмотров 6410 месяцев назад
ways we can use to set Git bash as the default integrated terminal in Visual Studio Code
How to install Git on Windows
Просмотров 7610 месяцев назад
Just starting up a series on how to get setup with Git and use it in a simple workflow. This is the first in the series - how to install git on Windows.
Solved : Your requirements could not be resolved to an installable set of packages
Просмотров 6 тыс.10 месяцев назад
To resolve this, you'll need to access your PHP file in your program directory. Once you've located the PHP file, open it and search for fileinfo. Uncomment the extension=fileinfo line in the PHP file. After uncommenting extension=fileinfo, you can proceed to run the composer install or composer update commands. I'll now run composer update to check if the error is resolved. After running the c...
How To Install Laravel | Could Not Find Driver Error | Database file at path does not exist Error
Просмотров 68510 месяцев назад
In this video, we'll show you how to install Laravel for the first time. Laravel is a popular web development framework that's used by many large web development companies. This video is for you! We'll walk you through the step-by-step process of installing Laravel and help you get started with web development. Chapters: 0:00 requirements 0:50 installing laravel 1:54 failed to open stream Error...
How to install Ubuntu 22.10 LTS in VirtualBox 2023 on Windows 10
Просмотров 133Год назад
In this video, I am installing the latest version of Ubuntu 22 on virtual machine using VirtualBox. We will run ubuntu 22 in a windows 10 computer without impacting the main OS. HERE ARE THE LINKS YOU NEED VirtualBox: www.virtualbox.org/wiki/Downloads Ubuntu 22 LTS: ubuntu.com/download/desktop TIMESTAMPS 01:14 -Download Install VirtualBox 03:14 -Create Virtual Machine 06:00 -Install Ubuntu 22 0...
How to Install Tomcat in IntelliJ IDEA & Run JSP Project
Просмотров 33 тыс.Год назад
In this comprehensive tutorial, we'll walk you through the process of setting up and running a JSP project using the Tomcat server in IntelliJ IDEA. Whether you're a beginner or just need a refresher, we cover every step, from installing the necessary plugins to configuring Tomcat and running your JSP application. By the end of this video, you'll be ready to develop and deploy JSP projects effo...
How to Install Tomcat in IntelliJ IDEA
Просмотров 6 тыс.Год назад
In this comprehensive tutorial, we'll walk you through the process of setting up and running a JSP project using the Tomcat server in IntelliJ IDEA. Whether you're a beginner or just need a refresher, we cover every step, from installing the necessary plugins to configuring Tomcat and running your JSP application. By the end of this video, you'll be ready to develop and deploy JSP projects effo...
How to Find a Folder using CMD
Просмотров 12Год назад
How to Find a Folder using CMD
Running a PHP Project on WAMP Server: Step-by-Step Guide
Просмотров 2,9 тыс.Год назад
Are you ready to take your PHP project live and showcase it to the world? In this comprehensive tutorial, we'll guide you through the entire process of running your PHP project on a WAMP server, so you can easily test and deploy your web applications locally. WAMP (Windows, Apache, MySQL, PHP) is a powerful and user-friendly software stack that provides everything you need to set up a local web...
Opening PHP Files in Notepad: A Quick and Easy Guide
Просмотров 664Год назад
Are you new to PHP development and wondering how to open PHP files using Notepad? Look no further! In this step-by-step tutorial, we'll show you the simplest and most straightforward method to open PHP files in Notepad. Whether you're using Windows or macOS, we've got you covered. Notepad is a lightweight and versatile text editor that's perfect for viewing and editing PHP code. Follow along as...
Starting Dynamic Web App JAVA JSP in Eclipse
Просмотров 62Год назад
Starting Dynamic Web App JAVA JSP in Eclipse
Starting Dynamic Web App(JAVA JSP) in IntelliJ IDEA
Просмотров 32 тыс.Год назад
Starting Dynamic Web App(JAVA JSP) in IntelliJ IDEA

Комментарии

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

    Sir after running the path there is blank page open.

  • @م.المتواري
    @م.المتواري Месяц назад

    thank you a lot

  • @Walalax-x6u
    @Walalax-x6u Месяц назад

    crack amazing

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

    It worked, thank you :)

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

    bro i am not able to get hte option of the tomat server inside the settings 2:48 what can i do now ?? please help me

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

    thanks!

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

    worked first try! very good tutorial

  • @CoolMotivation-shorts
    @CoolMotivation-shorts 3 месяца назад

    Thanks dear

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

    thanks friend!

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

    THANK YOUUUUU!

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

    is safe smart tomcat? maybe had a virus or something

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

    Супер! 3 дня не мог запустить нормально Tomcat. Спасибо!👍👍👍

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

    I was struggling with this problem, and randomly found your video and my problem solved. Thank You Sir....

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

    It worked, thank you!!

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

    on youtube no any video like this, regarding How to Install Tomcat in IntelliJ IDEA & Run JSP Project. trust me guys

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

    I was struggling with this, and randomly found your video. Thank You so much bro

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

    brother my requirements file doesn't install

  • @karthikeya.b6007
    @karthikeya.b6007 5 месяцев назад

    great video bro

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

    Thanks that was very helpful and was easy steps

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

    MUITO BOM!!!!

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

    Thank you so much! <3

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

    Muito bom conseguir baixar o driver jdbc direto pela ide

  • @Danielsilva-iq5vm
    @Danielsilva-iq5vm 6 месяцев назад

    Thank you , From Brazil! 2024

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

    Thank u soooo much

  • @ВладМаринов-г8и
    @ВладМаринов-г8и 7 месяцев назад

    thanks mate

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

    Bhai isi me ek class bna dete ki kaise banate hai

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

    thanks bro that's a big help

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

    Very good. Tks

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

    Thank you so much my friend!!! this was exactly what I needed

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

    Very good, my friend. I am brazilian and i did not find a video that explained so well. Thank you for this video

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

    Thanks a lot for sharing it

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

    Thanks a lot !!!! you have really helped me!

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

    thank you Sir!

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

    thank you so much

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

    thank you so muchhh! you helpedd me very muchh!

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

    Thanks!!

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

    Thanks!

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

    Thanks 🤓

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

    The requested URL was not found on this server. Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 Server at localhost Port 8080 help me

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

      Here are the steps to resolve the issue: 1. Install the Tomcat Plugin inside IntelliJ IDEA from the Marketplace. 2. Download the Tomcat zip file from the official website: tomcat.apache.org/ 3. Add the downloaded Tomcat file to IntelliJ IDEA's server configuration. If you can't find the Tomcat server option immediately, try restarting the application. 4. Watch this video => ruclips.net/video/NQcZXGx8TL4/видео.html

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

    bro, how to run another path file

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

      Could you please explain it in more detail so I can better understand and help you? 🤔🤔🤨🤨

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

    Thank you but erroe aya tha as a biginer up na o nahi dikha a tom car error

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

      Watch this video => ruclips.net/video/NQcZXGx8TL4/видео.html

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

    I was struggling with this. Thank you sooo much!!!

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

    Thanks

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

    Very concise video with information. My suggestion is to add voice.

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

    Thanks

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

    👍🏻

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

    Why have you made just two videos,make even more informative videos like this

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

      Thank you for the feedback! I appreciate your support and will definitely consider making more informative videos in the future.

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

    unable to find to tomcat server option

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

      same

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

      Here are the steps to resolve the issue: 1. Install the Tomcat Plugin inside IntelliJ IDEA from the Marketplace. 2. Download the Tomcat zip file from the official website: tomcat.apache.org/ 3. Add the downloaded Tomcat file to IntelliJ IDEA's server configuration. If you can't find the Tomcat server option immediately, try restarting the application. 4. Watch this video => ruclips.net/video/NQcZXGx8TL4/видео.html

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

      @@Monarch6969 Watch this video => ruclips.net/video/NQcZXGx8TL4/видео.html

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

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

    Thank you, I love you, you save me