Skip to content

Commit

Permalink
Merge pull request #7 from envor/main
Browse files Browse the repository at this point in the history
move stubs under one path
  • Loading branch information
inmanturbo authored Feb 25, 2024
2 parents 23c683c + a7c3407 commit 6c3aa66
Show file tree
Hide file tree
Showing 59 changed files with 10 additions and 35 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to `one-app` will be documented in this file.

## v1.0.6 - 2024-02-25

### What's Changed

* move Pest.php to correct path by @inmanturbo in https://github.com/envor/one-app/pull/6

**Full Changelog**: https://github.com/envor/one-app/compare/v1.0.5...v1.0.6

## v1.0.5 - 2024-02-25

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/OneAppCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected function copyFiles()
{
$this->info('Copying files...');

$sourceDir = realpath(__DIR__.'/../../stubs/');
$sourceDir = realpath(__DIR__.'/../../stubs/one-app/');
$destinationDir = base_path();

$files = File::allFiles($sourceDir);
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/PassportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function copyFiles()
{
$this->info('Copying files...');

$sourceDir = realpath(__DIR__.'/../../passport/stubs/');
$sourceDir = realpath(__DIR__.'/../../stubs/passport/');
$destinationDir = base_path();

$files = File::allFiles($sourceDir);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
33 changes: 0 additions & 33 deletions stubs/phpunit.xml

This file was deleted.

0 comments on commit 6c3aa66

Please sign in to comment.