Skip to content

RasimAghayev/RESTAPI-Laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTAPI-Laravel

POSTMAN

Run in Postman

Run in Postman

Command

composer global require laravel/installer

laravel new customer-invoice-api

or

composer create-project laravel/laravel customer-invoice-api

Model

php artisan make:model Customer --all php artisan make:model Invoice --all php artisan make:model InvoiceItems --all

php artisan migrate:fresh --seed

php artisan make:resource V1/CustomerResource php artisan make:resource V1/InvoiceResource php artisan make:resource V1/InvoiceItemsResource

php artisan make:resource V1/CustomerCollection php artisan make:resource V1/InvoiceCollection php artisan make:resource V1/InvoiceItemsCollection

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •