File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/nativephp/nativephp-laravel.svg?style=flat-square )] ( https://packagist.org/packages/nativephp/nativephp-laravel )
7
7
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 ) .
36
10
37
11
## Changelog
38
12
You can’t perform that action at this time.
0 commit comments