LaravelSolved

Laravel Subscription - Lifetime Subscription

Hello Alex, I've been following the Laravel Subscriptions course and it has helped me a lot getting around stripe's dashboard! I was wondering how you would approach lifetime subscriptions or similar. It seems like you can make one of charges as prices in stripe but how does this look like with the...
alejandro627
Posted by alejandro627
7 months ago. Last reply 7 months ago.
3
218
Nuxt.jsSolved

500 Cannot find package '@vue/composition-api' imported from C:\Users\Aa\node_modules\vue-demi\lib\index.mjs

I have this error when just install pinia to nuxt 3 ``` ERROR [nuxt] [request error] [unhandled] [500] Cannot find package '@vue/composition-api' imported from C:\Users\Aal-Naib\node_modules\vue-demi\lib\index.mjs at __node_internal_captureLargerStackTrace (node:internal/errors:490:5) at ne...
AhmadUUID
Posted by AhmadUUID
7 months ago. Last reply 7 months ago.
3
443
Nuxt.jsSolved

Dropdown Autocomplete Search Anything in Laravel course with Nuxt

The problem I'm facing is that when I click on a search result link, the page refreshes instead of navigating within the SPA. I want to prevent the page from reloading and use Nuxt's router to navigate programmatically. ``` item({ item, html }) { return html` <a href="${item.url}" class="flex...
AhmadUUID
Posted by AhmadUUID
7 months ago. Last reply 7 months ago.
5
212
LivewireSolved

Modal Login/Sign Up Like CodeCourse.com

Modal Login/Sign Up Like CodeCourse.com how it works and how to make , any one knows?
wees377
Posted by wees377
7 months ago. Last reply 7 months ago.
9
451
LivewireSolved

Livewire - Array as query string

I have an array property `topic` on a livewire component that I want to use as query string, the query string looks like this currently `example.com/?topic[0]=livewire&topic[1]=laravel`, what I want the url to look like is `example.com/?topic=livewire,laravel` currently I introduce a different pr...
selorm
Posted by selorm
1 year ago. Last reply 8 months ago.
9
1566
General discussionSolved

Laravel Reverb with Sanctum and NextJs

I have an api using laravel sanctum on docker with reverb installed and i have nextjs on ```localhost:3000``` with pusher and echo installed on it. I have this in my nextjs ``` window.Pusher = Pusher; const echo = new Echo({ broadcaster: 'reverb', key: 'j...
henry75958
Posted by henry75958
9 months ago. Last reply 9 months ago.
1
520
LaravelSolved

Failing tests in CI

Howdy! 🤠 Let's dive in. We have three specific tests that constantly fail in CI. We are using GitHub Actions. `LoginTest` `LogoutTest` `RegisterTest` ``` FAILED Tests\Feature\LoginTest > a user can login NotFoundHttpException POST http://localhost/api/v1/login ``` The tests pass loc...
Haz
Posted by Haz
11 months ago. Last reply 11 months ago.
1
364
LaravelSolved

Problem with Laravel Sanctum

I have my api using laravel sanctum api for auth and in my api routes i have this ``` Route::get('/blog/{id}', BlogController::class); ``` and in my controller i have this ``` public function __invoke(Request $request) { $blog = Blog::where('id', $request->id)->first() return response->json(...
henry75958
Posted by henry75958
1 year ago. Last reply 11 months ago.
21
2597
LaravelSolved

About security for laravel file marketplace

I asked a question and they answered this about the file marketeplace laravel 2023, I decided to take the course back as a real project, the answer was a bit vague, what would improve security? just a doubt Thanks in advance. answer sent to me by a user 11 months ago: Yes but keep in mind that you...
Eth0
Posted by Eth0
1 year ago. Last reply 1 year ago.
3
296
General discussionSolved

Hi can you create a course on advance level testing in laravel/livewire

Hi Alex I hope you are doing good can you create a course for laravel/livewire on advanced testing cause when it comes to writing tests for my code I am not very good at it and i am not talking about test a simple curd test but more advanced testing like for example recently I was learning La...
sohail49
Posted by sohail49
1 year ago. Last reply 1 year ago.
1
325