Creating Our First Laravel Project | Learn Laravel From Scratch | Laravel For Beginners

preview_player
Показать описание
This video will show you how to create your first Laravel project – Learn one of the most popular PHP frameworks for its advanced features, templating engine, fast commands and security.

📚 New Udemy Course

📲 Let’s plan a meeting

💌 Newsletter

🔥 Resources

Want to learn more?

#laravel #laravel8 #php #introduction
Рекомендации по теме
Комментарии
Автор

Nice video Dary.

Though I know I will get notified whenever you release a content, but on reading these lines from the video description:

"The first few videos will be the basic fundamentals, followed with some cool projects such as a blog, to-do list, e-commerce and way more!"

it makes me refresh your channel every moment to check for the updates... lol... It's just because I seriously can't wait for them to start rolling in.

Thanks a lot for your efforts.

emmanuelasaolu
Автор

thanks for making short and easy to follow tutorials

celsiusfahrenheit
Автор

wow I am loving it. completed this one. waiting for the fourth one. <3

OnlyJavascript
Автор

Awesome tutorials, thanks for sharing the knowledge 👍

davidef.
Автор

Thanks for this video .. but sincerely I have issues with this video because the commands u using isn’t working for windows

sirheed_ashinkiity
Автор

It'd be nice if you could add the nubmer of the video in the title and not only in the thumbnail :)

sankai
Автор

"ls" command is not recognized?
What kind of terminal are you using?

vincentmusschoot
Автор

This source path didn't work for me. Instead I used:

% touch ./bash_profile
% vi bash_profile
(type) export
(hit) [esc] key
(type) :wq
(hit) [enter] key
% cat bash_profile
(this should return) export
% source ./bash_profile
% laravel
(this should return information about the laravel installer)
cd into your desired folder
% laravel new projectname

ast