Skip to content

rahulpatel-mst/laravel-5.4-CRUD-and-API-CRUD-operation

Repository files navigation

Build Status Total Downloads Latest Stable Version License

## laravel-5.4-Simple-CRUD-and-API-CRUD-operation

Setup

  1. Simply download the project and run following command.

*. composer dump-autoload -o

*. composer update --no-scripts

  1. Import databae (you will get DB in database folder)

  2. How to run api

open postman and run following command

i- get employee details

ii- get particular employee details- parameter(id)

iii- submit employee details- parameter(emp_name, empphoto)

iv- update particular employee details- parameter(id, emp_name, empphoto )

iv- update particular employee details- parameter(id)

Enjoy thank you

License

The Laravel framework is open-sourced software licensed under the MIT license. "# git-version-controll-command"

About

CRUD( Create Record, Update Record, and Delete Record Operation) and API CRUD operation in 5.4 Laravel Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published