Posts

Showing posts with the label learn laravel with project

Image Sharing Project in Laravel

Image
Hello World, Welcome to ProjectsPlaza.com. This is image sharing project built with laravel 7 and bootstrap 4.This is a small project for laravel practice. In this project, When the user will upload an image then image path link, anchor link, and bb code link will be generated. Users can view all images and delete the specific images. How to install this projects 1.  Download and extract the zip folder on wamp or xamp server 2.  Import the .sql database (You will get this file in the extracted folder) 3.  Change .env file according to your requirement (for database connection) 4.  Run the project

Online exam project with laravel 7

Image
Hello World, This is an online exam project built with laravel 7 and bootstrap 4. This project has been divided into two parts; one is for the candidate, who wants to attempt the exam, and another is admin. Admin will add the data from his panel. The following are the workflow of this project. 1.  The user comes to this website and sees the job notifications. 2.  Apply and register himself for a suitable job before it expires. 3.  Login with assigned registration number and password. 4.  Now user can attempt the exam. 5.  The user can see the result and his detail in his profile section.

Online Tiffin Service Project

Image
Hello World, This is an online tiffin service application built with laravel 6 and bootstrap 4. In this application, one or more vendors can register as a tiffin service providers. The vendor will have an account panel, where he can manage the tiffin menu with a price. The vendor can view all subscribers. Users can register, login, and subscribe to any of the tiffin services. User can also set the schedule for his/her tiffin. The admin of this application can view vendors, subscribers, and all subscriptions. Admin can set the commission percentage in setting section, So whenever the user subscribes to any vendor then the calculated commission will go to the admin wallet where admin can view his all transactions. In this application, I have added two main important features. One is the stripe payment method and another is mail functionality. Whenever the user will pay then an email will be sent to the connected vendor.