Build a news portal with Laravel and Bootstrap 2022
Build a news portal with Laravel and Bootstrap 2022, available at $59.99, has an average rating of 4.65, with 84 lectures, based on 40 reviews, and has 4986 subscribers.
You will learn about Build advanced application with Laravel Laravel Application structure Laravel MVC Architecture Laravel Models, Controllers, Routes, Views, among others This course is ideal for individuals who are The course is for beginners to advanced Laravel students BUT not absolute beginners who have no any introduction to Laravel whatsoever or The Laravel beginners who have learned Laravel basics and want to proceed to intermediate level by taking a advanced practical course. It is particularly useful for The course is for beginners to advanced Laravel students BUT not absolute beginners who have no any introduction to Laravel whatsoever or The Laravel beginners who have learned Laravel basics and want to proceed to intermediate level by taking a advanced practical course.
Enroll now: Build a news portal with Laravel and Bootstrap 2022
Summary
Title: Build a news portal with Laravel and Bootstrap 2022
Price: $59.99
Average Rating: 4.65
Number of Lectures: 84
Number of Published Lectures: 84
Number of Curriculum Items: 84
Number of Published Curriculum Objects: 84
Original Price: $24.99
Quality Status: approved
Status: Live
What You Will Learn
- Build advanced application with Laravel
- Laravel Application structure
- Laravel MVC Architecture
- Laravel Models, Controllers, Routes, Views, among others
Who Should Attend
- The course is for beginners to advanced Laravel students BUT not absolute beginners who have no any introduction to Laravel whatsoever
- The Laravel beginners who have learned Laravel basics and want to proceed to intermediate level by taking a advanced practical course.
Target Audiences
- The course is for beginners to advanced Laravel students BUT not absolute beginners who have no any introduction to Laravel whatsoever
- The Laravel beginners who have learned Laravel basics and want to proceed to intermediate level by taking a advanced practical course.
In this course, we are going to build a new portal application. The front/client side of the application is going to have the latest breaking news section, the news display section, the latest news section as well as other sections. The footer has the listing of the latest posts, as well as the categories display with the number of posts, count per category. The normal user won’t be able to access the admin panel. The writer will be able to access the admin panel but will not be able to access some features like seeing or editing other people’s posts. The admin will have full CRUD rights on all the sections of the admin panel. You will learn a lot in the course of going through this course with me. In the second video after the introduction, I show the application features in detail.
-
Application Features
-
Settings – Admin Can change the client-side display features from the admin dashboard
-
Admin can create categories
-
Admin can perform CRUD(Create, Read, Update and Delete) on categories
-
Admin can perform CRUD(Create, Read, Update and Delete) on news posts
-
Admin can perform CRUD(Create, Read, Update and Delete) on video posts
-
A writer can perform CRUD on His/Her own posts.
-
A writer can perform CRUD(Create, Read, Update and Delete) on the video posts that they made.
-
Admin can access all the items on the admin panel.
-
A writer can only access the Videos and Posts he/she posted and perform CRUD on them.
-
The normal User cannot access the admin panel.
-
-
The Laravel Features Covered
-
Laravel application structure
-
Models, Migrations, Controllers, Routes, Authentication, Middlewares, views, etc
-
-
3RD party Packages used
-
Laravel Data Tables
-
Toastr notification packages for flash notifications
-
CK-Editor
-
Others
-
-
How you will benefit by purchasing this course:
-
You get the application source code.
-
If you follow the whole course by following and doing what I do, you will develop enough logic to get you started with developing advanced applications
-
You get all the front-end and backend open source themes
-
Support in case of any challenges.
-
The course will be updated after each major laravel release.
-
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Visual studio code plugins
Lecture 3: Course Resources and files
Chapter 2: Getting Started
Lecture 1: 01 Create a news portal with Laravel – Laravel Application Structure
Lecture 2: 01 Create a news website with Laravel – Laravel Application Structure
Lecture 3: 03 Create a news website with Laravel – Frontend layout and theme integration
Lecture 4: 04 Create a news website with Laravel – Integrating admin dahsboard theme
Lecture 5: 05 Create a news website with laravel – Creating Models and Migrations
Lecture 6: 6 Create a news website with laravel – Model relationships
Lecture 7: 07 Create a news website with laravel – setting up fillable properties on models
Chapter 3: Application Settings
Lecture 1: 08 Create a news website with laravel – Settings CRUD 1
Lecture 2: 09 Create a news website with laravel – Settings CRUD2
Lecture 3: 10 Create a news website with laravel – Update the settings on the client-side
Lecture 4: 11 Create a news website with laravel – Solving a bug
Lecture 5: 12 Create a news website with Laravel – Image upload functionality
Lecture 6: 13 Create a news website with Laravel – Image upload method.
Lecture 7: 14 Create a news website with Laravel – Testing the image upload functionality
Chapter 4: Posts Categories section
Lecture 1: 15 Create a news website with Laravel – Categories CRUD 1
Lecture 2: 16 Create a news website with Laravel – Category CRUD 2
Lecture 3: 17 Create news website with Laravel – Category create method
Lecture 4: 18 Create a news website with Laravel – Displaying categories on admin panel.
Lecture 5: 19 Create a news website with laravel and bootstrap – Update functionality
Lecture 6: 20 Create a news portal with laravel and bootstrap – Categories update error sol
Chapter 5: Posts CRUD
Lecture 1: 21 Create news portal with laravel and bootstrap – Create Post CRUD1( admin view
Lecture 2: 22 Create a new portal with Laravel and Bootstrap – Posts CRUD 2
Lecture 3: 23 Create a news portal with Laravel and Bootstrap – Posts CRUD 3 (routes and co
Chapter 6: Integrating Data Tables In our application
Lecture 1: 24 Laravel Datables Integration – Part1
Lecture 2: 24 Create a news portal with Laravel and bootstrap – Testing the Posts CRUD func
Lecture 3: 25 Solving Data table integration bug
Lecture 4: 26 Data tables integration- adding action buttons
Chapter 7: Updating the client side of application
Lecture 1: 27 Removing unused links from master admin layout
Lecture 2: 28 Displaying dynamic data on the frontend
Lecture 3: 29 Displaying latest posts and breaking news
Lecture 4: 30 CK-Editor Integration Part 1
Lecture 5: 31 Implementing single-post view functionality
Lecture 6: 32 Single post Dynamic content
Lecture 7: 33 Frontend single category setup
Lecture 8: 34 Category posts dynamic data
Lecture 9: 35 Setting up dynamic menu and breaking news item.
Lecture 10: 36 Setting dynamic content on the client footer
Chapter 8: User Authentication
Lecture 1: 36.5 User Authentication scaffolding
Lecture 2: 37 Setup authentication layouts on client-side
Lecture 3: 38 Displaying the logout button when a user is logged in
Chapter 9: Pages
Lecture 1: 39 Creating new pages routes and controller methods
Lecture 2: 40 Writing become a writercontroller methods
Lecture 3: 41 Become writer customation and functionality
Lecture 4: 42 Toastr notification integration
Lecture 5: 43 Restricting the user from submitting the request twice and working on adverti
Lecture 6: 44 Working on events client-side
Lecture 7: 45 Events CRUD admin side
Lecture 8: 47 Events CRUD admin side part 2
Lecture 9: 48 Adding Events to sidebar menu
Lecture 10: 49 Testing events CRUD funcionality
Lecture 11: 50 Become writer and advertise section admin tables
Lecture 12: 51 Fixing error and additional functionality on writer requests and advertise re
Lecture 13: 52 Advertise and Writer edit and ban functionality
Lecture 14: 53 Working on about us page
Lecture 15: 53 Updating settings adding about settings
Lecture 16: 54 Solving the about section update bug
Chapter 10: Video Posts
Lecture 1: 55 Video sections CRUD Part 1
Lecture 2: 56 Videos CRUD part 2 – Routes and controller methods
Lecture 3: 57 Testing the video CRUD functionality
Lecture 4: 58 Solving a bug
Lecture 5: 61 Adding Category column to videos table
Lecture 6: 62 Client video section – Displaying dynamic data
Chapter 11: Additions on posts
Lecture 1: 64 Adding Post image upload functionality
Lecture 2: 65 Testing posts image upload functionality
Lecture 3: 66 using automatic posts thumbnail
Lecture 4: 67 Solving previous error and working on admin dashboard home page
Lecture 5: 68 Displaying the latest post on admin home page
Lecture 6: 69 Working on displaying all the users on admin dashboard part1
Chapter 12: User Profile
Lecture 1: 70 Working on the user profile
Lecture 2: 71 Updating the Users table adding more fields
Lecture 3: 72 Conditional rendering of user profile photo
Lecture 4: 73 Updating the user image functionality
Lecture 5: 74 Update the users details functionality
Lecture 6: 75 Restrictring the user profile edit to the owner of the account
Lecture 7: 76 User permissions and access
Lecture 8: 77 Setting up admin middleware
Lecture 9: 78 Setting up admin middleware part2
Chapter 13: Final touches
Lecture 1: 79 Locking the system so that writers can't access and edit contents mean't for
Lecture 2: 80 A few changes
Lecture 3: 81 Trending news
Lecture 4: 82 Adding admin panel button on the client-side
Instructors
-
Simon Angatia
Full Stack Software Developer
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 5 votes
- 4 stars: 11 votes
- 5 stars: 23 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 Mobile App Development Courses to Learn in December 2024
- Top 10 Graphic Design Courses to Learn in December 2024
- Top 10 Videography Courses to Learn in December 2024
- Top 10 Photography Courses to Learn in December 2024
- Top 10 Language Learning Courses to Learn in December 2024
- Top 10 Product Management Courses to Learn in December 2024
- Top 10 Investing Courses to Learn in December 2024
- Top 10 Personal Finance Courses to Learn in December 2024
- Top 10 Health And Wellness Courses to Learn in December 2024
- Top 10 Chatgpt And Ai Tools Courses to Learn in December 2024
- Top 10 Virtual Reality Courses to Learn in December 2024
- Top 10 Augmented Reality Courses to Learn in December 2024
- Top 10 Blockchain Development Courses to Learn in December 2024
- Top 10 Unity Game Development Courses to Learn in December 2024
- Top 10 Artificial Intelligence Courses to Learn in December 2024
- Top 10 Flutter Development Courses to Learn in December 2024
- Top 10 Docker Kubernetes Courses to Learn in December 2024
- Top 10 Business Analytics Courses to Learn in December 2024
- Top 10 Excel Vba Courses to Learn in December 2024
- Top 10 Devops Courses to Learn in December 2024