Skip to content

Commit

Permalink
Update composer.json description, update phpunit.xml.dist logging, an…
Browse files Browse the repository at this point in the history
…d update welcome.blade.php layout and content. (#1)

* Update composer.json description, update phpunit.xml.dist logging, and update welcome.blade.php layout and content.

* Fix styling

---------

Co-authored-by: thejmitchener <[email protected]>
  • Loading branch information
thejmitchener and thejmitchener committed Oct 27, 2024
1 parent 9f3b14a commit 7d959aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
pull_request:
branches:
- main
paths:
- '**.php'
- '.github/workflows/run-tests.yml'
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'

permissions:
pull-requests: write
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Laravel layouts wrapper package
# App Wrapper Package

[![Latest Version on Packagist](https://img.shields.io/packagist/v/fuelviews/app-wrapper.svg?style=flat-square)](https://packagist.org/packages/fuelviews/app-wrapper)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/app-wrapper/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/fuelviews/app-wrapper/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/fuelviews/app-wrapper/fix-php-code-style-issues.yml?label=code%20style&style=flat-square)](https://github.com/fuelviews/app-wrapper/actions?query=workflow%3A"Fix+PHP+code+style+issues")
[![Total Downloads](https://img.shields.io/packagist/dt/fuelviews/app-wrapper.svg?style=flat-square)](https://packagist.org/packages/fuelviews/app-wrapper)

Laravel layouts wrapper package
App Wrapper Package

## Installation

Expand Down

0 comments on commit 7d959aa

Please sign in to comment.