This is an User Interactive Registration Form.
- PHP >= 5.6
- MySQL
- Composer
- Laravel > 5.2
Fork and Clone this repo or download it on your local system.
Open composer and run this given command.
composer install
composer update
After installing composer, Rename the file .env.example
to .env
.
cp .env.example .env
Set db credentials in
.env
and run the following Commands.
Generate the Application key
php artisan key:generate
Migrate the database.
php artisan migrate
Run this project on localhost
php -S localhost:8000
This project will run on this server:
http://localhost:8000/
- Fork and clone the repo.
- Follow the installation procedure to make it run on your local system.
- Open an issue for adding any feature or to resolve any bug.
- Make your own branch and send pull request to that branch.
- Always make branch and send PR, Dont merge code directly to the Master Branch as master branch is auto deployed to our website register.hackncs.com