<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.jefendi.my.id/index.php?action=history&amp;feed=atom&amp;title=Laravel_More_Command</id>
	<title>Laravel More Command - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.jefendi.my.id/index.php?action=history&amp;feed=atom&amp;title=Laravel_More_Command"/>
	<link rel="alternate" type="text/html" href="http://wiki.jefendi.my.id/index.php?title=Laravel_More_Command&amp;action=history"/>
	<updated>2026-09-09T15:56:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://wiki.jefendi.my.id/index.php?title=Laravel_More_Command&amp;diff=65&amp;oldid=prev</id>
		<title>Johan Efendi: Created page with &quot;=Installasi=  &lt;syntaxhighlight lang=&quot;bash&quot;&gt; composer require theanik/laravel-more-command php artisan vendor:publish --provider=&quot;Theanik\LaravelMoreCommand\LaravelMoreCommandProvider&quot; --tag=&quot;config&quot; &lt;/syntaxhighlight&gt;  =Cheat Sheet=  &lt;syntaxhighlight lang=&quot;php&quot;&gt; php artisan make:repository UserRepository php artisan make:repository Backend/UserRepository  # dengan interface php artisan make:repository your-repository-name -i &lt;/syntaxhighlight&gt;  &lt;syntaxhighlight lang=&quot;php...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.jefendi.my.id/index.php?title=Laravel_More_Command&amp;diff=65&amp;oldid=prev"/>
		<updated>2024-06-24T03:00:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Installasi=  &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; composer require theanik/laravel-more-command php artisan vendor:publish --provider=&amp;quot;Theanik\LaravelMoreCommand\LaravelMoreCommandProvider&amp;quot; --tag=&amp;quot;config&amp;quot; &amp;lt;/syntaxhighlight&amp;gt;  =Cheat Sheet=  &amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt; php artisan make:repository UserRepository php artisan make:repository Backend/UserRepository  # dengan interface php artisan make:repository your-repository-name -i &amp;lt;/syntaxhighlight&amp;gt;  &amp;lt;syntaxhighlight lang=&amp;quot;php...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Installasi=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
composer require theanik/laravel-more-command&lt;br /&gt;
php artisan vendor:publish --provider=&amp;quot;Theanik\LaravelMoreCommand\LaravelMoreCommandProvider&amp;quot; --tag=&amp;quot;config&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Cheat Sheet=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
php artisan make:repository UserRepository&lt;br /&gt;
php artisan make:repository Backend/UserRepository&lt;br /&gt;
&lt;br /&gt;
# dengan interface&lt;br /&gt;
php artisan make:repository your-repository-name -i&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
php artisan make:service UserService&lt;br /&gt;
php artisan make:service Backend/UserService&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
php artisan make:trait HasAuth&lt;br /&gt;
php artisan make:trait Backend/HasAuth&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
php artisan make:view index&lt;br /&gt;
php artisan make:view user/index&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Menghapus log lama di /storage/logs&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
php artisan log:clear&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Merubah default namespace di luar App/Http&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;#039;repository-namespace&amp;#039; =&amp;gt; &amp;#039;App/YourAPP&amp;#039;,&lt;br /&gt;
&amp;#039;service-namespace&amp;#039; =&amp;gt; &amp;#039;App/YourAPP&amp;#039;,&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Johan Efendi</name></author>
	</entry>
</feed>