This is literally the best filament 3 course for begginers !
@teabookcodes Жыл бұрын
Wow, this couldn't have come with better timing! Thanks so much, I'm really looking forward to this series 😁
@yelocode Жыл бұрын
Thank you for watching 🤩
@skia515 Жыл бұрын
i just can say thanks. now we have new cources. thanks
@yelocode Жыл бұрын
Thank you for the support
@drfcozapata Жыл бұрын
Great bro! I'm still shocking with what filament can do, and so fast. Awesome! Blessings from Venezuela.
@yelocode Жыл бұрын
Thank you for watching. Glad to hear that
@eduardoximenes3671 Жыл бұрын
you we're right, 2 months later, dev version is out, thanks for the tutorial!!
@Crickethit56 Жыл бұрын
when i use this command composer require filament/filament:"^3.0-stable" -W it says Installation failed, reverting ./composer.json and ./composer.lock to their original content. what should i do?
@yelocode Жыл бұрын
Umer Could please share the error message you get before "reverting ./composer.json and ./composer.lock to their original content" ? There is also an issue with composer in windows shell terminal, ^ symbol causes issues. If that is the case using filament/filament:"^^^^3.0-stable" should fix it
@Crickethit56 Жыл бұрын
@@yelocode Your requirements could not be resolved to an installable set of packages. Problem 1 - filament/support v3.0.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. - filament/filament v3.0.0 requires filament/support v3.0.0 -> satisfiable by filament/support[v3.0.0]. - Root composer.json requires filament/filament 3.0-stable -> satisfiable by filament/filament[v3.0.0]. To enable extensions, verify that they are enabled in your .ini files: - C:\Program Files\php-8.2.8\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-intl` to temporarily ignore these required extensions.
@danuco24 Жыл бұрын
Simply uncomment the line 'extension=intl' in your php.ini file, on line 923, and this should resolve the issue.
@alexandrepellegrino2699 Жыл бұрын
this is amazing, thanks for sharing
@yelocode Жыл бұрын
Thank you for watching
@hassanoubrahim8567 Жыл бұрын
can you talk about multi panel (admin/normal user) for example
@yelocode Жыл бұрын
Sure Hassan, I will be covering that in the up coming videos.
@eghyrizky91707 ай бұрын
Hallo sir.. I have followed the instructions in your video. Why doesn't my filament look neat, like the style doesn't exist? What am I missing? How do you get the appearance to have that style?
@SatyamVishwakarma-i3x10 ай бұрын
Can you please help to find out why my project is running very slow in filament?
@CarlosCruz85 Жыл бұрын
Excelent! how to configure it to use in a online server with Nginx ???
@abujihadsalahudin Жыл бұрын
I loving your videos
@yelocode Жыл бұрын
Thank you. Glad to hear that.
@learnwithyan7 ай бұрын
I just installed 3.2 but no way Your version like laravel 10 + filament 3.0 works BRO!
@xKVerdammАй бұрын
thank you so much buddy!!!
@FindWebX Жыл бұрын
Thank you ❤❤❤. Can we use Jetstream with this. Please tell it also in the next video ❤❤
@yelocode Жыл бұрын
Yes, I plan to cover jetstream too. Right now jetstream with livewire 3 is not out yet, only a pull request. I will make the video once jetstream version 4 is out . Btw love the video you have on IGI, was my favourite fps game growing up ^_^
@FindWebX Жыл бұрын
@@yelocode 🥰🥰🥰🥰🥰 thank youuuu
@duniamanji23 Жыл бұрын
Hello sir, I want to ask, an easy way to change the default navigation such as DASHBOARD. For example, dashboard text changes to monitoring
@Crickethit56 Жыл бұрын
when i use this command composer require filament/filament:"^3.0-stable" -W it says Installation failed, reverting ./composer.json and ./composer.lock to their original content. what should i do? @codingflick please tell me the solution of this problem
@yelocode Жыл бұрын
Could you please send the errors before "reverting ./composer.json and ./composer.lock". There must be some conflict causing this
@Crickethit56 Жыл бұрын
@@yelocode Your requirements could not be resolved to an installable set of packages. Problem 1 - filament/support v3.0.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension. - filament/filament v3.0.0 requires filament/support v3.0.0 -> satisfiable by filament/support[v3.0.0]. - Root composer.json requires filament/filament 3.0-stable -> satisfiable by filament/filament[v3.0.0]. To enable extensions, verify that they are enabled in your .ini files: - C:\Program Files\php-8.2.8\php.ini You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with `--ignore-platform-req=ext-intl` to temporarily ignore these required extensions.
@octobergaming6860 Жыл бұрын
@@yelocode facing same issue , if solved please share the solution
@danuco24 Жыл бұрын
Simply uncomment the line 'extension=intl' in your php.ini file, on line 923, and this should resolve the issue.
@Mutaverse-y1t Жыл бұрын
waiting for this. go deeper on filament please including plugins and everything may be like 100 episodes
@yelocode Жыл бұрын
Thank you for watching. As of now I have around 20 videos or so planed. but there is so much to cover might be able to make it close to 100 😅
@neverforget1575 Жыл бұрын
Hey, loving the content keep up the great work, quick question I was running through your twitter clone tutorial and it got me thinking can you build a twitter type layout using filament? I've been doing some research but not sure how you would implement filament to show all tweets of the people you follow and how to add tweets etc and it shows up on the UI, most videos are showing filament as a backend admin panel, do you think it could be used for a frontend facing app? With Auth as normal like twitter. Thanks again
@sawnedcom_one17 күн бұрын
good
@abhishekbhagat9313 Жыл бұрын
Nice, i was looking for a course for this. Can u also show how can be use multiple panels with filament and both the panels use differnt table for user panel and admin panel
@yelocode Жыл бұрын
Thank you for watching. Yes I will be covering the new multi panel feature in v3 as well.
@DevHub1683 ай бұрын
don't know why it was so slow, even the initial project. What is the problem?
@RahulKumar-ij9fg5 ай бұрын
how to import give me video for this also
@claudiomenares41724 ай бұрын
Muchas gracias
@SeyedeiliaZarareh Жыл бұрын
are you iranian?!
@yelocode11 ай бұрын
Yes brother 💚
@m.ahsani00763 ай бұрын
----------------------------------------can you show us how to install it on laravel 11 -----------------------------------------------------------------------------------------------------------