Skip to content

Raymond-Ly/laravel-startup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel startup

Stack

  • Laravel 8
  • PHP 8
  • Docker

Getting Started

  1. Go into src: cd src/
  2. Install Dependencies: composer i && npm i
  3. Build: docker-compose up
  4. 🎉 You can view all available API endpoints on http://localhost:8080/api/

Unit Tests

Run all tests: npm run test

Run single test: npm run test <TestRelativePath>

About

Laravel API Base Setup with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages