Posts

Showing posts from July, 2020

How to upload image in django

How to upload image in django : Hello World, Welcome to ProjectPlaza.com. Today we will discuss how to upload image in Django. We will create a simple form to upload a single image.

How to create search field in django admin

How to create search field in django admin : Hello World, Welcome to ProjectsPlaza.com. Today we will discuss how to create a search field in the Django admin panel. Django is a very powerful MVT (Model View Template) web Framework built with python.

How to use annotate aggregation in django

How to use annotate aggregation in django : Today we will discuss how to use annotate aggregation in Django. In this tutorial, we will fetch data from two different models.

Tutorial website with CMS project in laravel

Tutorial website with CMS project in laravel : This is a tutorial website with cms built with Laravel 7 and bootstrap 4. There are two panels in this project. One is for user and another is for admin. In the admin panel, Admin can manage categories, posts, comments, etc.

Create Like Dislike System with Laravel Jquery Ajax

Create Like Dislike System with Laravel Jquery Ajax : Today we will create like dislike system using Laravel, jquery, and ajax. I will extend my previous tutorial Create a comment system with jquery ajax and Laravel. In this tutorial, we will save like and dislike counting in the database for a specific post.

Create comment system with jquery ajax and laravel 7

Today we will learn how to create a comment system with jquery ajax and Laravel 7. In this tutorial, we will save tutorial and show instantly with total comment count. This gonna be a very interesting tutorial for me as well as for you (I hope). I have divided this tutorial in the following parts: https://projectsplaza.com/create-comment-system-with-jquery-ajax-and-laravel-7/ -   Create a Post model -   Create a Comment model -   Define the hasMany relationship in Post Model -   Add dummy data for post -   Create a PostController and define a method for post list and post detail -   Create templates for post and post detail with comments and show data -   Setup route -   Add a comment with jquery ajax and  show instantly #projectsPlaza #laravelTutorials #learnLaravel #commentSystem #laravelCommentSystem #jqueryAjaxCommentSystem

Employee Management System With Laravel 7 and Bootstrap 4

Image
Hello World, Welcome to projectsplaza.com . This is an employee management system built with laravel 7 and bootstrap 4. If you are learning laravel and want to make some useful things then this laravel project can help you. This project will enhance your laravel coding knowledge. The following features are available in this project. I have also added the screenshots of the project. Download Source Code -   Admin Dashboard     -   Total Departments     -   Total Employee     -   Total Paid Amount Till Now -   Create/Update/Delete Department -   Create/Update/Delete Employee -   Mark Employee Attendance -   Make Payment to Employee -   View Attendance Report     -   According to month     -   According to year -   View Payment Report     -   According to employee     -   According to month     -   According to year -   DataTable implemented for better sorting and searching

Job Portal Project in Django

Image
This is a job portal project built with Django 3 and bootstrap 4. This is a very good project for your Django practice. If you are learning Django then this project will increase your strength. The following features are available in this project. ##  Employee -   Register -   Login/Logout -   Manage Profile -   Apply job -   View applied jobs -   View recommended jobs -   View Company Profile ##  Employer -   Register -   Login/Logout -   Manage Profile -   Manage Notifications -   Post New Job -   View all posted jobs