tuto1902
Explore posts from serversTLCTuto's Laravel Corner
•Created by Eno7x on 10/30/2024 in #💡filament
Policies controls
Looks OK to me. Does it throw any errors or does it actually do what you expect?
4 replies
TLCTuto's Laravel Corner
•Created by .1113953 on 11/3/2024 in #🚀laravel
Inertia
I would probably go with the "compile locally" route to avoid dealing with npm in production. I'm quite new to laravel with react and inertia myself so I don't have much insight on how to deploy. I'll probably find out how difficult it is once the Friday stream project reaches the deploy stage.
4 replies
TLCTuto's Laravel Corner
•Created by ziolupo on 10/18/2024 in #🚀laravel
InfoList and RepeatableEntry
I assume there's an inverse relationship from winery to exhibition?
3 replies
TLCTuto's Laravel Corner
•Created by limewater23 on 10/27/2024 in #🚀laravel
FilePond
You can probably just use Laravel's download function
https://laravel.com/docs/11.x/filesystem#downloading-files
As for preview, I would just link out to the file and let the browser take over. I don't know of any embedded pdf preview.
3 replies
TLCTuto's Laravel Corner
•Created by Rodriguechot on 10/24/2024 in #💡filament
Filament PHP
I've never built a sales system like this so I don't really have any cases to help you. I do have a suggestion. Don't limit yourself to use Filament. Although useful for admin panels in general, you need to also consider that, sometimes, limiting your toolbox can be a problem. Maybe using Livewire, or just plain old Laravel can be better. It all depends on the project requirements. My advise is to start with a small piece of the project and see if filaments fit the bill. The Orders & Products page sounds like a good starting point. Fortunately there's already a great example of this from the folks at Filament. Check out their demo and see if there's something you can take from it.
https://demo.filamentphp.com/shop/orders
https://github.com/filamentphp/demo
6 replies
TLCTuto's Laravel Corner
•Created by MilenKo on 10/2/2024 in #💡filament
Spatie Settings with Filament CheckboxList
I’ll look into it and let you know.
8 replies
TLCTuto's Laravel Corner
•Created by Eno7x on 9/26/2024 in #🚀laravel
Spatie Translatable - Checkbox list
I'm also assuming that the form is for some model that or table with a foreign key pointing to the Packages table.
7 replies
TLCTuto's Laravel Corner
•Created by Eno7x on 9/26/2024 in #🚀laravel
Spatie Translatable - Checkbox list
Based on your description of the problem, you want to show the contents of the packages table (Package model) in a form using the CheckBoxList, and you are using the Translatable package to automatically transform the packages.name column (JSON) based on the application locale.
Try using this in the CheckboxList to get all entries from the Package model. Using pluck will return a key => value array. The value is the first parameter and the key is the second (weird, I know)
7 replies
TLCTuto's Laravel Corner
•Created by Eno7x on 9/26/2024 in #🚀laravel
Spatie Translatable - Checkbox list
Thanks. Allow me some time to look into this and I’ll get back to you as soon as I can
7 replies
TLCTuto's Laravel Corner
•Created by MilenKo on 7/23/2024 in #🚀laravel
Laravel Cashier (Stripe) payments with form validation, database record and a success message
I apologize for the slow responses on the comments. Allow me some time to respond to your post as I’m currently behind on pretty much everything channel related. Thanks for your understanding and patience. I’ll have an answer as soon as I can
7 replies
TLCTuto's Laravel Corner
•Created by North on 6/23/2024 in #💡filament
State - City select fields
I think when you make the field searchable, it does limit the number of results. I’ll go try to find out if there’s a way to configure it
5 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
Yeah. Definitely a blessing. Although I sometimes wonder if that’s making me lazy(er) 🤷🏻♂️
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
No problem. If you hit a roadblock or have any questions, just hit me up.
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
and I would recommend getting the Laravel installer instead of using composer for new projects https://laravel.com/docs/11.x/installation#creating-a-laravel-project
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
I wouldn't worry about MySQL to get started. SqlLite is good enough
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
it's a bit old but it can give you a headstart
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
maybe this will help https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-laravel-with-nginx-on-ubuntu-22-04
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
🤣 do you need a minute to think about it?
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
do you prefer Apache or Ngnix
28 replies
TLCTuto's Laravel Corner
•Created by esparkman on 6/15/2024 in #🚀laravel
New to Laravel
do you need to have multiple local sites or are you happy with localhost:8000?
28 replies