Skip to content

Laravel API starter for new project php use laravel 9, php ^8.1, authentication by Sanctum

Notifications You must be signed in to change notification settings

bonnguyenitc/laravel-api-starter

Repository files navigation

A PHP API starter

Require

  1. php >= 8.0
  2. mySQL

How to run

Install the package

composer update
cp .env.example .env

Migrate database

php artisan migrate

Seed database

php artisan db:seed

Run

php artisan serve

or

php -S localhost:3000 -t public

About

Laravel API starter for new project php use laravel 9, php ^8.1, authentication by Sanctum

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages