Skip to content

edcsu/api-project

Repository files navigation

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

php artisan serve

Make migrations

php artisan migrate

Add an Api controller

php artisan make:controller *ApiControllername*

Releases

No releases published

Packages

No packages published