mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update install steps on landing page
This commit is contained in:
parent
34dfcd5d83
commit
327908cb02
1 changed files with 3 additions and 3 deletions
6
dist/index.html
vendored
6
dist/index.html
vendored
|
|
@ -110,13 +110,13 @@
|
||||||
<div class="w-full flex flex-col lg:flex-row lg:justify-between items-center mt-16 mb-12 lg:mb-20 lg:-mx-10">
|
<div class="w-full flex flex-col lg:flex-row lg:justify-between items-center mt-16 mb-12 lg:mb-20 lg:-mx-10">
|
||||||
<div class="lg:w-1/2 lg:px-10 leading-relaxed lg:text-right">
|
<div class="lg:w-1/2 lg:px-10 leading-relaxed lg:text-right">
|
||||||
<h3 class="text-2xl font-medium mb-1">Easy Installation</h3>
|
<h3 class="text-2xl font-medium mb-1">Easy Installation</h3>
|
||||||
<p>Just run <code class="font-bold">composer require</code> and move your tenant routes.</p>
|
<p>Just install the package and move your tenant routes.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="lg:w-1/2 lg:px-10 leading-relaxed">
|
<div class="lg:w-1/2 lg:px-10 leading-relaxed">
|
||||||
<pre class="mt-5 lg:mt-0 whitespace-pre-wrap bg-white w-full inline-block p-4 rounded-lg shadow-lg">
|
<pre class="mt-5 lg:mt-0 whitespace-pre-wrap bg-white w-full inline-block p-4 rounded-lg shadow-lg">
|
||||||
$ composer require stancl/tenancy
|
$ composer require stancl/tenancy
|
||||||
$ move routes/web.php routes/tenant.php
|
$ php artisan tenancy:install
|
||||||
$ touch routes/web.php</pre>
|
$ mv routes/web.php routes/tenant.php</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue