Skip to content

Commit

Permalink
fix path for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tychovbh committed May 8, 2019
1 parent 0e1a25d commit 5e8b4e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to `Laravel Package Skeleton` will be documented in this fil

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## V0.9 Alpha 08-05-2019

- Fix setup

## V0.8 Alpha 08-05-2019

- Copy artisan file during setup
Expand Down
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php

mkdir('bootstrap/cache', 0777, true);
copy(__DIR__ . 'src/files/artisan', 'artisan');
copy(__DIR__ . '/src/files/artisan', 'artisan');

0 comments on commit 5e8b4e4

Please sign in to comment.