Skip to content

Commit

Permalink
installation and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
muhaimenul committed Aug 17, 2019
1 parent 8ab4b30 commit 6cf663d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## About LaraCRUD (Laravel CRUD Generator)

Laravel CRUD generator package for easily generate your Model, Controller, Routes, APIs, request, migration etc. to make your development process painless. Single command will create your Model, Controller, Request and Migrations files.

## Installation

You can install the package via composer:
```bash
composer require muhaimenul/lara-crud
```

## Usage

Easily generate your crud instance using the ``make:crud`` command:
```bash
php artisan make:crud Flight
```

## Contributing

[Muhaimenul Islam](https://github.com/muhaimenul)
Expand Down

0 comments on commit 6cf663d

Please sign in to comment.