Skip to content

Almas-Ali/Result-Publisher

Repository files navigation

Result publishing website in Laravel

Developed by Md. Almas Ali

Demo

URL : result-publisher-bd.herokuapp.com

Home

URL : website.com/ Image

Full result list

URL : website.com/all-results Image

individual result

URL : website.com/ Image

Print layout

Image

After print

Image

Installtion

Use composer to install it.
First clone this repository.

# 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. ❤️