Say it again for the folks in the back: "FILAMENT IS NOT JUST AN ADMIN PANEL!" Love that you built a full SaaS with Filament-there's so much power there since you can always just drop down into the normal TALL stack and build whatever you want!
And this SaaS was Filament v2 (not as cool and sexy as v3). And every custom page is just in a panel. But I don’t even have to have a panel and just use Filament Forms in my Livewire Volt component. 👀
Until this video, (I've been living under a rock for quite some time) I thought it IS just another admin panel. Until I visited it and doscovered that this is a full scale app modules with tons of plug-ins and stuff I might actually use!
Thanks for this! Theres so many tools in the ecosystem, sometimes its hard to figure out which ones actually fit my use cases and which ones are extra documentation to read before realizing
ShadCN for laravel?!!! Now I'm interested! 😊 I have dabbled with Saloon a bit and I can't wait for all my other priorities to be done so I can actually dive into it, that package makes it very easy.
@@joshcirre I think laravel packages in general are amazing most 'just work™' without any hassle. At least that has been my experience since I started with laravel and is the reason why I love to work with laravel so much.
Great videos and Great laracasts thank you. Wondering what IDE you guys fully use? You say VSCode, but what font and icons extensions?! Always been a VSCode fan for .NET but can't seem to beat PHPStorm for Laravel. Also do use Rider for .NET work. Would you mind listing the sofware used? Thanks again!
Enjoyed the video, do you know any package i can use to capture fingerprints for specific clients and to also compare, when accessing certain information about that client. I have a Digital Persona 4500 Fingerprint reader.
Ty for your content! Please detail what tools would you choose to build a small ERP app (sales, inventory, users are the main goal) that also has a BI component in it ( like for example advanced data tables with filament)
Everything is very dependent on the project at hand. I would say that the majority of the tools I outline would be my start. Breeze with Volt, Filament for Tables, and then build until you realize a package would be easier for any component. :)
@@joshcirre thank you! most of my goals for now are data tables + filters and some widgets. I allready started with Filament as it is seems the best alternative.
Personally I dont recommend fillament for every project, specifically a project which may have a big traffic, the reason is Fillament will make a ajax call for every interaction, so if a 100k users tries to open a modal, it will make 100k ajax request to the server, which I think unnecessary pressure to the server
I don't understand why you say it like this, that community needs to contribute to Caleb (we already do!), he just posted on his blog days ago that he made his first $ million. Kudos for that! Also...99$/project/year is stupid, and what if he release fluxui "addons" that we have to pay too...
Packages shouldn't affect performance only minimally due to storage or data load increase. But anything can affect performance, it's how you use the packages that counts. :) Summed up: Packages are only going to be minimal performance hit unless you're using them in odd ways.
I love Nova! I use it too. ☺️ But I think they solve two very different problems. Nova is meant to be specific to administration of your application. It's not meant to build a complete SaaS in it, for example. :)
Laravel can be fast out of the box! But using SQLite makes everything just a bit faster. ☺️ Because a database is going to be the biggest bottleneck for most applications.
Say it again for the folks in the back: "FILAMENT IS NOT JUST AN ADMIN PANEL!" Love that you built a full SaaS with Filament-there's so much power there since you can always just drop down into the normal TALL stack and build whatever you want!
And this SaaS was Filament v2 (not as cool and sexy as v3).
And every custom page is just in a panel. But I don’t even have to have a panel and just use Filament Forms in my Livewire Volt component. 👀
I love filament
Thanks for your time and valuable informations
Until this video, (I've been living under a rock for quite some time) I thought it IS just another admin panel. Until I visited it and doscovered that this is a full scale app modules with tons of plug-ins and stuff I might actually use!
Thanks for this! Theres so many tools in the ecosystem, sometimes its hard to figure out which ones actually fit my use cases and which ones are extra documentation to read before realizing
ShadCN for laravel?!!! Now I'm interested! 😊
I have dabbled with Saloon a bit and I can't wait for all my other priorities to be done so I can actually dive into it, that package makes it very easy.
Saloon sets the standard for what other Laravel packages should do (which is already an incredibly high standard).
@@joshcirre I think laravel packages in general are amazing most 'just work™' without any hassle. At least that has been my experience since I started with laravel and is the reason why I love to work with laravel so much.
great video. I come from symfony and drupal, learning Laravel has been fantastic
Thank you so much for the kind words. I haven't had the chance to work in Symfony or Drupal but we are glad to have you. :)
Thanks for making this video is was super helpful!
Thanks so much! I'm glad it was helpful. ☺️
Great videos and Great laracasts thank you. Wondering what IDE you guys fully use? You say VSCode, but what font and icons extensions?! Always been a VSCode fan for .NET but can't seem to beat PHPStorm for Laravel. Also do use Rider for .NET work. Would you mind listing the sofware used? Thanks again!
Crazy good video - I learned a bunch of new things in this one, thank you!
Thanks so much Simon! We have to do a video collab soon? 👀
@@joshcirre we absolutely do!
Very useful video! Thanks!
Glad that you found it useful! ☺️
Enjoyed the video, do you know any package i can use to capture fingerprints for specific clients and to also compare, when accessing certain information about that client. I have a Digital Persona 4500 Fingerprint reader.
Ty for your content! Please detail what tools would you choose to build a small ERP app (sales, inventory, users are the main goal) that also has a BI component in it ( like for example advanced data tables with filament)
Everything is very dependent on the project at hand. I would say that the majority of the tools I outline would be my start. Breeze with Volt, Filament for Tables, and then build until you realize a package would be easier for any component. :)
@@joshcirre thank you! most of my goals for now are data tables + filters and some widgets. I allready started with Filament as it is seems the best alternative.
Great video! A few packages I didn't know of before that Im definitely checking out :)
Glad I could give you some thoughts! :)
I found it helpful man. That's great. You are actually helping.
Thank you! I'm glad it could help. :)
First time watcher, great video. Great pacing.
Wow. Thank you so much! I appreciate it. ☺️
Super love the quality of this video!
Thank you! Trying to make the garage office still worthwhile for publishing videos. 😊
Personally I dont recommend fillament for every project, specifically a project which may have a big traffic, the reason is Fillament will make a ajax call for every interaction, so if a 100k users tries to open a modal, it will make 100k ajax request to the server, which I think unnecessary pressure to the server
I don't understand why you say it like this, that community needs to contribute to Caleb (we already do!), he just posted on his blog days ago that he made his first $ million. Kudos for that!
Also...99$/project/year is stupid, and what if he release fluxui "addons" that we have to pay too...
Didn’t know Seth Rogan was a developer
Haha. I love it. 😂
You read my mind
why you using ray over xdebug(free)?
Thank you. Where can I find your 3.5 hour course?
Sure thing! Here's the video:
ruclips.net/video/Ul3sfSDEt9U/видео.html
@@joshcirre Thank you very much.
great video , we wish u specify a free tools video
A video specifically about free tools? For Laravel or just building products in general?
@@joshcirre for laravel of course , i guess its your best specialty
Thanks . What about package generation pdf and docx ?
Anything that you might need, usually Spatie has the answer. :)
guess what, you gain a new subscriber !
Well, thank you! :) Glad I could be helpful.
Good job! Thank you!
Thank you for watching!
Thanks for this!
I'm glad it could be helpful! :)
Anyone know how fast laravel is with all these abstractions and packages?
Also, how much does the number of packages affect performance?
Packages shouldn't affect performance only minimally due to storage or data load increase. But anything can affect performance, it's how you use the packages that counts. :)
Summed up: Packages are only going to be minimal performance hit unless you're using them in odd ways.
Awesome video, love it
Thanks for watching. :)
hey buddy can you do a video on how you've setup your phpstorm
This is actually VS Code! But I have a video in the works for how I set it up. ☺️
@@joshcirre ok cool looking forward to that thanks for the reply
Thanks man, as usual great video 🤩
Thank you so much for watching. ☺️
Thank you man
Thank YOU for watching. :)
Do you also use breeze as a starter kit for laravel api ?
I don't use Laravel API that much, but Breeze API is a perfect starter kit. I do use it for Chrome Extensions that I build. :)
@@joshcirre thanks for your reply
hoo didn’t know we could use laravel to build chrome extensions. Amazing. Did you do a tutorial on that ?
❤ great suggestions
Thank you!
url to the suggest website is blocked. Whats the actual url
Interesting!
Its: suggest.gg/joshcirre
Please do a video on Ray and show us its power!
Okay. I like this idea! I think it's an incredible tool and I have been using it more and more.
Will add it to the list. 👀
Love this channel
Thanks man! That means a lot. :)
Please Do a markdown parser video, if you can do it from scratch
I'd rather not do it from scratch before there's great packages already out there!
Spatie has one. ☺️
Interesting video
Thank you! I try. 😅
Best video
Thank you! I appreciate the support. ☺️
Came from Dorian.
Dorian is awesome! Did he link this video somewhere? I would love to give my thanks. :)
@@joshcirre He shared your channel in a recent youtube community post
👍 Good stuff!
Thanks for watching. It means a lot. ☺️
awesome video
Thank you! I had no idea it would be this popular. ☺️
❤ from india
why you you Filament instead of Nova, waiting for a google meet url from Taylor 🤣
I love Nova! I use it too. ☺️ But I think they solve two very different problems. Nova is meant to be specific to administration of your application. It's not meant to build a complete SaaS in it, for example. :)
As old scool PHP dev i can't belive that people pays for comment section instead of just developing it once and then use in every website..
How about laravel dcat admin?
I haven't got the chance of trying this one out unfortunately!
How to make laravel site fast
Laravel can be fast out of the box! But using SQLite makes everything just a bit faster. ☺️ Because a database is going to be the biggest bottleneck for most applications.
Step 1; Run a command and wualla you now have yur beautiful responsive website xD
web browser name?
This is the “Arc” browser. ☺️
Now add Livewire FluxUI in your list.
For real. 😮💨
you use mostly paid tools
Most have generous free tiers but I think they are worth every penny that I pay for. :)
Livewire sucks, Filament sucks, Tallstack sucks..
Why do i feel like ur a js dev😂