Skip to content

Commit

Permalink
Deployed 9cd422f with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannaq committed Nov 15, 2023
1 parent f7b213b commit ba5656f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion developers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ <h3 id="install-smartyurl-using-composer">install SmartyURL using <code>Compose
cp env .env
</code></pre>
<h3 id="after-installing-the-files">After installing the files</h3>
<p>Ensure that you've created a MySQL database, then proceed to edit the .env file. Update the database configuration and make any necessary changes to tailor the other settings to your specific requirements.</p>
<p>Ensure that you've created a MySQL database, then proceed to edit the .env file. Update the database configuration and make any necessary changes to tailor the other settings to your specific requirements, including <code>app.baseUR</code> and <code>cookie.domain</code> and other options.</p>
<p>Next, execute the 'migrate' command to import the database structure into your created database using:</p>
<pre><code class="language-cli">php spark migrate --all
</code></pre>
Expand Down
Loading

0 comments on commit ba5656f

Please sign in to comment.