Thanks, and soon! It's pretty much done. Just wrapped up dark mode styles and am fighting some responsive issues. Workload is heavy lately so it is going slower than anticipated, but its close.
The source code for that is not public. No courses, yet. I'm building the site for the currently. I do have a CI4 book, though: leanpub.com/codeigniter4foundations, or lots of videos and articles over at Patreon: www.patreon.com/lonnieezell
Hello, Lonnie, i want to ask you about custom UserModel feature. when i run "php spark shield:model" the terminal doesn't recognize it. how to make my own UserModel with my own table?
As long as Shield is installed properly, that command should be available. You can make a new model that extends Shield's UserModel and still get all of the features. You'll need to set the UserProvider to the new class in the Auth config file, I believe.
Hey, Lonnie, thank you for the video, always learning something new from you.
Awesome 😎 seeing two of Top G's of CodeIgniter in the comments
We love your CI4 video tutorials. please make more videos on CodeIgniter and htmx.
You are the only who teaches CI4 very well, why don't you make more tutorials?
By the way, thank you !
That's so kind of you! Thanks so much.
Whoa man!! It is awesome! When is the site coming?
Thanks, and soon! It's pretty much done. Just wrapped up dark mode styles and am fighting some responsive issues. Workload is heavy lately so it is going slower than anticipated, but its close.
I love it from 🇨🇲 thank you we learn enough
thank you
Great stuff. 👍
Thank you!
It is possible to have source code? I have enough to learn. Did you have a course?
The source code for that is not public. No courses, yet. I'm building the site for the currently. I do have a CI4 book, though: leanpub.com/codeigniter4foundations, or lots of videos and articles over at Patreon: www.patreon.com/lonnieezell
@@ignitedcode3091 I already have this book. Thanks 🙏🏾.
Hello, Lonnie, i want to ask you about custom UserModel feature. when i run "php spark shield:model" the terminal doesn't recognize it. how to make my own UserModel with my own table?
As long as Shield is installed properly, that command should be available. You can make a new model that extends Shield's UserModel and still get all of the features. You'll need to set the UserProvider to the new class in the Auth config file, I believe.
@@lonnieezellThank you so much Lonnie, i will try it again