Professional Blog+CMS Development With Laravel 5
Professional Blog+CMS Development With Laravel 5, available at $49.99, has an average rating of 4.55, with 97 lectures, based on 316 reviews, and has 1624 subscribers.
You will learn about Develop your creative and technical skills to build modern, scalable, secure and feature-rich website , start your own business, or launch a new career Develop web project more effective and efficient Able to transorm any templates on the internet to dynamic website using Laravel for your business This course is ideal for individuals who are This course is meant for students already familiar with the basics of HTML, PHP especially Laravel and want to level up their development skills by building real life project or This course is suits for you when you've already taken one of the many basic Laravel courses here on Udemy It is particularly useful for This course is meant for students already familiar with the basics of HTML, PHP especially Laravel and want to level up their development skills by building real life project or This course is suits for you when you've already taken one of the many basic Laravel courses here on Udemy.
Enroll now: Professional Blog+CMS Development With Laravel 5
Summary
Title: Professional Blog+CMS Development With Laravel 5
Price: $49.99
Average Rating: 4.55
Number of Lectures: 97
Number of Published Lectures: 94
Number of Curriculum Items: 97
Number of Published Curriculum Objects: 94
Original Price: $129.99
Quality Status: approved
Status: Live
What You Will Learn
- Develop your creative and technical skills to build modern, scalable, secure and feature-rich website , start your own business, or launch a new career
- Develop web project more effective and efficient
- Able to transorm any templates on the internet to dynamic website using Laravel for your business
Who Should Attend
- This course is meant for students already familiar with the basics of HTML, PHP especially Laravel and want to level up their development skills by building real life project
- This course is suits for you when you've already taken one of the many basic Laravel courses here on Udemy
Target Audiences
- This course is meant for students already familiar with the basics of HTML, PHP especially Laravel and want to level up their development skills by building real life project
- This course is suits for you when you've already taken one of the many basic Laravel courses here on Udemy
If you are ready to take your web development skills to the next level, then you have come to the right place!
This course using a project driven approach to learn Laravel. In this course we’ll learn Laravel PHP Framework from Scratch by building Real World application – WordPress CMS clone Application.
This course contains practical and valuable information that you can use to build any Web applications.
By the end of this course you will be able to build Production Laravel Project from scratch and will make you confidence to build complex web application.
To give you a better sense of what you’ll learn if you stick with me through this course, here’s the rough breakdown.
In the firs lessonYou’ll learn:
-
How to setup local development environtment
-
How to install composer and laravel installer.
In the second lesson you’ll learn:
-
How to setup frontend layout
-
Display all published posts with pagination
-
Show the blog post with SEO friendly url and show the author’s bio and author’s posts as well.
-
Display posts based on selected author
-
Display the categories with the number of posts in every category
-
Filter the posts based on the selected category
-
Filter the posts based on the selected author
-
How to display popular posts
-
How to custom 404 error page.
In third lesson, you’ll learn:
-
How to setup AdminLTE as backend layout,
-
How to manage the post such as add a new post, upload and resize the post image, update the existing post, move the post to the trash, restore the post from the trash or delete the post permanently, filtering the post such as display current user’s posts, display entire posts, display the posts on the trash, display the draft post, published post and schedule posts.
-
How to manage categories – create the category, validate category, update the category and delete the category.
-
How to Manage users to make application multi user support
In the fourth lesson you’ll learn about Access Control List or ACL to restrict the authenticated users to perform various actions based on the roles or permissions they have. This will make our application more secure and prevent particular pages from being access by unauthorized users.
In the fifth lesson you’ll learn:
-
How to add search form feature
-
How to add post tags feature
-
How to add post archives
-
How to handle comments to particular post
In the sixth lesson You’ll learn how to create beautiful tags widget
In the seventh lesson You’ll learn how to upgrade Your Laravel application to Laravel version 5.6.
In the eighth lesson You’ll learn how to deploy Your Laravel application so that it can be accessible in the Internet.
In this course you’ll also learn how to utilize Laravel artisan generator, you’ll learn about database migration, database seeder, eloquent relationship, route model binding and much more.
Update Histories:
November 2019 – Added new lesson about Tags Management Module
July 2019 – Added new section about how to upgrade Laravel Application to Digital Ocean Virtual Private Server
April 2018 – Added new section about how to upgrade Application to Laravel 5.6
March 2018 – Added new section about deploy Laravel application to Heroku
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Introduction
Lecture 2: Which laravel version we'll be used?
Lecture 3: Install local development environment
Lecture 4: Install Composer and Laravel Installer
Chapter 2: Frontend Blog
Lecture 1: Install New Laravel Project
Lecture 2: Setup Application Layout
Lecture 3: Create Posts table using Database Migration
Lecture 4: Insert Posts table with dummy data using Database Seed & Faker
Lecture 5: Display all posts – Part 1
Lecture 6: Display all posts – Part 2
Lecture 7: Display all posts – Part 3
Lecture 8: Display all posts – Part 4
Lecture 9: Show the Blog Post/Post Detail
Lecture 10: Make the Blog Post SEO Friendly
Lecture 11: Enable Markdown Support
Lecture 12: Create Post Categories
Lecture 13: Filter the posts by category – Part 1
Lecture 14: Filter the posts by category – Part 2
Lecture 15: Filter the posts by author – Part 1
Lecture 16: Filter the posts by author – Part 2
Lecture 17: Display popular posts – Part 1
Lecture 18: Display popular posts – Part 2
Lecture 19: Display popular posts – Part 3
Lecture 20: Custom 404 Error Page
Chapter 3: Backend Blog
Lecture 1: Setup Backend Layout – Part 1 (Login Form)
Lecture 2: Setup Backend Layout – Part 2 (Dashboard)
Lecture 3: Setup Backend Layout – Part 3 (Misc)
Lecture 4: Backend Blog Index – Part 1
Lecture 5: Backend Blog Index – Part 2
Lecture 6: Backend Blog Index – Part 3
Lecture 7: Add New Post – Part 1
Lecture 8: Add New Post – Part 2
Lecture 9: Upload Post Image
Lecture 10: Create Post Image Thumbnail
Lecture 11: Form enhancement – Part 1
Lecture 12: Form enhancement – Part 2
Lecture 13: Form enhancement – Part 3
Lecture 14: Edit Existing Post
Lecture 15: Delete Existing Post – Part 1
Lecture 16: Delete Existing Post – Part 2
Lecture 17: Delete Existing Post – Part 3
Lecture 18: Manage Post Categories – Part 1
Lecture 19: Manage Post Categories – Part 2
Lecture 20: Custom Forbidden Response Exception (If you're using Laravel 5.4)
Lecture 21: Manage Users – Part 1
Lecture 22: Manage Users – Part 2
Lecture 23: Failed login with newly created user issue
Chapter 4: Access Control List (ACL)
Lecture 1: ACL Introduction
Lecture 2: Install & configure the ACL package
Lecture 3: Attach the roles to users
Lecture 4: Attach the permissions to roles
Lecture 5: Securing the backend with ACL – Part 1 (Protect using middleware)
Lecture 6: Securing the backend with ACL – Part 2 (Protect in the client side/presentation)
Lecture 7: Add additional link to show only the current user's posts
Lecture 8: Add Role Selection in the manage users form
Lecture 9: Add Slug and Bio Column in the manage users form
Lecture 10: Show Edit Profile Form
Chapter 5: Frontend Blog – Part 2
Lecture 1: Search Form – Part 1
Lecture 2: Search Form – Part 2
Lecture 3: Post Tags – Part 1
Lecture 4: Post Tags – Part 2
Lecture 5: Post Archives – Part 1
Lecture 6: Post Archives – Part 2
Lecture 7: Post Comments – Part 1 (Generate new table and Model)
Lecture 8: Post Comments – Part 2 (Fill the table with fake comments)
Lecture 9: Post Comments – Part 3 (Display the comments in the blog post)
Lecture 10: Post Comments – Part 4 (Paginate the comments)
Lecture 11: Post Comments – Part 5 (Comment Form)
Lecture 12: Post Comments – Part 6 (Validate new comment)
Chapter 6: Backend Blog – Part 2
Lecture 1: Adding Tags Widget – Part 1
Lecture 2: Adding Tags Widget – Part 2
Lecture 3: Adding Tags Management Module
Chapter 7: Upgrade The Application to Laravel 5.6
Lecture 1: Introduction
Lecture 2: Upgrade to Laravel 5.6 – Part 1 of 3
Lecture 3: Upgrade to Laravel 5.6 – Part 2 of 3
Lecture 4: Upgrade to Laravel 5.6 – Part 3 of 3
Chapter 8: Deployment
Lecture 1: Preparation
Lecture 2: Migrate to Postgres database
Lecture 3: Initialize Data on Production
Lecture 4: Deploy Laravel Application to Heroku – Part 1 of 3
Lecture 5: Deploy Laravel Application to Heroku – Part 2 of 3
Lecture 6: Deploy Laravel Application to Heroku – Part 3 of 3
Chapter 9: Deploy Laravel App in DigitalOcean Virtual Private Server
Lecture 1: Introduction
Lecture 2: Setting up Server
Lecture 3: Installing Nginx, MySql & PHP
Lecture 4: Setting up Firewall
Lecture 5: Create a new special user for our deployment
Lecture 6: Setting up Nginx
Lecture 7: Setting up MySQL
Lecture 8: Setting up SSH Keys
Lecture 9: Deploying Laravel App in our Server
Instructors
-
Eding Muhamad Saprudin
Full-stack Web Developer and Instructor
Rating Distribution
- 1 stars: 5 votes
- 2 stars: 9 votes
- 3 stars: 33 votes
- 4 stars: 92 votes
- 5 stars: 177 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024