项目作者: edcsu

项目描述 :
Restful api using larevel php framework
高级语言: PHP
项目地址: git://github.com/edcsu/api-project.git
创建时间: 2021-01-05T22:53:21Z
项目社区:https://github.com/edcsu/api-project

开源协议:

下载


api-project

This a restful api using larevel php framework.

Requirements

*Apache

*PHP

*MYSQL community edition

*Composer(optional)

*Rest API client tool (optional) Insomnia Core or Postman

An all in one installation with an interface to configure easily Apache, PHP an MYSQL is recommended.
Use XAMMP which is a completely free, easy to install Apache distribution containing MariaDB PHP, and Perl.
The XAMPP open source package has been set up to be incredibly easy to install and to use.

Compiles and hot-reloads for development

  1. php artisan serve

Make migrations

  1. php artisan migrate

Add an Api controller

  1. php artisan make:controller *ApiControllername*