-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d9d077
commit be56101
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
@@ -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 | ||
|
@@ -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. |