Version 1.1.0 of guava/calendar has just been tagged!
We've added support for customizable context menus, which allow you to quickly create models by clicking on a date or selecting a range in the calendar!
@PovilasKorop I started doing the same, I even put most of the code now in the routes file especially for small projects , if they are bigger I use controllers with helper classes or Livewire, I prefer locality of behavior more than separation of concerns.
Filament and Volt work really well together 🦒⚡️
Here's a quick example using volt from inside any @filamentphp page.
I've also been using the table and form builder directly inside of Volt pages.
PHP/composer tip.
If you wanna update packages on a live project, never run `composer update` on live server.
It's slow and will "break" repository.
1. Run `composer update` locally
2. Commit new `composer.lock` to the repo
3. Git Pull and Run `composer install` on the server
Laravel community, I’m back on the job market.
If you’re seeking a senior dev with a ton of experience (Laravel 12 years, PHP 18 years) DM me.
Also, could you do me a solid and retweet this?
for those interested in php-rust-tools, you might wanna follow me on the forbidden site, posting some cool stuff on there.
https://t.co/0loM9zdkIq
here's a sneak peak