Skip to content

ashivliving/QuestionBank

Repository files navigation

QuestionBank

test question bank in laravel 5.2 (Practice)

#Installation

Pre-Installation - You should have installed

  1. set up -
  • PHP > 5.3
  • Composer

Install -

1)clone the repository by

2)Change to root directory of project

  • cd QuestionBank

3)Install the dependencies

  • composer install

4)Give permissions to /storage and /bootstrap

  • chmod 777 -R /storage
  • chmod 777 -R /bootstrap

5)create a database

6)Setup the credentials in .env file

  • nano .env

give the credentials for

- DB_DATABASE= (database_name)
- DB_USERNAME= (database_username)
- DB_PASSWORD= (database_password)

7)migrate the table

  • php artisan migrate

8)start the server

  • php artisan serve

& you are good to go...... :)


Feel free to give suggesions and commit changes. :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages