de2com / laravel-crud-api

REST API for Vue CRUD project, built in PHP and Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel CRUD API

About

Laravel CRUD API is an API written using PHP and Laravel, dedicated to as a backend to the Vue CRUD project. The project includes templates withmigrations, models and controllers associated with the Vue CRUD templates.

Requirements

  • PHP 7.x,
  • Composer

Installation

Follow these steps:

  1. Clone or download this project,
  2. Open command line and go to the project directory,
  3. Type:
composer install
  1. Create database(s) for your project,
  2. Create .env file based on .env.example and configure your project,
  3. Type:
php artisan key:generate
  1. Type:
php artisan load-template

and select one of available templates

  1. Type:
php artisan migrate
  1. Run seeders if available,
  2. Type:
php artisan serve

License

The Laravel CRUD API is application licensed under the MIT license.

About

REST API for Vue CRUD project, built in PHP and Laravel

License:MIT License


Languages

Language:PHP 98.1%Language:HTML 1.6%Language:Vue 0.3%