Skip to content

Commit 393aecc

Browse files
committed
wip
1 parent 2e85ed1 commit 393aecc

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

README.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,8 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/nativephp/nativephp-laravel/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/nativephp/nativephp-laravel/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/nativephp/nativephp-laravel.svg?style=flat-square)](https://packagist.org/packages/nativephp/nativephp-laravel)
77

8-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
9-
10-
## Installation
11-
12-
You can install the package via composer:
13-
14-
```bash
15-
composer require nativephp/laravel
16-
```
17-
18-
You can publish and run the migrations with:
19-
20-
```bash
21-
php artisan vendor:publish --tag="nativephp-migrations"
22-
php artisan migrate
23-
```
24-
25-
You can publish the native app provider using
26-
27-
```bash
28-
php artisan vendor:publish --tag="nativephp-provider"
29-
```
30-
31-
## Testing
32-
33-
```bash
34-
composer test
35-
```
8+
Write native desktop applications using PHP.
9+
To learn more, visit the [official website](https://nativephp.com).
3610

3711
## Changelog
3812

0 commit comments

Comments
 (0)