Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

What's Next?

Premium
3 min read

This is the end of the current course scope.

If this course gets attention and feedback, we are thinking to maybe add a few functions later, especially since NativePHP dropped v1.1:

So here are the NativePHP features we may build and review next.


Push Notifications

One obvious thing after visiting events with multiple talks is that not every single one can be interesting to you.

The Full Lesson is Only for Premium Members

Want to access all of our courses? (31 h 16 min)

You also get:

55 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

Comments & Discussion

S
Sjoerd24 ✓ Link copied!

would love to see all the mentioned examples! Just a few questions:

  1. How does Bifrost play in this all? it makes releasing the app easier ?
  2. could you use something like filament as a base to build on? Maybe a bit off overkill?
  3. For my personal project i would love seeing an chat like application. I think using an app to the webapp is mainly about social features (chat, news, user profile editing, seeing work schedule etc). But thats different for everyone maybe.
M
Modestas ✓ Link copied!

Quick answer before we see what are our options:

  1. Bifrost is a "CI" service, which enables you to build and publish applications via their first party tool. It just removes a lot of headaches for you.
  2. Yes you can! But be aware, that at this point - Filament requires intl extenstion, which is not available on iOS. And no, it's not an overkill if you have a need for it!
  3. Good old chats - they will never be excempt. We will see if there's more demand for that example. But in short, it's not that much complicated than to build with Laravel itself. The only thing you have to keep in mind is - notifications are handled via firebase.
S
Sjoerd24 ✓ Link copied!

thanks! Clear all, I saw they released their "kitchen sink" app, think i will analyse that too for some inspiration!

Did you btw also use nativephp already for desktop usage? I tried it shortly but couldnt get it to work under windows. (no tutorials fot that yet right?)

M
Modestas ✓ Link copied!

We have not tried the desktop version yet :) Mobile seemed like a better fit for us