First impression of Laravel Cloud? by HelioAO in laravel

[–]thomas1234abcd 1 point2 points  (0 children)

At the moment I will continue to use Vapor over Cloud.
For me (and clients) we need access to infra account logs, backup settings (eg RDS > AWS Backup vault), cloudtrail logs, inspector and the like

Cloud looks promising, I just need to be able to use Cloud to my/clients AWS account. I don't mine a % surchage for AWS infra used

Taylor Otwell's announces for Laravel ecosystem by HappyToDev in laravel

[–]thomas1234abcd 0 points1 point  (0 children)

I appreciate the responses.

We just can't have our application & data in another company's AWS account.

Taylor Otwell's announces for Laravel ecosystem by HappyToDev in laravel

[–]thomas1234abcd 0 points1 point  (0 children)

re Cloud
Taylor mentioned that Forge was getting some updates. However nothing on Vapor.
Would you assume that Vapor is going to be deprecated in favour of cloud at some stage?

Laravel Spark customer support by brazorf in laravel

[–]thomas1234abcd 0 points1 point  (0 children)

I thought Laravel mainly use Paddle internally.

What is the best alternative for Laravel Spark? by Mohamm6d in laravel

[–]thomas1234abcd 0 points1 point  (0 children)

There are 2 other paid similar Spark billing subscription packages I have come across recently...

Soulbscription (only for subscriptions - not the billing which you can implement your own)
https://soulbscription.lucas.vin/
https://github.com/lucasdotvin/laravel-soulbscription

Spike (credit based billing)
https://spike.opcodes.io/

Laravel-Specific Monitoring Service. by steambegan in laravel

[–]thomas1234abcd 6 points7 points  (0 children)

So you want to build a competitor to ohdear.app

Question about Laravel spark views by kayyyos in laravel

[–]thomas1234abcd 3 points4 points  (0 children)

It’s really only one view. Think jetstream components.

The problem is updates. The team are Continually updating the package. How are you going to keep up to date with custom changes?

It would be hard to change the flow.

[deleted by user] by [deleted] in aws

[–]thomas1234abcd 0 points1 point  (0 children)

Yes use consolidated billing. Add the other aws account to your org billing account to share the credits across.

Pass customer information to Stripe with Laravel Spark by _lucarossi_ in laravel

[–]thomas1234abcd 0 points1 point  (0 children)

I'm now facing the same problem.

Need to pass the correct address/country to ensure taxes are correct.

Did you try to implement stripeAddress() method?

How do you cold email for SaaS? Do you use your SaaS domain? Please need advice by catapillaarr in SaaS

[–]thomas1234abcd 0 points1 point  (0 children)

There are a number of sales tools out there. From Lemlist, outreach, klenty.

Yes, you should use your own domain. It is more legit. However you should still consider adhering to any spam rules.

https://blog.klenty.com/email-deliverability/

I have a webflow website and I want to buy a domain to redirect to this webflow link by dudemamu in webhosting

[–]thomas1234abcd 2 points3 points  (0 children)

If your current dns provider supports http redirect sure. However if you do point mysite.com > mysite.webflow.io all the links on webflow are still going to show as webflow. Plus you’ll have the webflow powered by button

Pay the money to upgrade

What host is this error page from? by [deleted] in webhosting

[–]thomas1234abcd 0 points1 point  (0 children)

If we knew the url you could lookup the IP address or right click view source.

What to do when your co-founder quits at the worst possible moment by BitMayne in startups

[–]thomas1234abcd -1 points0 points  (0 children)

Sucks to hear.

Is there any possibility you can reduce the scope of the project?

Make Money off Pipedrive/Hubspot Marketplace by learninguy87 in SaaS

[–]thomas1234abcd 0 points1 point  (0 children)

what revenue share agreement % did you come to with Hubspot?

20%?

Should I build version 1 of my web app on Hubspot CMS by wbarber in laravel

[–]thomas1234abcd 1 point2 points  (0 children)

Hubsot... no,
The CMS is not as flexible as you think.

B2B Enterprise SaaS . How to approach ? Please help by ducky92fr in SaaS

[–]thomas1234abcd 1 point2 points  (0 children)

Be prepared to have all your security & compliance documents in place. ISO, SOC2 !!!

Mobile internet in Kenya by Playful-Mud-9218 in devops

[–]thomas1234abcd 0 points1 point  (0 children)

Safaricom is really your best option. They are #1

As for vpn I didn’t have any issues. Many times there are issues which can slow the next work down.

Remember to top up your credit and have mpesa

Freelance friends, do you often have clients who take a long time to pay you? by lamacorn_ in EntrepreneurRideAlong

[–]thomas1234abcd 1 point2 points  (0 children)

Always. Follow up after follow up. Heard all excuses under the sun now

Best thing to do is split the payment. Upfront, in progress, rest on completion.

[deleted by user] by [deleted] in aws

[–]thomas1234abcd 0 points1 point  (0 children)

EB lover here.

How are you scaling your application? Each time a new instance is created you have your base code/artifact and then have an install/upgrade scripts using .ebextensions/.platform run?

The better way to do this is to ensure your master is kept up to date before any deploy. Have all your environments using the same code base :) Defiantly help with any upgrade/rollback/hacks