Laravel Filament: Live-Coding - Notes Management Panel

  Рет қаралды 16,270

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер
@danharrin
@danharrin 2 жыл бұрын
Hey! We have a field called BelongsToManyMultiSelect, which can be used instead of a relation manager to attach tags from create/edit much easier!
@helderlimaletsgo
@helderlimaletsgo 2 жыл бұрын
The Filament community is awesome! Dan is a great guy.
@danharrin
@danharrin 2 жыл бұрын
❤️
@gdogmalone
@gdogmalone 2 жыл бұрын
I’ve recently started using filament, so a timely course, can’t wait! Things to try in the course: * I currently have a livewire table and use your livewire toggles in a column, maybe show that being implemented? * I also have a livewire column with a date and when you click it, it changes the date to the next financial quarter. * Displaying tags in a column. * Alpine hover to display full column data when the field only displays 20 chars for instance. * Php enum on select in edit view or maybe inline on table view. Im moving some tables and data into filament, but I’m found customising quite hard so far (not been doing it for long)
@gapfran
@gapfran 2 жыл бұрын
Hi! I've registered for all your courses and enjoy them very much. I Would love to have a Filament course! Thank you very much for the amazing work.
@uematsusoft
@uematsusoft 2 жыл бұрын
HI, Povilas. One thing that I struggle to do in Filament is to customize the base form layout (break rows fields, small field in a row, etc.). I did it using some field properties from the filament fields classes but I think it was to much work for something simple. So I think that there must be a easy way to achieve this but I wasn't able to find anything about it (in february). Since that time I hadn't touch a filament project, so I don't know if there is more information now. I believe that should be a good topic to talk in a small video or in a module of your future course about filament. Thank you for your videos.
@PhillipinesIsTheBestTheNumber1
@PhillipinesIsTheBestTheNumber1 2 жыл бұрын
Please include user management, roles and permissions like in the quickadminpanel. Thanks
@krekas
@krekas 2 жыл бұрын
There are packages for that already use them
@Voltra_
@Voltra_ 2 жыл бұрын
The blocks feature would be nice to have an explanation/example for
@ihsanalhafiz2481
@ihsanalhafiz2481 2 жыл бұрын
i have try to use it, it was nice👌 but still need deep learn in livewire and tailwind for more customization to make your own admin panel.
@Flankymanga
@Flankymanga 2 жыл бұрын
Thank you for the intro!
@UrfanFahada
@UrfanFahada 2 жыл бұрын
It's perfect combination using Filament & Quickadminpanel, but use Form Builder & Table Builder separately instead of admin builder itself, considering file structure. Cons of filament is custom a layout. Cons from quickadminpanel is a repeater builder, and filament have.
@janomevanwyk8672
@janomevanwyk8672 2 жыл бұрын
Hi Povilas, looking forward to the series. As a noob, Filament took all the heavy lifting out of creating an Admin Panel. I am struggling with the Custom Pages and Views, perhaps you could cover that.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Custom pages and views for what exactly? Examples, please
@janomevanwyk8672
@janomevanwyk8672 2 жыл бұрын
@@LaravelDaily the docs mention multiple forms on a custom page, but I can't get it to work, example. Have a checklist with it title and date and other related data save to a 'header' table and the checks for that checklist save to a 'item' table with belongsTo relationship. Or a custom page for the record View instead of the current form with inputs disabled.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Each of those examples needs to be individually analyzed, it would take a lot of time for me to even reproduce your exact situation. Could you maybe create a demo repository and invite me to Github (username PovilasKorop) and then based on that, I will try to implement those pages? It's impossible to properly understand from a short KZbin comment.
@giacomogaravaglia6742
@giacomogaravaglia6742 2 жыл бұрын
I would like to know how to customize the layout of each form, maybe also the global style. As other pointed out, also how to display the "pluck+join(",")" tags directly in the table.
@faridagl
@faridagl 2 жыл бұрын
Enjoyed it, thanks 👍
@1234matthewjohnson
@1234matthewjohnson 2 жыл бұрын
would love to see a series of videos covering filament using all aspects
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Yes, exactly what I'm planning as a course
@andriipokhytun470
@andriipokhytun470 2 жыл бұрын
Nice video, can you please tell me what color theme you are using.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
In PhpStorm? It's Material Darker
@andriipokhytun470
@andriipokhytun470 2 жыл бұрын
@@LaravelDaily thank you
@الشيخالطاهر-ن7س
@الشيخالطاهر-ن7س Жыл бұрын
It's a short video but it means a lot, I hope you make videos in the cms project with fuse and it should cover (the media manager, videos section, pdf section, and slideshow). Thank you and I wish you the best.
@david0705
@david0705 2 жыл бұрын
Hey Povilas, thanks for considering Filament. I'm just discovering it at the moment. I have to say that a bit of help regarding Forms would be much appreciated.
@LaravelDaily
@LaravelDaily 2 жыл бұрын
What help? My youtube channel doesn't cover personal help, I don't have enough time to help everyone, but I will be shooting a filament course at the end of July, so can cover some questions for you.
@david0705
@david0705 2 жыл бұрын
@@LaravelDaily Sorry, I didn't mean personal help, I was hinting to your future course. Regarding Forms, maybe file inputs, how to set them up etc... that kind of stuff. It's basic but it covers most of the daily needs. Keep up with the good work ! :)
@hossam-eddineabouelqassim7440
@hossam-eddineabouelqassim7440 2 жыл бұрын
Hi povilas i have problem when I insert image from another blade it does not show in filament table .but when I insert from filament create image display normally in the table . Notice: images are all in the same folder uploads
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Unfortunately I can't debug your personal situation magically via KZbin comment
@unitaxi1644
@unitaxi1644 2 жыл бұрын
Pls show how to make simple e-shop site with filement. I think it will very interesting video!
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Filament is for adminpanels, not for eshops
@tahinuralam
@tahinuralam 2 жыл бұрын
how to add table footer? please
@chibuikeumezinwa7827
@chibuikeumezinwa7827 2 жыл бұрын
I recently use filament for a client. I would love to learn more about it and I would like to know if filament could handle bigger and more complex projects
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Define bigger and more complex, can you provide some details for such imaginary project?
@chibuikeumezinwa7827
@chibuikeumezinwa7827 2 жыл бұрын
@@LaravelDaily beyond the "index,create, edit" structure of filament, what about projects with several modules (with subdomain routing ), what about eternal Libraries/APIs or even packages, how do we get hands on filament logic because you almost don't need to write a single controller with filament. What about complex relationships with a few levels deep and more. Filament might be capable but I only started using it recently and need guidance
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Still your comment doesn't give me the exact examples. Please understand, for me the biggest job as a content creator is to come up with demo project examples, shooting videos is the last part. So now you ask me to sit and think what could be "several modules" and what relationships are "a few levels deep". Please give the exact specification, as you would be a client giving the specification to a developer :)
@ouro-akpokhaled4440
@ouro-akpokhaled4440 2 жыл бұрын
so nice
@karintemi4801
@karintemi4801 2 жыл бұрын
Excelent tutorial but i need the structure i've to create in DB because can't make it run Thanks a lot
@chengkangzai
@chengkangzai 2 жыл бұрын
As of multiple small project, i would personally wanted a big project so that we can hit some bug or problem when the project grow
@LaravelDaily
@LaravelDaily 2 жыл бұрын
It would take much more time for me to create big projects for my videos, I'm focusing on more realistic smaller examples.
@ngebolangria1060
@ngebolangria1060 2 жыл бұрын
Awesome as always Povilas! An online guide on how to use the quickadminpanel would be much appreciated, especially on relationships, belongsTo, belongsToMany, polymorphic, hasMany/OneThrough. 🤗🙏🙏
@jameswong3388
@jameswong3388 2 жыл бұрын
Laravel Nova vs Filament Admin ?
@LaravelDaily
@LaravelDaily 2 жыл бұрын
Nova is not a free product so it reduces the audience that would be interested. I'm not a fan of reviewing paid products on the channel, with very rare exceptions.
@jameswong3388
@jameswong3388 2 жыл бұрын
@@LaravelDaily I am Just asking in general which product is better, like which would you recommend, cuz I am planning to build a admin panel for my laravel web app
@LaravelDaily
@LaravelDaily 2 жыл бұрын
@@jameswong3388 I do recommend Filament if you want the quick result and for free. Nova has many more features but it's harder to customize and it's not free. It's not "which I would recommend", but "what features you need", there's no one size fits all. You need to read the docs of both of them and decide for yourself.
@wezone88
@wezone88 2 жыл бұрын
Easy admin
@tomasdoudera7555
@tomasdoudera7555 2 жыл бұрын
One big project please.
Laravel: Create Public API with Cache and Rate Limits
12:18
Laravel Daily
Рет қаралды 46 М.
The Best Form Builder for Laravel - Filament Forms
15:07
devdojo
Рет қаралды 24 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Laravel 10 Blog with Filament Admin Panel | Part 1
2:57:06
The Codeholic
Рет қаралды 97 М.
From Laravel Blade to Vue.js + API [Live-coding Example]
22:28
Laravel Daily
Рет қаралды 169 М.
Junior Code Review: Laravel Routes, Middleware, Validation and more
19:57
4 Tips for Dev Productivity (I've tried many techniques...)
9:01
Laravel Daily
Рет қаралды 6 М.
16 Laravel Filament Multi-Tenancy - FilamentPHP V3 Tutorial
23:53
Laravel Security: Top 7 Mistakes Developers Make
11:16
Laravel Daily
Рет қаралды 87 М.
Faster Eloquent: Avoid Accessors with Foreach
9:35
Laravel Daily
Рет қаралды 54 М.