Support the ongoing development of Laravel.io →

Nei Santos

Joined 15 Aug 2023
building things with Symfony since 2007 and lately started using laravel a bit more heavily.

Statistics

Threads 3
Replies 7
Solutions 0
Articles 0
posted 8 months ago

Forcing https for help route

I've already enabled forceScheme https on my AppServiceProvider like this if(config('app.env') ===...

0 Likes
4 Replies
posted 8 months ago

How to make the api very skinny and fast

I've got my application where I have the web and api. I've used deployer.org to deploy into two diff...

0 Likes
6 Replies
posted 8 months ago

Cannot replace all packages to play nice with id being uuids

I've upgraded to Laravel 10. I've updated model to use HasUuids, and migrations to use $table->uu...

0 Likes
1 Replies
replied 8 months ago

Forcing https for help route

It is api app APP_URL=https://api.mydomain.com.br:${APP_PORT} app APP_URL=https://painel.mydomain.co...

0 Likes
replied 8 months ago

How to make the api very skinny and fast

Do you mean that you deploy the same application twice? Once for the api and once for the frontend?...

0 Likes
replied 8 months ago

Forcing https for help route

I've also done a few other things but still not working. I've tried to generate relative urls but s...

0 Likes
replied 8 months ago

How to make the api very skinny and fast

@tvbeek I see your sample app do not have api. what would be the best approach to setup two differen...

0 Likes
replied 8 months ago

How to make the api very skinny and fast

Thank you @tvbeek I will review those providers and see what I can disable. I will try monitor the s...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.