Skip to content

Commit

Permalink
Update installation & usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Sep 23, 2024
1 parent bfd5ad3 commit f29ece4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

## Installation

* [Laravel Herd](https://herd.laravel.com)
* [MySQL (recommended) or database engine of SQLite, MariaDB, PostgreSQL, SQL Server](https://laravel.com/docs/11.x/database#introduction)
* [https://laravel.com/docs/11.x/installation](https://laravel.com/docs/11.x/installation)
* [https://laravel.com/docs/11.x/vite#main-content](https://laravel.com/docs/11.x/vite#main-content)

Expand All @@ -50,7 +52,8 @@ npm run build
## Usage

```bash
php artisan serve --port=3000
herd link boilerplate
# Website accessible at http://boilerplate.test
```

## API Documentation
Expand Down
2 changes: 1 addition & 1 deletion resources/js/services/HttpService.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ axios.defaults.withXSRFToken = true

export default class HttpService
{
_domain = 'http://localhost:3000'
_domain = 'http://boilerplate.test'
_url = `${this._domain}/api/web`

get domain() {
Expand Down

0 comments on commit f29ece4

Please sign in to comment.