Best laravel framework open-source packages.

Laravel api starter

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

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