https://github.com/almas-ali/result-publisher
A result publishing website in Laravel.
https://github.com/almas-ali/result-publisher
hacktoberfest publish result result-publication-system website
Last synced: 7 months ago
JSON representation
A result publishing website in Laravel.
- Host: GitHub
- URL: https://github.com/almas-ali/result-publisher
- Owner: Almas-Ali
- Created: 2022-09-21T21:20:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T21:50:35.000Z (about 3 years ago)
- Last Synced: 2025-01-07T15:28:47.255Z (9 months ago)
- Topics: hacktoberfest, publish, result, result-publication-system, website
- Language: PHP
- Homepage: https://result-publisher-bd.herokuapp.com/
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Result publishing website in Laravel
Developed by [Md. Almas Ali][1]
## Demo
URL : `result-publisher-bd.herokuapp.com`## Home
URL : `website.com/`
## Full result list
URL : `website.com/all-results`
## individual result
URL : `website.com/`
## Print layout

## After print

## Installtion
Use composer to install it.
First clone this repository.```bash
# cloneing command
git clone git@github.com:Almas-Ali/Result-Publisher.git result# change directory to project
cd result# install all requirements
composer install# setup database and update it on .env file
# windows
copy .env.example .env#linux
cp .env.example .env# migrate database
php artisan migrate# seed demo data
php artisan db:seed# run server
php artisan serve
```Now, visit in your localhost: `127.0.0.1:8000`
Thats it. Now you have your own version of this website project.
Give a star and follow me to support. ❤️
[1]: "Md. Almas Ali"