vjanz / questionnaire-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 74.9%Language:Blade 24.6%Language:Shell 0.5%