Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Felice Ostuni committed Jun 13, 2024
1 parent 83b26e6 commit eab01a4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@

## Installation

Create new laravel app, for example with laravel installer:

```bash
composer global require laravel/installer

laravel new myapp
```

You can install the package via composer:
Create new laravel app then install rapyd-admin package.

```bash
composer create-project --prefer-dist laravel/laravel myapp
cd myapp
composer require zofe/rapyd-admin
```
Expand Down

0 comments on commit eab01a4

Please sign in to comment.