writeshh / laravel-csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel CSV

A simple RESTful API to manipulate CSV files.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

PHP version 7.4 or above
Apache Server/Nginx Server
MySQL Server
Composer
Node.js

Installing

A step by step series of examples that tell you how to get a development env running

Step 1: Clone repo.

git clone [url]

Step 2: Install Dependencies

composer install

Step 3: Duplicate the .evn.example file to .env file.

cp .env.example .env

Step 4: Generate the App key.

php aritsan key: generate`

Usuage

Run the following artisan command on project directory

php artisan serve

And, visit http://127.0.0.1:8000 or http://localhost:8000 on your preferred browser

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About


Languages

Language:PHP 74.4%Language:Blade 25.0%Language:Shell 0.7%