Skip to content

getcandy/api-boilerplate

Repository files navigation

API Boilerplate

This boilerplate is a Laravel App that has got the GetCandy API and Sanctum preconfigured out the box.

Usage

Copy env.example to .env

Install dependencies

composer install

Run the installer

php artisan candy:install

Boot up the API

php artisan serve --host=localhost

Features

  • Sanctum configured out the box
  • Initial login and logout routes added to authenticate users
  • CORS set up
  • Ready to be used with the hub

About

A starting point for the GetCandy v1 API with Laravel Sanctum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published