FAQ

QUESTION

Why?

I wanted a PocketBase-like experience in Laravel without the VPS and Go knowledge cost. While VPS hosting is affordable, PHP hosting is often even cheaper. Veloquent is heavily inspired by PocketBase's features, and although I don't know the exact implementations of PocketBase, I did study some implementations to get the essentials right.

QUESTION

Do you offer hosting?

Not at the moment. But since Veloquent is pure Laravel, you can host it anywhere PHP runs, shared hosting, VPS, or specialized Laravel platforms.

QUESTION

Does it scale?

Absolutely. It's Laravel at its core, so scaling is as straightforward as scaling any Laravel application.

QUESTION

How can I run custom code?

Right now, you can modify the source code directly. In the future, I plan to introduce hooks or an extension system so custom code can be introduced without making change to your project source code directly.

QUESTION

Does it support Google or Facebook login?

Veloquent uses Laravel Socialite under the hood. Any provider supported by Socialite will work, though not all are preconfigured. You're free to implement additional providers yourself, and there are many community Socialite drivers available.

QUESTION

Does it come with a UI?

Only the admin panel is included, no frontend UI is provided. You can integrate it with any frontend framework you like using the first-party SDK.

QUESTION

Which databases can I use?

Currently, Veloquent officially supports MySQL, PostgreSQL, and SQLite. MySQL required a workaround due to transactional DDL limitations. Other databases might work, but they haven't been tested yet. Future updates may expand support.

QUESTION

How do I import or export data?

Use the schema transfer feature available in the admin panel, it handles importing and exporting in a convenient way.

QUESTION

Can I donate?

Not yet planned, but contributions may be considered in the future.

QUESTION

Where can I find help?

You can ask questions on GitHub Discussions or reach out directly via support@velophp.com.

STILL HAVE QUESTIONS?

Reach out on GitHub or join our community discussions. We're here to help you build faster.