Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.46 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.46 KB

Building Projects and Task Api with Laravel includeing documentation

This project is built using Laravel php most popular framework to show case it's power to the building of apis, as well as a pass time for me also.

Why use Laravel

Laravel is one of the most well-known and effective PHP frameworks on the market. Flarum, BookStack, and Larasocial are examples of complex web apps that can be built with it. Consider how the Laravel framework can save you up to 35% on development costs. - by neerjasoftwares.com


Laravel helps reduce development time for both api and application, in a structural manner that can be managed.

Requirements

  • PHP 8.0
  • Composer
  • Dependecies for Laravel
  • Laravel 9.0

Quick Install

Clone the repository

 https://github.com/chazzini/project-task-api.git

Change directory to the repo you just cloned folder

    cd project-task-api

Install all dependencies using composer by running the command in your terminal

    composer install

Copy the .env.example to .env and make the neccessary changes for you app to run

    cp .env.example .env

Add the database config to you .env file after which you can run migration using php artisan code below

    php artisan migrate