ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

1mo ago

The addition of an abstract 'BasePanelProvider' is of great value in code maintainability! Thanks for sharing that great tip!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

1mo ago

Great course ever

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

1mo ago

@asifrumani Yes, will make that available.

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

1mo ago

Hi Shruti,

Thank you for the amazing dose of knowledge on Filament. As a beginner and an enthusiast, I really appreciate it. The information in the course was amazing and very helpful to learn about the extensive flexibility that Filament has to offer.

I wanted to know if you have the source code of the course in a Github repository. That would be very helpful to me and I am sure to many others who would like to take the knowledge that you imparted and build more customizations and in the process learn more about Filament.

Please let me know if there is a way I can download source code from the course.

Thanks in advance.

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

1mo ago

With regards to ordering the navigation items: I'm developing software for almost 40 years, and I learned one important thing when you want to order anything:

Never order with increments of 1... like 1, 2, 3 etc.

Take steps of at least 10, so 10, 20, 30 etc.

Because there always is a customer who thinks a new item should be added between 1 and 2... So you'll have to change the index of each item.

When you order in higher increments, you can work with 'values' in between.

So the 'item in between' would become 15... if the base index would have increments of 10, 150 when increments of 100 etc.

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

1mo ago

@jacobodonnell Thank you for noticing. Will fix this.

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

1mo ago

@wemersonrv Thank you so much for the detailed comment! Really happy to know that the course was helpful :)

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

1mo ago

Amazing course. You are so calm, clearn and easy to understand, even for a non english native student like me listeing to another non english person. The accents on the two sides can be tricky, but it was so smooth, amazing!

Already used Livewire some years ago in version 2, and this course was amazing to remember some stuffs and start to known v3 and prepare for v4.

Thank you so much!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

3mos ago

Caleb, is there a way to add a delay while using data-loading similar to wire:loading.delay?

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

3mos ago

@Sadama That's amazing! Good luck with whatever you plan to build with TALL stack next

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

3mos ago

Awesome tutorial, easy to follow allong! Made some additional changes allong the way (for example, added a closing date component, etc). This helped me to explore further, and not just type along.

Well done!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

3mos ago

@carcoresc I'm happy to hear that :) Good luck!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

3mos ago

This was a really awesome introduction to TALL I'm super excited to start using Laravel in the new year, thanks Shruti!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

3mos ago

It's so good to know that @lelobo! Thank you

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

3mos ago

I didn't know what TALL meant, your tutorial is amazing!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

3mos ago

Thanks @bjoernzosel

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

3mos ago

love the series!! simple way of explaining

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

3mos ago

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

3mos ago

Nice Explaination! : )

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

3mos ago

awesome that you are showing the Laravel way before showing the Livewire way!!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

4mos ago

@sean2025 I'm so glad this series was helpful to you. Thanks for leaving this review!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

This is a perfect introduction to the TALL stack for me.

I'm planning on having a basic prototype of my first Laravel/Livewire application running in the coming weeks. While I will go back and do some of the more in-depth series later, this series is ideal for getting up and running quickly with the different parts of the stack.

Thanks for putting together a great series!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

Thank you

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

Great serie on TALL stack!

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

4mos ago

Thank you for this series! I've never used livewire at all before this but i will use it in future projects now!

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

4mos ago

@daxter Hi, yes. Using one button and showing it in the same position is actually the best in terms of UX. This demo is just simpler to understand.

ShrutiBalasa's avatar

ShrutiBalasa wrote a comment+100 XP

5mos ago

@larsb-dev This is Arc

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

@larsb-dev Arc browser

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

@Shruti Balasa which browser do you use?

ShrutiBalasa's avatar

ShrutiBalasa liked a comment+100 XP

5mos ago

Currently developing a student project showcase app with the VILT stack, but let me try out Alpine and Livewire with you ^^