siddharthghedia / loop-test-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Please check the official laravel installation guide for server requirements before you start. Official Documentation

Clone the repository

git clone 

Switch to the repo folder

cd 

Install all the dependencies using composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve

To Import the data from csv to mysql please run

php artisan import:data

About


Languages

Language:PHP 84.4%Language:Blade 14.5%Language:Shell 0.8%Language:JavaScript 0.2%