-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update README.md and DatabaseSeeder.php
- Loading branch information
Showing
2 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,25 +45,33 @@ Ensure you have the following installed: | |
```bash | ||
php artisan key:generate | ||
``` | ||
To set the application logo, add a square image as logo in the environment: | ||
To set the application logo, add a square image as logo in the environment: | ||
|
||
```bash | ||
APP_LOGO='https://path/to/logo.svg' | ||
``` | ||
|
||
5. **Run Database Migrations** | ||
4. **Run Database Migrations** | ||
|
||
```bash | ||
php artisan migrate | ||
php artisan db:seed | ||
``` | ||
|
||
6. **Install JavaScript Dependencies** | ||
A user has been created with the following credentials: | ||
|
||
``` | ||
Email: [email protected] | ||
Password: password | ||
``` | ||
5. **Install JavaScript Dependencies** | ||
```bash | ||
yarn | ||
``` | ||
|
||
7. **Build Assets** | ||
6. **Build Assets** | ||
```bash | ||
yarn build | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters