Dani Krossing
Dani Krossing
  • 608
  • 60 170 994
3 | Laravel Project Setup & Getting Started | Laravel for Complete Beginners | Laravel Tutorial
In this lesson, I will show a new Laravel project setup, and how to find various files inside the project. 🙂 We will also set up some environment variables, as well as create our first pages for our Laravel website.
➤ TIMESTAMPS
00:00:00 - Laravel file structure
00:02:50 - Laravel .env environment variables
00:05:15 - How to find your front page in Laravel
00:06:44 - Creating new pages for your Laravel website
00:10:53 - How to find CSS and JavaScript files inside Laravel
00:17:27 - MVC files locations inside Laravel
➤ GET ACCESS TO MY LESSON MATERIAL HERE!
First of all, thank you for all the support you have given me!
I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!
I am now using Patreon and UA-cam Memberships to share improved and updated lesson material, and for a small fee you can access all the material either from my memberships or Patreon, depending on your preference. I have worked hard, and done my best to help you understand what I teach.
I hope you will find it helpful :)
Memberships: ua-cam.com/channels/zyuZJ8zZ-Lhfnz41DG5qLw.htmljoin
Patreon: www.patreon.com/mmtuts
Переглядів: 3 233

Відео

2 | How to Easily Install Laravel | Laravel for Complete Beginners | Laravel Tutorial
Переглядів 3,2 тис.14 днів тому
In this lesson, I will show you how to install Laravel, since this is something many people struggle with. 🙂 Installing Laravel is easy, as long as you have someone show you the steps, one by one. Install XAMPP tutorial: ua-cam.com/video/GRqw0pBwewY/v-deo.html&ab_channel=DaniKrossing Add PHP to PATH on Mac: medium.com/@thufailmuhammed/adding-p-5cef4a4e48b ➤ GET ACCESS TO MY LESSON MATERIAL HERE...
1 | Laravel PHP Framework Tutorial for Beginners | Laravel for Complete Beginners | Laravel Tutorial
Переглядів 8 тис.21 день тому
In this lesson, I will get started on teaching Laravel for complete beginners. Laravel is the most popular PHP framework out there, so if you want to start developing production ready websites, then Laravel is a great place to start! 🙂 In this video I will cover "what Laravel is", and in the next one, I will teach you how to install Laravel from scratch, as someone who is completely new to Lara...
How to Easily Solve Star Wars Jedi Survivor Controller Problem on PC
Переглядів 3,4 тис.Місяць тому
In this video, I will show how to get wireless controllers working in Star Wars Jedi Survivors, through Steams controller support, without any 3rd party software. ➤ GET ACCESS TO MY LESSON MATERIAL HERE! First of all, thank you for all the support you have given me! I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So t...
29 | Let's Create A Login System in PHP! | 2023 | Learn PHP Full Course for Beginners
Переглядів 53 тис.9 місяців тому
In this PHP tutorial you will learn how to create a login system in PHP, by using all we have learned up until now! You will also learn about error handlers, MySQL databases, security basics, the MVC pattern, and how to show error messages to the user. 🙂 ➤ GET ACCESS TO MY LESSON MATERIAL! First of all, thank you for all the support you have given me! I am really glad to have such an awesome co...
Learn Object Oriented PHP for Beginners | With Examples to Help You Understand! | OOP PHP Tutorial
Переглядів 47 тис.9 місяців тому
Today I will teach you all the basics of Object Oriented PHP for beginners. 🙂 I tried making this the EASIEST Object Oriented PHP video on UA-cam. This video will focus on not just showing you HOW to write OOP PHP, but also how to USE it, so you know exactly how to replace your existing Procedural PHP with Object Oriented PHP! ➤ CHAPTERS 00:00:00 - Introduction to OOP PHP! 00:03:45 - How to cre...
How to Log Errors in PHP | PHP Error Reporting and Debugging for Beginners | Log Website Errors
Переглядів 19 тис.10 місяців тому
Today I will teach you how to log website errors using PHP, in order to show error messages in a better looking way, instead of directly inside the browser. 🙂 Showing PHP errors inside the browser is not a good security practice, and luckily we can do it in a smarter way, where only the developer can see them! ➤ GET ACCESS TO MY LESSON MATERIAL HERE! First of all, thank you for all the support ...
28 | Let's Create A Signup System in PHP! | 2023 | Learn PHP Full Course for Beginners
Переглядів 52 тис.10 місяців тому
In this PHP tutorial you will learn how to create a signup system in PHP, by using all we have learned up until now! You will also learn about error handlers, MySQL databases, security basics, the MVC pattern, and how to show error messages to the user. 🙂 ➤ LINKS My OOP PHP Course: ua-cam.com/video/Anz0ArcQ5kI/v-deo.html&ab_channel=DaniKrossing ➤ CHAPTERS 00:00:00 - Introduction 00:02:51 - You ...
Should You Learn Object Oriented PHP?
Переглядів 9 тис.10 місяців тому
So, do you have to learn object oriented PHP to learn PHP? Occasionally I comments under my OOP PHP videos, telling my viewers that "object oriented PHP is bad", followed be a list of reasons... So I would like to clarify why you should learn Object Oriented PHP in order to fully become a PHP developer. 🙂 My OOP PHP Course: ua-cam.com/video/Anz0ArcQ5kI/v-deo.html&ab_channel=DaniKrossing My 2023...
3 Beginner Mistakes in PHP When it Comes to Form Data | Common PHP Beginner Mistakes | PHP Tips
Переглядів 9 тис.10 місяців тому
In this video I will go over some PHP tips for beginners, and cover 3 common beginner mistakes in PHP when it comes to form data. These mistakes involve improper handling of data, both in code and when querying a database. common php mistakes, common php beginner mistakes, 3 beginner mistakes in php when it comes to form data, 3 beginner mistakes in php when handling form data, php beginner tip...
How to Fix No Sound When PS4 Controller Connected to PC | PS4 Controller to PC Tutorial
Переглядів 38 тис.10 місяців тому
Many of my viewers have had issues with no sound when plugging their PS4 controller to their PC, so now after 7 years, I will finally address it. ':D fix no audio on pc after plugging in ps4 controller, how to fix no audio on pc after plugging in ps4 controller, no sound when ps4 controller connected to pc, no sound when ps4 controller connected to pc fix, how to fix no sound when ps4 controlle...
List of All Basic PHP Security You Need to Know | PHP Security for Beginners | PHP Security Lesson
Переглядів 19 тис.10 місяців тому
In this PHP tutorial I will list all the basic PHP security you need to know, as a PHP beginner. 🙂 This will cover many of the security basics in PHP, general website security and network security, and other good coding practices in PHP. Security lessons are an important part of learning PHP, so hopefully this will help answer any question you have, when it comes to what you need to learn about...
Stop Doing This in PHP... | Avoid Nesting If Statements | Better Coding Habits in PHP
Переглядів 14 тис.10 місяців тому
In this video I will show you how to write clean code in PHP, when it comes to conditions. You will learn how to avoid nesting if conditions, to get better coding habits in PHP. Better coding practices is something we should all continue to get better at, so hopefully this tip will give some of you something useful. Better Coding Habits in PHP, php nesting, php nesting level too deep, avoid nes...
How to Start Streaming Using OBS in 2023 | OBS Quick Start Guide | Streaming for Beginners PC
Переглядів 1,1 тис.10 місяців тому
This is my OBS quick start guide for streaming for beginners. 🙂 A lot of people are getting into streaming, so I wanted to make a tutorial on how to start streaming in 2023 using OBS or Streamlabs. quick start guide on how to stream using obs, quick start guide on how to stream using obs in 2023, how to start streaming using obs in 2023, OBS quick start guide, Streaming for Beginners, streaming...
How to Get a High Quality Facecam Using a Webcam | OBS and Streamlabs Recording Tutorial
Переглядів 99610 місяців тому
How to Get a High Quality Facecam Using a Webcam | OBS and Streamlabs Recording Tutorial
27 | Hashing Using PHP for Beginners | 2023 | Learn PHP Full Course For Beginners
Переглядів 14 тис.10 місяців тому
27 | Hashing Using PHP for Beginners | 2023 | Learn PHP Full Course For Beginners
26 | Session Security Basics in PHP for Beginners | 2023 | Learn PHP Full Course For Beginners
Переглядів 22 тис.10 місяців тому
26 | Session Security Basics in PHP for Beginners | 2023 | Learn PHP Full Course For Beginners
25 | How to Create Sessions in PHP for Beginners | 2023 | Learn PHP Full Course For Beginners
Переглядів 31 тис.10 місяців тому
25 | How to Create Sessions in PHP for Beginners | 2023 | Learn PHP Full Course For Beginners
24 | Selecting Data Using PHP From Your Website! | 2023 | Learn PHP Full Course For Beginners
Переглядів 20 тис.11 місяців тому
24 | Selecting Data Using PHP From Your Website! | 2023 | Learn PHP Full Course For Beginners
23 | UPDATE & DELETE Database Data Using PHP From Your Website! | 2023 | Learn PHP Full Course
Переглядів 22 тис.11 місяців тому
23 | UPDATE & DELETE Database Data Using PHP From Your Website! | 2023 | Learn PHP Full Course
22 | INSERT INTO Database Using PHP From Your Website! | 2023 | Learn PHP Full Course for Beginners
Переглядів 55 тис.11 місяців тому
22 | INSERT INTO Database Using PHP From Your Website! | 2023 | Learn PHP Full Course for Beginners
21 | Change Username & Password in MySQL Database | 2023 | Learn PHP Full Course for Beginners
Переглядів 47 тис.11 місяців тому
21 | Change Username & Password in MySQL Database | 2023 | Learn PHP Full Course for Beginners
20 | Connect to a Database From a Website Using PHP | 2023 | Learn PHP Full Course for Beginners
Переглядів 124 тис.11 місяців тому
20 | Connect to a Database From a Website Using PHP | 2023 | Learn PHP Full Course for Beginners
Easy Responsive Dropdown Navigation for Beginners with HTML & CSS | Responsive Web Design Tutorial
Переглядів 16 тис.11 місяців тому
Easy Responsive Dropdown Navigation for Beginners with HTML & CSS | Responsive Web Design Tutorial
19 | SELECT & JOIN Database Table Data in MySQL | 2023 | Learn PHP Full Course for Beginners
Переглядів 26 тис.11 місяців тому
19 | SELECT & JOIN Database Table Data in MySQL | 2023 | Learn PHP Full Course for Beginners
18 | INSERT, UPDATE & DELETE to Change Table Data | 2023 | Learn PHP Full Course for Beginners
Переглядів 28 тис.Рік тому
18 | INSERT, UPDATE & DELETE to Change Table Data | 2023 | Learn PHP Full Course for Beginners
17 | Create Database Tables in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners
Переглядів 48 тис.Рік тому
17 | Create Database Tables in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners
16 | Create a Database in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners
Переглядів 88 тис.Рік тому
16 | Create a Database in MySQL PHP Tutorial | 2023 | Learn PHP Full Course for Beginners
15 | How to Use and Create Loops in PHP | 2023 | Learn PHP Full Course for Beginners
Переглядів 17 тис.Рік тому
15 | How to Use and Create Loops in PHP | 2023 | Learn PHP Full Course for Beginners
14 | What are Constants in PHP for Beginners | 2023 | Learn PHP Full Course for Beginners
Переглядів 11 тис.Рік тому
14 | What are Constants in PHP for Beginners | 2023 | Learn PHP Full Course for Beginners

КОМЕНТАРІ

  • @Wolfci
    @Wolfci 4 години тому

    I don’t understand why write .class when naming the file name UsersCntr means it’s a class by naming convention ??

  • @bla__berries
    @bla__berries 4 години тому

    this is great

  • @2684dennis
    @2684dennis 10 годин тому

    awesome, in htdocs/default i have a lot of maps that where in there afther installing, can i remove all them like what you did before in the htdocs? i have to work on a module web dev and we have to do a laravel project, this tutorial is gonna help me out,

  • @frankkaundamukhuni
    @frankkaundamukhuni 14 годин тому

    Hi Dan am having an error inside the code when i try to assign variable result to empty variable it says use of unassigned variable result. What must i do?

  • @ryanvr23-xf8vr
    @ryanvr23-xf8vr 14 годин тому

    i was watching other vids and they all just exspect you to know how to code

  • @Hussein-Damaari
    @Hussein-Damaari 20 годин тому

    Sir help me please I have watched this video and my apache doesn't start so, help me please sir😢 how to solve this error help me as soon as insha allah

  • @YtResolver
    @YtResolver 21 годину тому

    ur a good teacher

  • @ciroelpersa3778
    @ciroelpersa3778 21 годину тому

    Lara well

  • @IroneagleEditz
    @IroneagleEditz 22 години тому

    Thanks alot man you are a life saver😭✨✨

  • @kaiseverson7142
    @kaiseverson7142 День тому

    amazing video man worked great for me

  • @matthewjared8820
    @matthewjared8820 День тому

    Amazing teaching as always! When will the next lesson come out?!

  • @gunwitfun
    @gunwitfun День тому

    cool thanks

  • @janetwicksted
    @janetwicksted День тому

    Thank you so much !

  • @Tam0rr
    @Tam0rr День тому

    Thank you Dani!

  • @Irfans.official
    @Irfans.official День тому

    Thanks a lot Dani bro ❤🪄

  • @SamuelSunday-ju9bv
    @SamuelSunday-ju9bv День тому

    pls am finding it hard to login in my user how do i di it using oop mvc model php programming

  • @Salfke
    @Salfke День тому

    Thanks Dani, i never undersrtood left and right join, but now i do. :)

  • @mercykissi7016
    @mercykissi7016 День тому

    This guy is good 😍

  • @user-ih2zp9jg7f
    @user-ih2zp9jg7f День тому

    Is it possible to select (copy) a new row of data from the database automatically into an html table, after the user has clicked the submit button?

  • @NewLondonMarshall
    @NewLondonMarshall День тому

    Thank you so much for making this video!

  • @sorryjako123tel5
    @sorryjako123tel5 День тому

    9 years later - thanks so much

  • @tetsuyavirtus9148
    @tetsuyavirtus9148 День тому

    the best IT instructor

  • @Frogg3rbogg
    @Frogg3rbogg День тому

    Thank you

  • @poh3310
    @poh3310 День тому

    Thank you my friend for guiding me through the oop world

  • @makemoney25677
    @makemoney25677 День тому

    I really thank you my tutor 🙏. I request you to make a video about an advanced search engine for the website ❤.. Am following you from Uganda, East Africa 🌍

  • @young_youth
    @young_youth 2 дні тому

    thanks for your efforts.

  • @SFL1484
    @SFL1484 2 дні тому

    Great course. You should have a UDEMY course. Nice Job Dani.

  • @IEmirovic
    @IEmirovic 2 дні тому

    Omg he is back. Hail to the king. Raise your horns.

  • @Xo-cx6ed
    @Xo-cx6ed 2 дні тому

    I’m currently in software engineering coding bootcamp. It’s 15 week course. Any tips or advice??? I cannot grasp the whole JavaScript concept

  • @Riki_2000
    @Riki_2000 2 дні тому

    Thank you very, very much. I was frustrated that I couldn't play the game without controller, but now I can finally enjoy it

  • @demreb
    @demreb 2 дні тому

    You are look like Elon Musk

  • @jankottek3436
    @jankottek3436 2 дні тому

    Works well. Thanks a lot!

  • @elonleon4452
    @elonleon4452 2 дні тому

    You just saved my sorry ass, big time. I feel like the dumbest MF alive by ignoring this vid for so long Thanks dude.

  • @bldc-controller
    @bldc-controller 2 дні тому

    Many thankss ! you solve my problem !

  • @thseed7
    @thseed7 3 дні тому

    👍

  • @Cdubhen
    @Cdubhen 3 дні тому

    i was using the live server extension & it didnt work but i open the html & i works

  • @AndiBradley
    @AndiBradley 3 дні тому

    I tried to do a calculation 100 / 0.5 and it gave me an error. Is that my browser causing that or something else? Anything with a decimal point causes an error. Maybe the age of my PHP software?

  • @mbow1948
    @mbow1948 3 дні тому

    so, quick recap, people usually get overwhelmed, i would count how many time he said those words and it would be funny but i dont feel like it

  • @Netvirux
    @Netvirux 3 дні тому

    Waiting for the next video sir 😢

    • @Dani_Krossing
      @Dani_Krossing 3 дні тому

      Sorry I have been SWAMPED for the past 2 weeks. I have the next video recorded, but haven't found the time to edit it yet. 😖 I'll get it ready as soon as my IRL time allows it. 🙂

    • @Netvirux
      @Netvirux 3 дні тому

      @@Dani_Krossing owk Sir 🫠

  • @crystalhenderson9102
    @crystalhenderson9102 3 дні тому

    hey im this error message after typing this into comand prompt composer global require laravel/installer Changed current directory to C:/Users/HeartCoding/AppData/Roaming/Composer ./composer.json has been created Running composer update laravel/installer Loading composer repositories with package information Updating dependencies Lock file operations: 30 installs, 0 updates, 0 removals - Locking carbonphp/carbon-doctrine-types (3.2.0) - Locking doctrine/inflector (2.0.10) - Locking illuminate/collections (v11.7.0) - Locking illuminate/conditionable (v11.7.0) - Locking illuminate/contracts (v11.7.0) - Locking illuminate/filesystem (v11.7.0) - Locking illuminate/macroable (v11.7.0) - Locking illuminate/support (v11.7.0) - Locking laravel/installer (v5.8.0) - Locking laravel/prompts (v0.1.21) - Locking nesbot/carbon (3.3.1) - Locking psr/clock (1.0.0) - Locking psr/container (2.0.2) - Locking psr/simple-cache (3.0.0) - Locking symfony/clock (v7.0.7) - Locking symfony/console (v7.0.7) - Locking symfony/deprecation-contracts (v3.5.0) - Locking symfony/finder (v7.0.7) - Locking symfony/polyfill-ctype (v1.29.0) - Locking symfony/polyfill-intl-grapheme (v1.29.0) - Locking symfony/polyfill-intl-normalizer (v1.29.0) - Locking symfony/polyfill-mbstring (v1.29.0) - Locking symfony/polyfill-php80 (v1.29.0) - Locking symfony/polyfill-php83 (v1.29.0) - Locking symfony/process (v7.0.7) - Locking symfony/service-contracts (v3.5.0) - Locking symfony/string (v7.0.7) - Locking symfony/translation (v7.0.7) - Locking symfony/translation-contracts (v3.5.0) - Locking voku/portable-ascii (2.0.1) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 30 installs, 0 updates, 0 removals Failed to download doctrine/inflector from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\xampp\php\php.ini Now trying to download from source In GitDownloader.php line 82: git was not found in your PATH, skipping source download require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]

    • @Dani_Krossing
      @Dani_Krossing 3 дні тому

      It says you need to enable the zip extension, which means you skipped the part of the video, where we went over the php.ini file 🙂 make sure you have the zip extension uncommented

  • @animalsome
    @animalsome 3 дні тому

    You are a hero

  • @zairhyxezhyckatienza4789
    @zairhyxezhyckatienza4789 3 дні тому

    Do you have any Udemy courses?

  • @zelioda
    @zelioda 4 дні тому

    MY FRIEND YOU ARE A LIFE SAVER!

  • @carterchadburn4147
    @carterchadburn4147 4 дні тому

    It says Failed to launch game for me… any idea how to fix that?

  • @barshatiwari6011
    @barshatiwari6011 4 дні тому

    Very well explained even for the beginners it was clear to learn Thank you gonna start looking your videos ❤

  • @kabirsingh1905
    @kabirsingh1905 4 дні тому

    Thanks buddy really helpful

  • @SolarPanelAngleCalculator
    @SolarPanelAngleCalculator 4 дні тому

    Very good job. I have been using md5() for hashing and database paswording, but your way is awesome.

  • @jokur7
    @jokur7 4 дні тому

    so... nobody gonna talk about the full lane of taskbar icons he has???

    • @Dani_Krossing
      @Dani_Krossing 4 дні тому

      Easy access to all my tools 😉 Unfortunitaly, I can't fit them all there though

  • @NativeSmoke420
    @NativeSmoke420 4 дні тому

    This is important info for us new beginners! Thank You so much bro for this!

  • @freak7053
    @freak7053 4 дні тому

    Hello, for if-else I tried to some test and I had this error : unreacheable code something like that why?

    • @Dani_Krossing
      @Dani_Krossing 4 дні тому

      It means that there is some code that can never be reached inside your statement. So the condition can never be true.

    • @freak7053
      @freak7053 3 дні тому

      @@Dani_Krossing Thank you! It was clear in fact I tried to put the ! before it since I wanted to do a condition. Best teacher, have a wonderful day