Skip to content

Commit

Permalink
Merge pull request #6 from laraflow/readme-updated
Browse files Browse the repository at this point in the history
Added  Dev Command
  • Loading branch information
hafijul233 authored Nov 18, 2024
2 parents 1ca37f8 + 1ffd804 commit 542c088
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# API CRUD
# Laraflow CRUD

[![Latest Version on Packagist](https://img.shields.io/packagist/v/laraflow/crud.svg?style=flat-square)](https://packagist.org/packages/laraflow/crud)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/laraflow/crud/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/laraflow/crud/actions?query=workflow%3Arun-tests+branch%3Amain)
Expand All @@ -15,6 +15,12 @@ You can install the package via composer:
composer require laraflow/crud
```

or only on the Development Environment

```bash
composer require --dev laraflow/crud
```

After that run this command to configure project.

```bash
Expand Down

0 comments on commit 542c088

Please sign in to comment.