Skip to content

muskanmahajan37/questionnaire-laravel

 
 

Repository files navigation

Questionnare - Laravel

Simple quesitonnaire made with laravel and bootstrap
The focus is not on the views, the focus is in best practices in laravel
and usage of most important functions in laravel.

Usage


Clone the project:
git clone https://github.com/vjanz/questionnaire-laravel.git

Install dependencies

composer install

Update .env

Copy .env_example, and create a new one (.env)
Update database credentials

Generate key:

php artisan key:generate

Run migrations

php artisan migrate:fresh

Start server

php artisan serve

Enjoy:)



For any question, don't hesitate to contact:
LinkedIn - https://www.linkedin.com/in/valon-januzaj-b02692187/

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.9%
  • Blade 24.6%
  • Shell 0.5%