Skip to content

Commit

Permalink
Update nuxt URL (#8977)
Browse files Browse the repository at this point in the history
* [9.x] Consider 'Models' folder for the models path usages

* Update container.md

* Update configuration.md

* Update nuxt URL

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
majidalaeinia and taylorotwell authored Aug 24, 2023
1 parent 1bbd8e5 commit 456054f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you would like to build your frontend using PHP and Livewire, you can leverag

Although it's possible to build modern frontends using Laravel and Livewire, many developers still prefer to leverage the power of a JavaScript framework like Vue or React. This allows developers to take advantage of the rich ecosystem of JavaScript packages and tools available via NPM.

However, without additional tooling, pairing Laravel with Vue or React would leave us needing to solve a variety of complicated problems such as client-side routing, data hydration, and authentication. Client-side routing is often simplified by using opinionated Vue / React frameworks such as [Nuxt](https://nuxtjs.org/) and [Next](https://nextjs.org/); however, data hydration and authentication remain complicated and cumbersome problems to solve when pairing a backend framework like Laravel with these frontend frameworks.
However, without additional tooling, pairing Laravel with Vue or React would leave us needing to solve a variety of complicated problems such as client-side routing, data hydration, and authentication. Client-side routing is often simplified by using opinionated Vue / React frameworks such as [Nuxt](https://nuxt.com/) and [Next](https://nextjs.org/); however, data hydration and authentication remain complicated and cumbersome problems to solve when pairing a backend framework like Laravel with these frontend frameworks.

In addition, developers are left maintaining two separate code repositories, often needing to coordinate maintenance, releases, and deployments across both repositories. While these problems are not insurmountable, we don't believe it's a productive or enjoyable way to develop applications.

Expand Down
2 changes: 1 addition & 1 deletion starter-kits.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ php artisan breeze:install react --ssr
<a name="breeze-and-next"></a>
### Breeze & Next.js / API

Laravel Breeze can also scaffold an authentication API that is ready to authenticate modern JavaScript applications such as those powered by [Next](https://nextjs.org), [Nuxt](https://nuxtjs.org), and others. To get started, specify the `api` stack as your desired stack when executing the `breeze:install` Artisan command:
Laravel Breeze can also scaffold an authentication API that is ready to authenticate modern JavaScript applications such as those powered by [Next](https://nextjs.org), [Nuxt](https://nuxt.com), and others. To get started, specify the `api` stack as your desired stack when executing the `breeze:install` Artisan command:

```shell
php artisan breeze:install api
Expand Down

0 comments on commit 456054f

Please sign in to comment.