Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01d7cf3

Browse files
Merge pull request#133 from TheDragonCode/1.x
Changing the location of temporary files to the system’s temporary directory
2 parents1911e16 +9c510c4 commit01d7cf3

19 files changed

+127
-76
lines changed

‎composer.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"illuminate/database":"^11.0 || ^12.0",
1919
"illuminate/filesystem":"^11.0 || ^12.0",
2020
"illuminate/support":"^11.0 || ^12.0",
21-
"laravel/prompts":">=0.3.6"
21+
"laravel/prompts":">=0.3.6",
22+
"spatie/temporary-directory":"^2.3"
2223
},
2324
"require-dev": {
2425
"dragon-code/codestyler":"^6.3",

‎docs/snippets/advanced-directive-array.xml‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<array_directive>
33

44
<user>
5-
<name>Noemy Kulas</name>
6-
<avatar>https://via.placeholder.com/640x480.png/00ccff?text=minus</avatar>
7-
<avatar>https://via.placeholder.com/640x480.png/00cc66?text=unde</avatar>
8-
<imagesname="blanditiis in qui">https://via.placeholder.com/640x480.png/00cc99?text=minus</images>
9-
<imagesname="sunt odit dolores">https://via.placeholder.com/640x480.png/00aaee?text=enim</images>
5+
<name>Dr. Mozelle Hand V</name>
6+
<avatar>https://via.placeholder.com/640x480.png/00ddee?text=iste</avatar>
7+
<avatar>https://via.placeholder.com/640x480.png/00aaaa?text=dolorem</avatar>
8+
<imagesname="laborum tenetur non">https://via.placeholder.com/640x480.png/002288?text=quasi</images>
9+
<imagesname="illum quam sit">https://via.placeholder.com/640x480.png/00aa66?text=explicabo</images>
1010
</user>
1111
<user>
12-
<name>Mr. Orlando Langworth IV</name>
13-
<avatar>https://via.placeholder.com/640x480.png/0099aa?text=ea</avatar>
14-
<avatar>https://via.placeholder.com/640x480.png/000088?text=occaecati</avatar>
15-
<imagesname="vel temporibus maxime">https://via.placeholder.com/640x480.png/009955?text=est</images>
16-
<imagesname="aut nihil voluptatem">https://via.placeholder.com/640x480.png/007788?text=voluptatum</images>
12+
<name>Lori Gislason</name>
13+
<avatar>https://via.placeholder.com/640x480.png/001144?text=nostrum</avatar>
14+
<avatar>https://via.placeholder.com/640x480.png/002200?text=numquam</avatar>
15+
<imagesname="tempora eos tenetur">https://via.placeholder.com/640x480.png/005544?text=consequatur</images>
16+
<imagesname="excepturi fuga eligendi">https://via.placeholder.com/640x480.png/0011dd?text=maiores</images>
1717
</user>
1818

1919
</array_directive>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attributes_directive>
33

4-
<companysince="1983"/>
4+
<companysince="2018"/>
55
<url>https://example.com</url>
66

77
<user>
8-
<name>Kali Schamberger</name>
9-
<contactemail="hardy.spinka@example.org"phone="555-000-1"/>
8+
<name>Doyle Donnelly</name>
9+
<contactemail="adolphus.emard@example.net"phone="555-000-1"/>
1010
</user>
1111
<user>
12-
<name>Kathleen Lynch</name>
13-
<contactemail="rossie65@example.net"phone="555-000-2"/>
12+
<name>Sally Pagac Sr.</name>
13+
<contactemail="walsh.tyree@example.org"phone="555-000-2"/>
1414
</user>
1515

1616
</attributes_directive>

‎docs/snippets/advanced-directive-cdata.xml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<cdata_directive>
33

44
<user>
5-
<name><![CDATA[<h1>Cheyanne Labadie MD</h1>]]></name>
6-
<email>jovani.torphy@example.net</email>
5+
<name><![CDATA[<h1>Sallie Price</h1>]]></name>
6+
<email>ssporer@example.net</email>
77
</user>
88
<user>
9-
<name><![CDATA[<h1>Dock Cruickshank</h1>]]></name>
10-
<email>rhowell@example.com</email>
9+
<name><![CDATA[<h1>Dr. Nedra Weimann</h1>]]></name>
10+
<email>beau.feest@example.net</email>
1111
</user>
1212

1313
</cdata_directive>

‎docs/snippets/advanced-directive-mixed.xml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<mixed_directive>
33

44
<user>
5-
<name>Prof. Ed Hegmann Sr.</name>
5+
<name>Bradley Krajcik</name>
66
<some>
77
<first>Foo</first>
8-
<second>gerlach.prince@example.com</second>
8+
<second>alexander73@example.net</second>
99
</some>
1010
</user>
1111
<user>
12-
<name>Dr. Torrance Kris</name>
12+
<name>Jamil Hilpert PhD</name>
1313
<some>
1414
<first>Foo</first>
15-
<second>hreichel@example.net</second>
15+
<second>vwalsh@example.net</second>
1616
</some>
1717
</user>
1818

‎docs/snippets/advanced-directive-value.xml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<value_directive>
33

44
<user>
5-
<name>Margaret Gottlieb</name>
6-
<contacttype="email">ferry.delilah@example.org</contact>
5+
<name>Mr. Cyril Douglas</name>
6+
<contacttype="email">grant.kassulke@example.com</contact>
77
</user>
88
<user>
9-
<name>Prof.Itzel Auer</name>
10-
<contacttype="email">myra00@example.com</contact>
9+
<name>Prof.Camille Veum DVM</name>
10+
<contacttype="email">hfranecki@example.com</contact>
1111
</user>
1212

1313
</value_directive>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<attribute>
33

4-
<usercreated_at="2025-09-14T20:47:53+00:00">
4+
<usercreated_at="2025-09-16T13:25:14+00:00">
55
<id>1</id>
6-
<name>Jaron Conn</name>
6+
<name>Efren Prosacco</name>
77
</user>
8-
<usercreated_at="2025-09-14T20:47:53+00:00">
8+
<usercreated_at="2025-09-16T13:25:14+00:00">
99
<id>2</id>
10-
<name>Eloisa West</name>
10+
<name>Elwyn Kuphal DDS</name>
1111
</user>
1212

1313
</attribute>

‎docs/snippets/advanced-element-header-footer.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<user>
55
<id>1</id>
6-
<name>Stanford Leffler</name>
6+
<name>Arnaldo Mohr</name>
77
</user>
88
<user>
99
<id>2</id>
10-
<name>Ellen Johns</name>
10+
<name>Dillan Beahan</name>
1111
</user>
1212

1313
</header_footer>

‎docs/snippets/advanced-element-info-before-false.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<user>
88
<id>1</id>
9-
<name>Miss Corrine Wehner</name>
9+
<name>Hilton Rath</name>
1010
</user>
1111
<user>
1212
<id>2</id>
13-
<name>Prof.Annamae Gibson III</name>
13+
<name>Prof.Juanita Oberbrunner</name>
1414
</user>
1515

1616
</info_method>

‎docs/snippets/advanced-element-info.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<user>
88
<id>1</id>
9-
<name>Prof. Glennie Hessel V</name>
9+
<name>Sigurd Mueller</name>
1010
</user>
1111
<user>
1212
<id>2</id>
13-
<name>Odie Christiansen</name>
13+
<name>Kiera Hansen</name>
1414
</user>
1515

1616
</info_method>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp