Skip to content

fedrianMF/laracast-laravel-api-master-classv12

Repository files navigation

Laravel API Master Class (Updated to Laravel 12)

This project is an update to the Laravel API Master Class by Jeremy McPeak, adapted for Laravel 12.

Development Setup

  1. Install dependencies:

    composer install
    npm install
  2. Setup environment:

    cp .env.example .env
    php artisan key:generate
  3. Run migrations:

    php artisan migrate
  4. Start development server:

    npm run dev
    # In a separate terminal:
    php artisan serve

About

This is a Laravel 12 update of the Laracast course "Documenting your API with Scribe" of Jeremy McPeak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages