Happy to share that I'm starting work on a new project: a sports management game using Laravel. My goal is to improve my knowledge of the Laravel ecosystem and React frontend.
Wish me luck.
I might have started something that I don't know yet... for >5 years working closely in IT, writing code at work and at home as my hobby... didn't ever had a chance to create a single OS package. And now, I did it.
It is now on beta still and I have a strong feeling that I'm doing something wrong, since packagist won't register versions if `"version": "0.2.0"` is written in composer.json (I know it's a bad practice), but if you have any suggestion - please feel free for constructive criticism! :)
github.com/HungryBus/filament-custom-fields
Today I'm building a custom PHP extension that can speak directly to Swift
This will let you do things like:
Native\Laravel\iOS::vibrate()
Native\Laravel\iOS::getCurrentCoordinates()
And more!
I'm deeper in this than i ever thought possible
And I'm absolutely loving it 😻
Going to be sending out the first update to the mailing list next week
If you're keen to use Laravel to build iOS apps and you're not on the list, trust me, you're going to want to be on it 😉
simonhamp.mailcoach.app/nativephp
I'm curios if you store Enumerations/Enums of your #laravel projects in App\Enum , App\Enumerations or simply the default App\, since artisan make:enum supports all three paths.
github.com/laravel/framework/blob/1f174fc3cb81849058ae5c35c1b0c29f0d09aa0d/src/Illuminate/Foundation/Console/EnumMakeCommand.php#L70