Laravel 10

API Laravel 10 Sanctum

Table of Contents

About The Project

Libraries used in the project

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Laravel v10.0 or higher

  • composer v2.5.4

  • php v8.2.0

Installation

  1. Copy .env.example to .env:

    cp .env.example .env
  2. Install the dependencies:

    composer install
  3. Generate application key:

    php artisan key:generate
  4. Run database migration with seeder:

    php artisan migrate
  5. Start the local server:

    php artisan serve

## Usage

After successful installation, access the address http://localhost:8000
API Dock: http://localhost:8000/request-docs/

## Contact

Email - dario_dbml@hotmail.com