Learn Laravel 5.8 by creating an Instagram clone in this full tutorial course for beginners. Laravel is a free, open-source PHP web framework used for creating web applications.
💻Code:
⭐️Course Contents ⭐️
⌨️ (0:00) Introduction
⌨️ (1:14) What is Laravel?
⌨️ (2:07) Installing Laravel
⌨️ (5:30) First look at the project
⌨️ (7:15) Intro to php artisan
⌨️ (11:42) Generating login flow with make:auth
⌨️ (12:04) Setting Up the Front End with Node and NPM
⌨️ (20:00) Migrations and Setting Up SQLite
⌨️ (26:00) Designing the UI from Instagram
⌨️ (42:12) Adding Username to the Registration Flow
⌨️ (58:35) Creating the Profiles Controller
⌨️ (1:04:00) RESTful Resource Controller
⌨️ (1:09:10) Passing Data to the View
⌨️ (1:10:20) Adding the Profiles Mode, Migration and Table
⌨️ (1:17:30) Adding Eloquent Relationships
⌨️ (1:28:10) Fetching the Record From The Database
⌨️ (1:30:00) Adding Posts to the Database & Many To Many Relationship
⌨️ (2:04:24) Creating Through a Relationship
⌨️ (2:08:12) Uploading/Saving the Image to the Project
⌨️ (2:19:19) Resizing Images with Intervention Image PHP Library
⌨️ (2:27:42) Route Model Binding
⌨️ (2:31:48) Editing the Profile
⌨️ (2:46:46) Restricting/Authorizing Actions with a Model Policy
⌨️ (2:54:50) Editing the Profile Image
⌨️ (3:00:00) Automatically Creating A Profile Using Model Events
⌨️ (3:12:56) Default Profile Image
⌨️ (3:19:48) Follow/Unfollow Profiles Using a Vue.js Component
⌨️ (3:31:28) Many To Many Relationship
⌨️ (3:46:33) Calculating Followers Count and Following Count
⌨️ (3:48:55) Laravel Telescope
⌨️ (3:51:44) Showing Posts from Profiles The User Is Following
⌨️ (4:01:03) Pagination with Eloquent
⌨️ (4:03:25) N + 1 Problem & Solution
⌨️ (4:05:21) Make Use of Cache for Expensive Query
⌨️ (4:11:44) Sending Emails to New Registered Users
⌨️ (4:21:51) Wrapping Up
⌨️ (4:22:37) Closing Remarks & What’s Next In your Learning
🎥Course from Coder’s Tape. Check out their YouTube channel for more great Laravel tutorials:
—
Learn to code for free and get a developer job:
Read hundreds of articles on programming:
And subscribe for new videos on technology every day:
Nguồn:https://phprealestatescript.com/
Xem thêm Bài Viết:
- Top 4 phần mềm lập trình C++ tốt nhất hiện nay
- Tự học lập trình web bắt đầu từ đâu? – Bật mí chi tiết lộ trình “chuẩn” cho người mới học
- Giải đáp thắc mắc: Trong nhiếp ảnh và đồ họa manipulate là gì?
- Bài viết: Bật mí lộ trình học lập trình Web hiệu quả nhất hiện nay
- Giải thích khái niệm và ý nghĩa của thuật toán nổi bọt
Thank you all for watching. If you are looking for high-quality Laravel content, subscribe to our YouTube channel. We add fresh content every week.Check it out at https://www.youtube.com/coderstape
Your video help me a lot, Thanks
Which terminal are you referring to?
it tookme 4 days to go throigh the entire course, but I'm finally done. Really good tutorial, thanks a lot
2020 update?
I know nothing about PHP but LET'S GOOO
Dude you are lovely 😀 Thanks alot!
Thank you very much!, learn a lottttttt from this video <3
I have no idea of installing the composer on windows,kindly help.
I love your sexy talk
1:10:30
2:48:04 – I'm not really sure since i just recently started but in the latest version of Laravel, you would need to register your policy first at the app/Providers/AuthServiceProvider.php under the protected $policies variable otherwise you get an 403 error after doing the same thing as in the tutorial…
spam
Thank you so much Victor for this course.. You gave us so much for Free… I must appreciate your method of teaching and i will say you are the BEST teacher i have come across on youtube or udemy… Keep it up Bro… May god reward you. I have subscribed to your youtube channel Coder's Tape to continue benefiting from your wealth of knowledge.
Around 44:14, the type for the username input tag is probably 'text' and not 'username'.
Great Tutorial. Learners should read the description and use the version of Laravel 5.8 for you to be able to follow this tutorial without having an error. good job!
CSS don't work in login and register files -_-
Which default terminal is being used in the video ? With all the time stamps ? Curious.
Well done Victor. I don't know how did I land on your video but I am feeling so lucky. Hats off to you! I wish I could tribute you in a better way.
I am a Java Guru and i never worked with php. You made everything so simple for me. I was able to finish your video in three days and now I am quite good to go with php. Thank you so much!
When I enter the vim database/database.sqlite, my command prompt shows up 'vim' is not recognized as a command…. any solution?
Nope. nope. nope. The topic: great. The person talking? Pffffffffft.
It's droped the user table when added a new column. Bad…
thank you!
3:11
How could we go about adding a delete button to a post? Can anyone help me with this? Amazing tutorial regardless. Thank-you.
at 2:4