Ahh, got it, thanks. Perhaps the nativephp version could come with an optional basic trimmer in the future 👀?
I currently have a video recording feature on the web, and after the user records a video, I show a JS-based trimmer where they visually select the segment. I then upload the full video along with the trim times and do the actual trimming with FFmpeg on the server but that means longer uploads since the whole file always needs to be sent.
🚨🤳🚨🤳🚨🤳
Just dropped: @nativephp now supports VIDEO!
Yep, we shot this entire demo with NativePHP itself.
No Swift. No Kotlin. Just pure Laravel magic.
Coming this month in v2. 🎥✨
#NativePHP#Laravel#PHP#MobileDev#MadeWithLaravel
🚀 Watch the video →
v1.1 of NativePHP is almost here.
55MB iOS builds → 22MB
16MB Android builds → 7MB
Modular APIs
Gallery, QR, Location, In App Browser (Oauth flow(
CI-ready flags
More on the way
We’ve been rewriting the foundation to make what’s next possible.
Announcing soon.
Up until now, you always had to restart the entire NativePHP iOS build process to see your code changes.
That's now fixed 😎
Just press CMD+CTRL+Z to reload the current URL.
Also, did you know that you can use Safari to debug your NativePHP apps in the simulator? 🚀
🚀 New Video! 🚀
Learn how to deploy a Laravel project on Forge and set up Reverb WebSockets for real-time updates! 🔥
Watch now! 🎥👇
#Laravel#Forge#Reverb#WebSockets#DevOps
I'm a long time WP dev, new to @laravelphp , and my mind is blown. It's so good. I'd love to see a video from @joshcirre@aarondfrancis@jeffrey_way on how you decide on only core or add packages like Statamic, Filament, Nova, etc.
@JiveDig@laravelphp@joshcirre@aarondfrancis@jeffrey_way Welcome to the Laravel world! What you listed are all different products and come bundled with a set of different features. Statamic and Filament are CMSs just like WP. Nova is an admin panel, so it’s similar but simpler. If you don’t have content to edit, no CMS and stay w/ core
#Laravel tip:
Use scout for Full-Text Search with Eloquent
Instead of using LIKE queries, Laravel Scout integrates with search engines like MeiliSearch or Algolia.
Make a model searchable and perform a full-text search