Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusjp committed Oct 27, 2023
1 parent a10a039 commit ed24d1b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
A Laravel typed config generator
========================================
[![Latest Version](http://img.shields.io/packagist/v/MJTheOne/typed-config-generator.svg?style=flat-square)](https://github.com/MJTheOne/typed-config-generator/releases)
![Build](https://github.com/MJTheOne/typed-config-generator/actions/workflows/ci.yml/badge.svg?event=push)
![Build](https://github.com/MJTheOne/typed-config-generator/actions/workflows/run-tests.yml/badge.svg?event=push)
[![codecov](https://codecov.io/gh/MJTheOne/typed-config-generator/branch/main/graph/badge.svg?token=BRH4XEU1VK)](https://codecov.io/gh/MJTheOne/typed-config-generator)

Are you a PHPStan lovin' strict programmer?! Say no more! This package will generate typed config classes for you based on your config files.
Expand Down
6 changes: 6 additions & 0 deletions assets/laravel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"package": "laravel/framework",
"config_file": "auth"
}
]
6 changes: 6 additions & 0 deletions assets/spatie.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[
{
"package": "spatie/laravel-data",
"config_file": "data"
}
]
29 changes: 0 additions & 29 deletions src/Console/Kernel.php

This file was deleted.

0 comments on commit ed24d1b

Please sign in to comment.