Laravel 10 - 构建贷款管理系统(2023)
Laravel 10 - Build Loan Management System (2023)
- 1. Introduction
- 1. Introduction
- 2. Course Material for Download
- 2. Setting Up Laravel Project with Tailwind CSS
- 1. Creating Laravel Project with Tailwind CSS
- 2. Run Project for the first time
- 3. Install & Setup Breeze for Authentication
- 4. Seed Default Users Data in to Database
- 5. Step 4 - Populate Loan Type Select with Dynamic Data
- 3. Admin & User Complete Authentication Setups
- 1. Make Login to Page to Welcome Page
- 2. Customize Login Page
- 3. Add Incorrect Login Message Component
- 4. Customize forget password page
- 5. Setup forget password functionality
- 6. Cutomize & Setup Reset Password Page
- 7. Customize register page
- 4. Setup Separate Dashboards for Admin & User
- 1. Step 1 - Create Admin & User Controllers, then set CheckRole Middleware
- 2. Step 2 - Redirect Admin & User to their respective dashboards after login
- 3. Step 3 - Customize & Master Admin and User Dashboards
- 4. Step 4 - Implementing Logout and Displaying Logged in user basic details
- 5. Admin profile details update
- 1. Set Admin profile view page
- 2. Update Admin profile details, including image
- 3. Add notification after updating profile
- 4. Design admin update password page
- 5. Implement update admin password
- 6. User profile details update
- 1. Set User profile view page
- 2. Update user profile details including image
- 3. Design user update password page
- 4. Implement update user password
- 7. Users Management
- 1. Design & set all users page
- 2. Fetch users record from database
- 3. Automatically switch on for user that is an admin
- 4. Delete User
- 5. Add Sweetalert2 before deleting
- 6. View particular user details
- 7. Change User's Role on toggle
- 8. Change User's Status on toggle
- 8. Loan Type Management
- 1. Step 1 - Design Loan Type Register & Records page
- 2. Step 2 - Add Loan Type in to database
- 3. Step 3 - Fetch Loan Type Table Records
- 4. Step 4 - Delete Loan Type Record
- 5. Step 5 - Update Loan Type Record
- 9. Loan Application Management
- 1. Step 1 - Create Controller, Model and Setup Loan Application Table
- 2. Step 2 - Design View Loan Applications
- 3. Step 3 - Design User Loan Application Page
- 4. Step 4 - Populate Loan Type Select with Dynamic Data
- 5. Step 5 - Calculate loan installments & amount plus interest value
- 6. Step 6 - User Submit Loan Application Details
- 7. Step 7 - Admin View Loan Applications & Change Loan Status
- 8. Step 8 - Admin View Approved Loans
- 9. Step 9 - User View Approved Loans
- 10. Step 10 - Add logo, and program title at the header section