PHP For Beginners, Ep 31 - Namespacing: What, Why, How

  Рет қаралды 13,667

Laracasts

Laracasts

Күн бұрын

It's time to discuss PHP namespacing, but don't worry: I'm going to make this incredibly easy to understand. If you can remember the days of storing your entire music collection locally, you'll grasp namespacing in seconds. Watch this full series at phpforbeginners....
Watch thousands of videos, track your progress, and participate in a massive Laravel community at Laracasts.com.
Laracasts: laracasts.com
Laracasts Twitter: / laracasts
Jeffrey Way Twitter: / jeffrey_way

Пікірлер: 23
@batsmanist
@batsmanist 10 ай бұрын
No day passes without me on this channel.❤
@BecomeAWebDev
@BecomeAWebDev Жыл бұрын
You're teaching as teaching's supposed to be done. good job
@aminhalk4783
@aminhalk4783 Ай бұрын
i realy love your teaching
@somegoofy
@somegoofy Жыл бұрын
Oki, to view error messages file indexphp in the beginning needs two rows: error_reporting(E_ALL); and ini_set('display_errors', 'on'); Searching why after changes in video code stopped showing one note... Problem found .... in file functions.php is used class Response, but if we write namespace Core; in the beginning of functions.php then follows other problems So solution - in beginning of function.php put - use Core\Response;
@belalehner3937
@belalehner3937 Жыл бұрын
Now I know the reason why Laravel uses the same namespace names as the direcories for the files. As I take a look at the spl_autoload_register function at 09:47 it is clear, that the dir name after the string replace is identical with the namespace. Great, I didn't know that, but I have got it.
@jonasbirkelof3614
@jonasbirkelof3614 Жыл бұрын
Looking forward to it! 😊
@badrjeddab4549
@badrjeddab4549 Жыл бұрын
also namespaces help to indentifie wich class that you gonna use if you have multiple classes with same name
@paulbrugger9610
@paulbrugger9610 10 ай бұрын
At 9:45 he skips over the Core/functions.php file and does not add in use Core/Response at the top. Episode 31 repo is missing it also. So SHOWING a note does not work. You can grab this file from episode 32 and it will work.... Great series, though.
@AK2000YY
@AK2000YY 10 күн бұрын
should i start 'core' file with a capital letter??
@sotelio5775
@sotelio5775 11 ай бұрын
I'm rewriting everything 😄
@RegulusVi
@RegulusVi Жыл бұрын
Great, thank you as always for awesome content you share for free. Little request: Could we please have some WYSIWYG editor on Laracasts Forums, to write our posts? Because, otherwise, it is hard to remember some tricks, like this: """, to place source code in a post. Provide us with some automatic format buttons, please.
@Фанат-щ9ь
@Фанат-щ9ь Жыл бұрын
Thank you for expand my knowledge. I heard that in America and most Europeans country php isn't popular programming language, how many projects or job offers on php can be meet in your country? Please sorry for my poor English.
@hadley8899
@hadley8899 Жыл бұрын
I'm in the UK and jobs for PHP here a plentiful (There are a lot of them)
@Фанат-щ9ь
@Фанат-щ9ь Жыл бұрын
@@hadley8899 Respect you for answering, I live in Russian and here bunch of vaccines also.
@leandrobernardini
@leandrobernardini Жыл бұрын
Über useful, thank you!
@webpulseify
@webpulseify Жыл бұрын
omg, its just 12 min, but it took more than one hour for me because of errors 😄but after all errors, I clearly understand concept of namespacing
@syedjackson6931
@syedjackson6931 Жыл бұрын
can you help me with control structure of laravel
@ekramer1
@ekramer1 4 ай бұрын
Ah yes, back before all of my music was on streaming services...... Oh wait, that wasn't a time period I can remember due to being too young to even listen to my own music on a computer of my own lol.
@grantmitchell1984
@grantmitchell1984 Жыл бұрын
I still don't get it...
@SimionChis
@SimionChis Жыл бұрын
If help, it is not an easy concept to understand but it is very important. You also can look for another tutorials. A good one is kzbin.info/www/bejne/gJ_MapZmYrOdqLs
@MahdiAmeri
@MahdiAmeri Жыл бұрын
Wonder why I can’t watch ads in this channel
@Laracastsofficial
@Laracastsofficial Жыл бұрын
We don’t display ads or earn money from this channel.
@MahdiAmeri
@MahdiAmeri Жыл бұрын
@@Laracastsofficial thanks so much. Really wanted to pay tribute to your great work even by watching ads🙏
PHP For Beginners, Ep 35 - Make Your First Service Container
19:23
Web Server Concepts and Examples
19:40
WebConcepts
Рет қаралды 246 М.
PHP Namespace Tutorial - Full PHP 8 Tutorial
20:15
Program With Gio
Рет қаралды 57 М.
BEWARE these Laravel attributes | Real World Laravel
19:10
Sam Lewis
Рет қаралды 3,7 М.
PHP For Beginners, Ep 50 - The Next Step in Your Php Journey
16:28
PHP For Beginners, Ep 47 - Composer and Free Autoloading
13:13
Vim Tips I Wish I Knew Earlier
23:00
Sebastian Daschner
Рет қаралды 65 М.
An Illustrated Guide to OAuth and OpenID Connect
16:36
OktaDev
Рет қаралды 589 М.
Learn PHP in 15 minutes
15:00
Jake Wright
Рет қаралды 2,7 МЛН
PHP For Beginners, Ep 30 - Autoloading and Extraction
19:37
Laracasts
Рет қаралды 15 М.
PHP For Beginners, Ep 33 - Build a Better PHP Router
20:46
Laracasts
Рет қаралды 22 М.