Dani Krossing
Dani Krossing
  • Видео 608
  • Просмотров 60 702 599
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 m...
Просмотров: 6 832

Видео

2 | How to Easily Install Laravel | Laravel for Complete Beginners | Laravel Tutorial
Просмотров 11 тыс.Месяц назад
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: ruclips.net/video/GRqw0pBwewY/видео.html&ab_channel=DaniKrossing Add PHP to PATH on Mac: medium.com/@thufailmuhammed/adding-p-5cef4a4e48b ➤ GET ACCESS TO MY LESSON MATERIAL HER...
1 | Laravel PHP Framework Tutorial for Beginners | Laravel for Complete Beginners | Laravel Tutorial
Просмотров 16 тыс.Месяц назад
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
Просмотров 6 тыс.2 месяца назад
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
Просмотров 57 тыс.10 месяцев назад
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
Просмотров 53 тыс.10 месяцев назад
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 RUclips. 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 cr...
How to Log Errors in PHP | PHP Error Reporting and Debugging for Beginners | Log Website Errors
Просмотров 20 тыс.11 месяцев назад
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
Просмотров 56 тыс.11 месяцев назад
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: ruclips.net/video/Anz0ArcQ5kI/видео.html&ab_channel=DaniKrossing ➤ CHAPTERS 00:00:00 - Introduction 00:02:51 - You...
Should You Learn Object Oriented PHP?
Просмотров 10 тыс.11 месяцев назад
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: ruclips.net/video/Anz0ArcQ5kI/видео.html&ab_channel=DaniKrossing My 202...
3 Beginner Mistakes in PHP When it Comes to Form Data | Common PHP Beginner Mistakes | PHP Tips
Просмотров 10 тыс.11 месяцев назад
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
Просмотров 44 тыс.11 месяцев назад
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
Просмотров 21 тыс.11 месяцев назад
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
Просмотров 15 тыс.11 месяцев назад
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,2 тыс.11 месяцев назад
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
Просмотров 1 тыс.11 месяцев назад
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
Просмотров 16 тыс.11 месяцев назад
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
Просмотров 24 тыс.11 месяцев назад
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
Просмотров 35 тыс.11 месяцев назад
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
Просмотров 23 тыс.Год назад
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
Просмотров 25 тыс.Год назад
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
Просмотров 60 тыс.Год назад
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
Просмотров 53 тыс.Год назад
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
Просмотров 139 тыс.Год назад
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
Просмотров 17 тыс.Год назад
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
Просмотров 28 тыс.Год назад
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
Просмотров 31 тыс.Год назад
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
Просмотров 53 тыс.Год назад
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
Просмотров 99 тыс.Год назад
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
Просмотров 19 тыс.Год назад
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
Просмотров 12 тыс.Год назад
14 | What are Constants in PHP for Beginners | 2023 | Learn PHP Full Course for Beginners

Комментарии

  • @HakanGalip
    @HakanGalip Час назад

    I have one question! Why do you create extra separate validation functions to get true or false? Is it not enough to make the input validations directly in the signup and login function, (SignupContr and LoginContr) ? We get the same result, true or false, when we use if and else validations. Did i have a mistake in my thinking? Please tell it to me.

  • @HakanGalip
    @HakanGalip 2 часа назад

    You have a typo in your code, (Login class that extends to the dbh), the first $stmt->execute(array($uid, $pwd)) must call $stmt->execute(array($uid, $uid)), because you are looking for $uid OR $email and get as a result the $user_pwd. The questionmarks stands for that what you execute!. You don't need the second sql statement, because you do it in the first sql statement, where you found already all data of the needed user, (only looking for $user_pwd is wrong), because you get the right user and check later if the password is the right password! I also mean that ->fetch ist the better way to get only one user with the right login data and the right password. Writing double sql code, that is not needed, is not the best way.

  • @bombermanpc
    @bombermanpc 3 часа назад

    Can u please reply to me the whole code of this video that u just wrote because its way too much for me to write if possible

  • @VICTORGITAU-do5oh
    @VICTORGITAU-do5oh 3 часа назад

    i love your mustache btw

  • @VICTORGITAU-do5oh
    @VICTORGITAU-do5oh 4 часа назад

    This guy is so far the best I've come across Your tutorials are just what i need Wow S-Tier teaching😃😃👍👍 I'll be recommending you from now on

  • @Hidesinmud
    @Hidesinmud 11 часов назад

    When I try to add the HealthBar script to the HB_Fill it says “the script class cannot be found.”

  • @Hidesinmud
    @Hidesinmud 12 часов назад

    Thanks!

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

    26:00

  • @Escko
    @Escko 17 часов назад

    this has been an awesome set of lessons on PHP. Thanks for creating this amazing content.

  • @tomdarank1272
    @tomdarank1272 18 часов назад

    Amazing tutorial!

  • @ejiedaninspirations6426
    @ejiedaninspirations6426 22 часа назад

    please I have a question. I am looking into your tutorials. talking about prepared statement, it is used so that a code will not be injected into the data base. but subsequently, when the same data is grabbed from the code and inserted in the data base, if there is a code there that can destroy the data base, wont it still work? please explain further. Thank you

  • @user-hr6jv9rn2v
    @user-hr6jv9rn2v 22 часа назад

    Hey, I decided to learn Laravel and I just come across your videos, they are quite amazing for real🥹. I look forward to watching the new episodes. Thanks for all..

  • @MaximBordyug.
    @MaximBordyug. 23 часа назад

    Thank you. I never thought I would be taught how to create an HTML form by Elon Musk. I think this guy can impersonate him easily. Even his voice is similar :)

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

    i may be too dumb

  • @UMERKAMRAN-wv4uh
    @UMERKAMRAN-wv4uh День назад

    poop

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

    Great spokesman. Well done

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

    How would you view the persons information that they type after setting the user back into the home page?

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

    Many thanks, I have issues with update "$id". It was showing error from undefined array, what should I do?

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

    i dont really understand the reasoning at the end, but it works flawlessly for me. Thanks!

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

    bro is there a difference between CURRENT_DATE CURRENT_TIMESTAMP, and CURRENT_DATE CURRENT_TIME?

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

    It feels like Elin Musk is teaching me PHP 🤯

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

    Dani im waiting to see laravel fill tutoriall..

  • @Ca_gboy.360
    @Ca_gboy.360 2 дня назад

    Thanks bro

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

    thx bro

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

    Your hand gestures, weird expressions and jokes makes the learning much more entertaining 😁

  • @HarryEdwards-zk6ok
    @HarryEdwards-zk6ok 2 дня назад

    That's the thing I was looking for. Love you bro !!! 🤩🤩🤩

  • @user-lg3ct3wt2w
    @user-lg3ct3wt2w 2 дня назад

    Hello, Dani I hope you're doing well. I wanted to take a moment to express my sincere gratitude for the course you provided. The level of preparation, effort, and dedication you showcased throughout was truly commendable. I appreciated it! Keep it up, Man! Again! Thank you, Dani! From PHP PDO Procedural to PHP OOP & MVC Pattern! Hooray! I can now start to create my personal project to apply and explore what I've learned.. :D

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

    I've learnt php just from you and I love it. You explain everything so well that I understand what's going on, and how to use it in different situations.

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

    Fantastic, Very Great.

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

    you teach better than all of my lecture, thanks Dani!

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

    Welcome to phpMyAdmin Error MySQL said: Documentation Cannot connect: invalid settings. mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. how do I fix this error

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

    6 years later and still works!

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

    Yay, finally done. Thank you Dani!

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

    I'm happy that you helped me solve this. Thank you 😅❤

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

    WHATS THE RATIOO

  • @TestAccount-fr4rt
    @TestAccount-fr4rt 3 дня назад

    I really enjoy the way you discuss every part, it's very detailed. Are you considering in teaching JavaScript as well?

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

    if you have xampp running you don;'t need to create the database the terminal does that for you 22:54

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

    21:35 - Mine was asked for git because I have it installed, then the rest was the same

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

    FYI-XAMPP now has several files in the dashboard, in fact when you start running xampp and start the services the dashboard is what loads up (19:31), recommend backing it up first

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

    Love❤ ur tutorial, just all the right things to learn as a beginner, thanks bro all your videos are nice🎉🎉🎉

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

    FYI-The new installs with XAMPP and Composer automatically do this for you if you run the install as administrator. 13:15 (Path Variables for the System)

  • @othmaneman4053
    @othmaneman4053 4 дня назад

    hey i like your tutorials and i am currently learning from your PHP course for beginners and i have a question is that course enough to build an entire site? (i already have knowledge in html css js and sql server and i have a domain and a hosting service) i have never built an entire site so i dont know exactly the steps hahaha. thanks in advance

  • @samuelzev4076
    @samuelzev4076 4 дня назад

    Is there a way I can contact you to ask about programming? I have a basic understanding of HTML and CSS but my syntaxing still sucks at times.

  • @Flimzyvr
    @Flimzyvr 4 дня назад

    How do you video? On your desktop

  • @omisolveejaym.8885
    @omisolveejaym.8885 4 дня назад

    Can you make a video about api and how to make it in php? I really have a hard how api works and its purpose. Thankss!

  • @Inhaler74
    @Inhaler74 4 дня назад

    Hi Dani, _ I am very thankful for your videos :) I asked around in all different kind of groups on facebook and discord asking for help and not ONE person wants to help out . And its like this all the time with coding people !!!

  • @electronictreasure4191
    @electronictreasure4191 4 дня назад

    Started out strong. Looking forward to the next video.

  • @lazylemon118
    @lazylemon118 4 дня назад

    Love your videos, man. You just earned another sub. Looking forward to the next vid in the series.

  • @everstanding400
    @everstanding400 4 дня назад

    But what if user opens yourdomain/error_log.txt

  • @evansjosh7333
    @evansjosh7333 4 дня назад

    dude is Elon Musk your brother? I saw in one video admit it that he is your relative