Skip to content

suitmedia/laravel-restful-api-example

Repository files navigation

Laravel RESTful API Example

Sample repository to demonstrate RESTful API.

Main Component

  • Laravel 8.29.0

Requirement

  • PHP >= 7.3.0
  • MySQL
  • Nginx / Apache

Installation

  1. Clone this repository (git clone https://github.com/suitmedia/laravel-restful-api-example.git)
  2. Create dan configure .env file based on .env.example
  3. Run composer install in the root project to install all dependencies including develeopment requirement.
  4. Run php artisan key:generate in the root project to generate new Key for new Application.
  5. Run php artisan optimize in the root project to flush and cache configuratin.
  6. Run php artisan migrate in the root project to migrate main suitcms database.
  7. Run php artisan db:seed in the root project to seed data.
  8. Run php artisan serve in the root project to serve your project.
  9. Done!

Documentations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors