Тёмный

daisyUI meets Laravel Livewire 

Josh Cirre
Подписаться 5 тыс.
Просмотров 11 тыс.
50% 1

If you haven't heard about DaisyUI, then you're missing out. But if you use Laravel or are Laravel-curious, then there's a great option for you that combines the flexibility of DaisyUI with the power of Laravel Livewire. Let's take a look.
Help me choose my next video:
cir.re/suggest
Links:
In-depth daisyUI look ( • Build Apps Faster with... )
daisyui.com/
mary-ui.com/
00:00 Intro to daisyUI
01:19 Creating a Button in Livewire
02:25 Installing daisyUI
03:26 Creating a Livewire Component
04:15 Adding daisyUI
06:03 Theming Buttons
07:25 Adding Loading State
12:09 Introducing Mary UI
13:22 Installing Mary UI
14:39 Creating Button with Mary UI
16:40 Overview of Mary UI Repo
17:43 Paper Dashboard Demo App
18:19 Conclusion
for the algo:
laravel, livewire, component libraries, daisyui, tailwind components, tailwind buttons, tailwind tabs, tailwind cards, customizable uis, themable uis, laravel daisyui, livewire spinners, laravel loading spinners, bootstrap alternatives, css frameworks, front end development, web application development, php development, server side rendering

Видеоклипы

Опубликовано:

 

29 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@robsontenorio2
@robsontenorio2 7 месяцев назад
Great to see a bit of MaryUI ❤
@joshcirre
@joshcirre 7 месяцев назад
Just a quick peek! Hoping to get to dive into it more in a Component Library for TALL Stack video coming up soon. :)
@th3ja
@th3ja 6 месяцев назад
Keep up the awesome content!
@joshcirre
@joshcirre 6 месяцев назад
Thanks for the support! Got some fun things coming!
@b3rking
@b3rking 6 месяцев назад
You doing great! Keep it up!
@joshcirre
@joshcirre 6 месяцев назад
Thank you! I will do my best! Anything you're looking to see?
@mogr488
@mogr488 6 месяцев назад
Thank you. New horizon unlocked !
@alkadoHs
@alkadoHs 6 месяцев назад
Thanks dude, It's Gold contents to me.
@user-si5mf4ov3c
@user-si5mf4ov3c 7 месяцев назад
awesome for this video
@khanra17
@khanra17 6 месяцев назад
awful for the audio. 🤮
@MrSonicastra
@MrSonicastra 6 месяцев назад
Nice video, i followed!
@joshcirre
@joshcirre 6 месяцев назад
Awesome, thank you!
@_hamza_mg
@_hamza_mg 6 месяцев назад
Good job bro🎉🎉 Thank you Please make more livewire volt videos
@joshcirre
@joshcirre 6 месяцев назад
Thanks so much for the support! And will do! Livewire Volt is my favorite piece of tech right now. 😁
@tobiaskilroy
@tobiaskilroy Месяц назад
Hey thanks for the video! I notice when you run 'laravel new app-name' you have the option to install with breeze/jetstream and then chose the stack. Mine only runs a basic install. What am I missing? Also, is it possible to include things like sail in this creation process?
@joshcirre
@joshcirre Месяц назад
Hmm! Are you using the Laravel Herd app or did you use the Laravel Composer installer? Either way if you run composer require laravel/breeze --dev and then the php artisan breeze:install command after your app has been generated then you can get the same prompts. I don't use Laravel Sail and just rely on Laravel Herd but I'm sure there are others who do!
@tobiaskilroy
@tobiaskilroy Месяц назад
@@joshcirre ah that will be it! Thanks for the reply. I’ll check out herd 👍
@Ahmed-gamal.
@Ahmed-gamal. 6 месяцев назад
great content, what is the name of the terminal you are using with auto complete and starter kits on install, is it Available for windows?
@joshcirre
@joshcirre 6 месяцев назад
That is the Warp terminal. Unfortunately it is not available on Windows right now, but looks like they have an option to be notified when it is! And starter kits on install is out of the box with the Laravel Composer (at least for me). :)
@fibertechserver9808
@fibertechserver9808 6 месяцев назад
Great video! I see that you can create a new laravel project with laravel new ... what is your starterkit or what software do you use for local development? I am on windows and laragon an I need to manually setup my project with composer new ... and composer install breeze and so on ... Thank you!
@joshcirre
@joshcirre 6 месяцев назад
I haven't been on Windows in awhile, but as long as you install laravel globally through composer, and add that composer to your path, you should be able to use Laravel New: confluence.cornell.edu/pages/viewpage.action?pageId=371820671
@StevMajer
@StevMajer 6 месяцев назад
Thank YOU! @@joshcirre
@sawaLearn
@sawaLearn 6 месяцев назад
Nice video What program do you use to record your screen and camera ?
@joshcirre
@joshcirre 6 месяцев назад
I use OBS to record screen and camera. It's been a journey finding what works best for me. :)
@sawaLearn
@sawaLearn 6 месяцев назад
Keep the Great Content@@joshcirre
@jayadevrath2364
@jayadevrath2364 6 месяцев назад
Can you please tell me which vs code theme you are using. Its looking awesome 😎😎
@joshcirre
@joshcirre 6 месяцев назад
It is called the "Natty" theme in VS Code. And I would check out Caleb Porzio's "Make VS Code Awesome" course/package. It has a ton of neat and nifty tweaks to make VS Code... awesome.
@joewardpr
@joewardpr 5 месяцев назад
I'd love to see a demo of using a different template than the one Breeze creates for the dashboard, to use some of the other features of "mary"/DaisyUI for nav, etc. E.g. the "drawer" component. The order you did things seems effective. I tried creating a new project without Breeze, adding mary, and then adding Breeze. And, I tried creating the new project with Breeze from the start, and then adding mary. Both resulted in a bunch of noob mistakes. I'll give it another shot following your process of installing DaisyUI on its own, and then doing some of the manual installation steps for mary, and she where it gets me. Perhaps then, I can modify the Breeze dashboard template using DaisyUI/mary stuff.
@joewardpr
@joewardpr 5 месяцев назад
P.S. Great video. Thank you! (And, I new you were speaking lower for the kiddos! I've done the same before.) :)
@joshcirre
@joshcirre 5 месяцев назад
I don't know when I'll finish it up, but I just started recording a deep dive into 8 different UI Libraries in the TALL stack and that includes full dashboard layout too! :) I appreciate the support and I'm glad you understand the "whisper talk". 😂
@popwizzyrossy1791
@popwizzyrossy1791 6 месяцев назад
Thanks
@0xcodeboy
@0xcodeboy 4 месяца назад
Awesome video, thamk you, big brother, assalamunalaikum
@joshcirre
@joshcirre 4 месяца назад
Thank you!
@aogunnaike
@aogunnaike 6 месяцев назад
hi, i don't get the installer starter kits option when i do laravel new project name
@joshcirre
@joshcirre 6 месяцев назад
Oh no! I'm using Laravel Herd to make this happen, but as long as you install the Laravel command globally with composer, it should give you those options. Otherwise, you can install Breeze manually here: laravel.com/docs/10.x/starter-kits
@incognito7840
@incognito7840 6 месяцев назад
hello sir can u help me to learn how to give permissions to the users as per their roles in laravel livewire please
@scott_itall8638
@scott_itall8638 Месяц назад
Class based volt or functional volt what would be the "recommended" approach?
@joshcirre
@joshcirre Месяц назад
I think it depends on what resonates the most with you. I think I prefer Class based Volt just because then I don't have to mentally shift the Livewire docs for non-Volt examples. The Functional Volt style is definitely prettier though. ☺️
@vitalysvidersky
@vitalysvidersky 6 месяцев назад
Thank you for your video! Can someone share some light on the app he uses to switch between browser windows?
@jonnoriekwel
@jonnoriekwel 6 месяцев назад
That’s the Arc browser on Mac :)
@joshcirre
@joshcirre 6 месяцев назад
@jonnoriekwel answered, but if you're talking about the browser, that's Arc on a mac, and then I also use Raycast as a launcher/switcher too. :)
@vitalysvidersky
@vitalysvidersky 6 месяцев назад
​@@jonnoriekwel Thanks :)
@vitalysvidersky
@vitalysvidersky 6 месяцев назад
@@joshcirre Thanks a lot, I'll give it a go!
@mokhosh
@mokhosh 6 месяцев назад
great video, subscribed. why are you whispering tho?
@joshcirre
@joshcirre 6 месяцев назад
Thanks for the support! It's probably because I do most of my recording at night while my kids are sleeping. 😂I'll try and speak up a bit more.
@khanra17
@khanra17 6 месяцев назад
this is the annoying trend, every youtubers think its cool
@mokhosh
@mokhosh 6 месяцев назад
@@joshcirre ah makes sense.
Далее
UI Libraries Are Dying, Here's Why
13:28
Просмотров 273 тыс.
Is Laravel Livewire actually secure?
8:19
Просмотров 6 тыс.
When You Get Ran Over By A Car...
00:15
Просмотров 3 млн
PHP on the frontend! No more Javascript!
14:47
Просмотров 118 тыс.
NextJS and Laravel Can Be Friends
23:54
Просмотров 17 тыс.
Laravel + Livewire todo app (and so much more)
16:41
Просмотров 34 тыс.
The Tools I Use to Build Products in Laravel
19:00
Просмотров 15 тыс.
Laravel is the Laravel for JS
29:48
Просмотров 13 тыс.
The Modern Index.php File
16:13
Просмотров 15 тыс.
10 Tailwind Tricks You NEED To Know!
10:45
Просмотров 273 тыс.
Laravel Pennant: first-party feature flags
14:21
Просмотров 14 тыс.
From React To HTMX
40:01
Просмотров 305 тыс.
JANAGA - Интервью (Official Music Video)
2:38
Просмотров 337 тыс.
MASSA Feat. DITTO - Boss (Official Music Video)
3:23
Просмотров 774 тыс.
Sardor Tairov - Sen meni yeding (Official Music Video)
5:02
Асфальт
2:51
Просмотров 761 тыс.
Big Baby Tape, Aarne, Toxi$ - Ameli
3:00
Просмотров 107 тыс.