Skip to content

prateekprshr-nith/beautifulCode

Repository files navigation

beautifulCode

This repo contains the code base for my B.Tech. major project, the semester registration portal using php's laravel framework

Steps to fork and getting this to work along with laravel:

$ git clone https://github.com/prateekprshr-nith/beautifulCode.git
$ cd beautifulCode/semesterRegistration
$ composer install
$ php artisan key:generate

To migrate the database tables, do your proper settings in .env file and run

$ php artisan migrate:refresh --seed
$ php artisan db:seed --class=UserTablesSeeder # Optional, just for testing purposes 

Also install following external libraries

$ sudo apt-get install wkhtmltopdf

Happy Programming :)

About

This repo contains the major project - 2, the semester registration portal

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages