<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>koichi.sako &#8211; Unixi</title>
	<atom:link href="http://unixi.jp/wp/author/koichi-sako/feed" rel="self" type="application/rss+xml" />
	<link>http://unixi.jp/wp</link>
	<description>efficient and effective execution</description>
	<lastBuildDate>Tue, 14 Apr 2020 04:27:10 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.13</generator>
	<item>
		<title>phpのフレームワークlaravelのファイルを画面設計に従い自動作成</title>
		<link>http://unixi.jp/wp/laravel_auto.html</link>
		<comments>http://unixi.jp/wp/laravel_auto.html#respond</comments>
		<pubDate>Tue, 14 Apr 2020 04:05:10 +0000</pubDate>
		<dc:creator><![CDATA[koichi.sako]]></dc:creator>
				<category><![CDATA[製品]]></category>

		<guid isPermaLink="false">http://unixi.jp/wp/?p=91</guid>
		<description><![CDATA[phpのフレームワーク：laravelが流行っていますが、 色々なファイルや設定が必要なので、なかなか面倒です [&#8230;]]]></description>
				<content:encoded><![CDATA[<style>
<!--
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
-->
</style>
<p>phpのフレームワーク：laravelが流行っていますが、<br />
色々なファイルや設定が必要なので、なかなか面倒です。</p>
<p>そこで、簡単なマスターテーブルの一覧・登録・変更・削除画面を一括で作成するツールを<br />
用意しました。</p>
<p>（想定）<br />
１．「admin」マスタテーブルがある。<br />
２．「admin」マスタテーブルの一覧・登録・変更・削除画面を作成する。<br />
３．「admin」マスタテーブルのマイグレーションも用意する。php artisan migrate</p>
<p>※テーブル名＝プログラム名とします。<br />
　「admin」以外の場合は、画面設計書の名称を変更してください。</p>
<p>以下のような感じで作成し、ZIP化されたものがダウンロードされます。<br />
[laravel_home]/routes/web.php<br />
[laravel_home]/app/Http/Controllers/AdminsController.php<br />
[laravel_home]/resources/views/admins/index.blade.php<br />
[laravel_home]/resources/views/admins/create.blade.php<br />
[laravel_home]/resources/views/admins/show.blade.php<br />
[laravel_home]/resources/views/admins/edit.blade.php<br />
[laravel_home]/app/Admin.php</p>
<p>※このツールを使って出力したプログラムの動作までは保証しません。<br />
　自己責任でお願いします。</p>
<div class="google_map">
    <iframe src="/tools/laravel_tool/index.html" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://unixi.jp/wp/laravel_auto.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ニュースを聞く</title>
		<link>http://unixi.jp/wp/topic_voice.html</link>
		<comments>http://unixi.jp/wp/topic_voice.html#respond</comments>
		<pubDate>Thu, 26 Mar 2020 12:02:08 +0000</pubDate>
		<dc:creator><![CDATA[koichi.sako]]></dc:creator>
				<category><![CDATA[製品]]></category>

		<guid isPermaLink="false">http://unixi.jp/wp/?p=79</guid>
		<description><![CDATA[ニュースサイトを１時間毎に取得し、音声で聞くことができます。]]></description>
				<content:encoded><![CDATA[<style>
<!--
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
-->
</style>
<div>
ニュースサイトを１時間毎に取得し、音声で聞くことができます。
</div>
<div>
<audio id="audioElement" src="/tools/open_jtalk/tmp/topic.mp3" controls="controls"><br /></audio>
</div>
<div class="google_map">
    <iframe src="/tools/open_jtalk/tmp/topic.html" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://unixi.jp/wp/topic_voice.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>日本語テキストを読み上げる。文章校正にどうぞ！</title>
		<link>http://unixi.jp/wp/open_jtalk.html</link>
		<comments>http://unixi.jp/wp/open_jtalk.html#respond</comments>
		<pubDate>Wed, 25 Mar 2020 12:12:52 +0000</pubDate>
		<dc:creator><![CDATA[koichi.sako]]></dc:creator>
				<category><![CDATA[製品]]></category>

		<guid isPermaLink="false">http://unixi.jp/wp/?p=73</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<style>
<!--
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
-->
</style>
<div class="google_map">
    <iframe src="/tools/open_jtalk/index.html" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://unixi.jp/wp/open_jtalk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新型コロナウィルス</title>
		<link>http://unixi.jp/wp/corona.html</link>
		<comments>http://unixi.jp/wp/corona.html#respond</comments>
		<pubDate>Wed, 18 Mar 2020 10:23:21 +0000</pubDate>
		<dc:creator><![CDATA[koichi.sako]]></dc:creator>
				<category><![CDATA[時事]]></category>

		<guid isPermaLink="false">http://unixi.jp/wp/?p=44</guid>
		<description><![CDATA[まだ爆発的な感染はないですが、今後どうなることか？]]></description>
				<content:encoded><![CDATA[<p>まだ爆発的な感染はないですが、今後どうなることか？</p>
]]></content:encoded>
			<wfw:commentRss>http://unixi.jp/wp/corona.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>大空へ</title>
		<link>http://unixi.jp/wp/tosky.html</link>
		<comments>http://unixi.jp/wp/tosky.html#respond</comments>
		<pubDate>Wed, 18 Mar 2020 10:16:59 +0000</pubDate>
		<dc:creator><![CDATA[koichi.sako]]></dc:creator>
				<category><![CDATA[時事]]></category>

		<guid isPermaLink="false">http://unixi.jp/wp/?p=41</guid>
		<description><![CDATA[令和は次のステップへ進む。]]></description>
				<content:encoded><![CDATA[<p>令和は次のステップへ進む。</p>
]]></content:encoded>
			<wfw:commentRss>http://unixi.jp/wp/tosky.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>令和二年はじまります。</title>
		<link>http://unixi.jp/wp/hello-world.html</link>
		<comments>http://unixi.jp/wp/hello-world.html#respond</comments>
		<pubDate>Tue, 17 Mar 2020 04:46:00 +0000</pubDate>
		<dc:creator><![CDATA[koichi.sako]]></dc:creator>
				<category><![CDATA[時事]]></category>

		<guid isPermaLink="false">http://unixi.jp/wp/?p=1</guid>
		<description><![CDATA[今年もよい年でありますように！]]></description>
				<content:encoded><![CDATA[<p>今年もよい年でありますように！</p>
]]></content:encoded>
			<wfw:commentRss>http://unixi.jp/wp/hello-world.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
