Skip to content

Commit 6ec9a11

Browse files
committed
Updat readme
1 parent a18e6d0 commit 6ec9a11

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

README.md

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,6 @@
11
# Laravel Quasar
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/timothepearce/laravel-quasar.svg?style=flat-square)](https://packagist.org/packages/timothepearce/laravel-quasar)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/timothepearce/laravel-quasar/run-tests?label=tests)](https://github.com/timothepearce/laravel-quasar/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/timothepearce/laravel-quasar/Check%20&%20fix%20styling?label=code%20style)](https://github.com/timothepearce/laravel-quasar/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/timothepearce/laravel-quasar.svg?style=flat-square)](https://packagist.org/packages/timothepearce/laravel-quasar)
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 timothepearce/laravel-quasar
16-
```
17-
18-
You can publish and run the migrations with:
19-
20-
```bash
21-
php artisan vendor:publish --provider="TimothePearce\Quasar\QuasarServiceProvider" --tag="quasar-migrations"
22-
php artisan migrate
23-
```
24-
25-
You can publish the config file with:
26-
```bash
27-
php artisan vendor:publish --provider="TimothePearce\Quasar\QuasarServiceProvider" --tag="quasar-config"
28-
```
29-
30-
This is the contents of the published config file:
31-
32-
## Usage
33-
34-
## Testing
35-
36-
```bash
37-
composer test
38-
```
39-
40-
## Changelog
41-
42-
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
43-
44-
## Contributing
45-
46-
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
47-
48-
## Security Vulnerabilities
49-
50-
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
3+
@ todo
514

525
## Credits
536

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.0",
24+
"php": "^7.3",
2525
"illuminate/contracts": "^8.37"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)