Skip to content

Commit

Permalink
crud done
Browse files Browse the repository at this point in the history
  • Loading branch information
dipeshsukhia committed Jun 14, 2022
1 parent 8d9d077 commit be56101
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Very short description of the package
# Develop(Export) Laravel REST apis

[![Latest Version on Packagist](https://img.shields.io/packagist/v/dipeshsukhia/laravel-api-develop.svg?style=flat-square)](https://packagist.org/packages/dipeshsukhia/laravel-api-develop)
[![Total Downloads](https://img.shields.io/packagist/dt/dipeshsukhia/laravel-api-develop.svg?style=flat-square)](https://packagist.org/packages/dipeshsukhia/laravel-api-develop)
Expand All @@ -17,7 +17,17 @@ composer require dipeshsukhia/laravel-api-develop
## Usage

```php
// Usage description here
php artisan develop-api:install
```
use trait in App\Exceptions\Handler.php

```php
use App\Exceptions\Traits\ApiHandlerTrait;
use ApiHandlerTrait;
```

```php
php artisan develop-api --model=User
```

### Testing
Expand Down Expand Up @@ -45,4 +55,4 @@ If you discover any security related issues, please email [email protected]

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit be56101

Please sign in to comment.