Skip to content

joshuadick99/laravel-crud

Repository files navigation

Laravel Based CRUD API

Github

About

Laravel CRUD API is an API written using PHP and Laravel.

Requirements

  • PHP 7.x,
  • Composer

Installation

Follow these steps:

  1. Open command line and go to the project directory,
  2. 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 migrate
  1. Run seeders if available,
  2. Type:
php artisan serve

About

Laravel Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published