Summer sale! Save 50% on access to our entire library of courses.Join here ā†’
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
5 months ago. Last reply 1 day ago.
9
714
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
1 month ago. Last reply 1 month ago.
1
162
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
3 months ago. Last reply 3 months ago.
1
210
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
3 months ago. Last reply 3 months ago.
21
928
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
4 months ago. Last reply 4 months ago.
3
223
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
4 months ago. Last reply 4 months ago.
1
223
LivewireSolved

Build a Booking System With Livewire

Friend, on approximately what date do you publish the Build a Booking System With Livewire course? thank you so much..
maykolcastro
Posted by maykolcastro
4 months ago. Last reply 4 months ago.
3
352
LaravelSolved

Redis failing in CI when running tests

I am getting an error when running tests in CI. The error is related to Redis. [Error](https://i.imgur.com/WxaUNVb.png) Here's the YAML file: ```yml name: Tests on: push: branches: [ "*" ] pull_request: branches: [ "*" ] jobs: tests: runs-on: ubuntu-latest services: re...
Haz
Posted by Haz
5 months ago. Last reply 4 months ago.
6
430
LaravelSolved

Build a daily pageviews application

Hi Alex, I wanted to request for a course feature that tracks Daily Pageviews using Laravel, and potentially integrating Livewire if necessary. The goal is to visualize these views in a chart format (chart js) similar to Google Analytics. It should offer the ability to review daily, monthly, and ye...
henry75958
Posted by henry75958
4 months ago. Last reply 4 months ago.
5
266
General discussionSolved

Sorry Because of its privacy settings, this video cannot be played here.

Hello, I would like to subscribe to premium but there is a restriction on "free preview" videos. I prefer to ask before subscribing. The message is as follows: Sorry Because of its privacy settings, this video cannot be played here.
fred792
Posted by fred792
4 months ago. Last reply 4 months ago.
8
346