Тёмный
LaraPhant
LaraPhant
LaraPhant
Подписаться
Welcome Laraphant my name is William Juma a fullstack web developer, in this channel I teach concepts in Laravel , Vue js, Alpine js, Livewire, Svelte.

link: ru-vid.com/show-UCJWvaGdaD01mFsN3Ca0jugA

Installing Pico CSS in Laravel
13:55
21 день назад
Creating Custom Helpers in Laravel
8:06
Месяц назад
Database Transactions in Laravel
4:40
Месяц назад
accessors and mutators Laravel
7:20
Месяц назад
Laravel Macros
10:30
Месяц назад
Controllers | Laravel 11 from scratch | #04
19:12
2 месяца назад
Passwordless Authentication in Laravel
36:16
2 месяца назад
How to create a Laravel package full tutorial
1:24:47
3 месяца назад
Комментарии
@AletheiaUgandaSoftwareCompany
@AletheiaUgandaSoftwareCompany 8 часов назад
am having trouble with laravel 11, but just looking forward to the rest, but great work amigos, i have never liked React, but this is my break through.
@derpina8330
@derpina8330 2 дня назад
Are you Kenyan, by the way?
@laraphant
@laraphant 2 дня назад
Yes
@Rakib-khan611
@Rakib-khan611 3 дня назад
❤❤❤❤
@Rakib-khan611
@Rakib-khan611 3 дня назад
❤❤❤❤
@kunallibra
@kunallibra 3 дня назад
hi, I am not able to render the component from blade. for example i have : <livewire:quoteload /> in my results.blade.php ; in component inside render function : sleep(5); return view('livewire.quoteload'); and inside my quoteload.blade.php file: as simple as <div>loading</div> and nothing is happening. not even 5 secs delay either. whats is going wrong?
@abdallahtolli7371
@abdallahtolli7371 3 дня назад
👍
@JustusKiprotich
@JustusKiprotich 3 дня назад
how to go live
@simbarasheandrea4686
@simbarasheandrea4686 4 дня назад
This was easy and straight forward
@fatima-cf1bj
@fatima-cf1bj 5 дней назад
thanks 🤩
@ZoePabillaran
@ZoePabillaran 6 дней назад
What to dooooo i dont have kernel.php TwT
@laraphant
@laraphant 6 дней назад
In laravel 11 you can use routes/console.php instead
@elviswahome5919
@elviswahome5919 7 дней назад
Great content I have a problem with the stkcallback...though I am on laravel 11 so i don't know what to do Please help
@srikowshika3676
@srikowshika3676 8 дней назад
This comes to me default.... But i have mysql... How do i change it to mysql... Plz give me the answer sir
@laraphant
@laraphant 7 дней назад
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=root DB_PASSWORD= Change the values of database configuration in your .env to this
@melvinmwangi357
@melvinmwangi357 9 дней назад
shukran man bro to bro
@macfelician
@macfelician 11 дней назад
Well elaborated...
@SalakotPhilippines
@SalakotPhilippines 12 дней назад
Thank you brother
@surajoliver1
@surajoliver1 12 дней назад
Vite::asset might fix the problem with images.
@jubaerahmed4932
@jubaerahmed4932 13 дней назад
My updatedselectedcategory not working what can i do
@tiagokochem9266
@tiagokochem9266 13 дней назад
thanks helps a lot
@abdelkaderrefaat4631
@abdelkaderrefaat4631 14 дней назад
so awesome
@sahirkhan5304
@sahirkhan5304 16 дней назад
Thanks sir💖
@mukulrawat1525
@mukulrawat1525 18 дней назад
thanks a million sir🔥😍. its really very helpful
@dopiepanda
@dopiepanda 19 дней назад
I'm trying to display the chart inside a livewire modal, but the chart wont render at all and I'm not getting any errors either :(
@dopiepanda
@dopiepanda 19 дней назад
I figured it out! If you are using the Wire Elements modal for Livewire 3, you'll need to execute all Javascript within an alpine element like this: <div x-data x-init="<javascript code here"></div>
@AsifAnamKhan
@AsifAnamKhan 23 дня назад
Please continue this series with another exclusive. You are grate
@akbargunawan204
@akbargunawan204 23 дня назад
Laravel\ Socialite\ Two\ InvalidStateException why?
@SabiLaff1
@SabiLaff1 24 дня назад
Please continue this series. You are really helping our lives. Please, we are waiting for more videos in this series
@AsifAnamKhan
@AsifAnamKhan 24 дня назад
There is a problem with the form. when come into step 2 and type email first name become automatic change.. Is there any solution ?
@batlin
@batlin 24 дня назад
How do you serve the uploaded images later though? Not just a previous during upload. I tried referring to the target directory ('photos' in this example) using <img src="{{asset($imgFilename)}}"> but that produces a 404.
@AsifAnamKhan
@AsifAnamKhan 25 дней назад
please make a video using multi dependency select2 using livewire
@jhosagidpirelapineda7808
@jhosagidpirelapineda7808 25 дней назад
Nice! Thanks.
@montala3380
@montala3380 26 дней назад
It seems Herd free version does not support MySQL DB right? I did not see any section to manage DB
@laraphant
@laraphant 26 дней назад
Yes it doesn't but you can use sqlite instead.
@eslammostafa1247
@eslammostafa1247 27 дней назад
Thank you for this tutorial, I might give Pico a try soon can you please talk about advanced topics such as how to improve the performance and security of the Livewire app
@laraphant
@laraphant 26 дней назад
Thanks for the suggestion, will take a look.
@ajayshivhare
@ajayshivhare 28 дней назад
Thanks you so much sir. your teaching skill is superb❤
@davidson7838
@davidson7838 28 дней назад
Folio & Volt are very interesting, please make a CRUD example with it. Thank you so much.
@chavezJRfan1998
@chavezJRfan1998 29 дней назад
gracias, chavo
@ahmedelemam368
@ahmedelemam368 29 дней назад
Thanks for your tutorials There is an issue for livewire upload technique as in high traffic applications and livewire must upload files to temporary folder and this make load on memory on servers and make it fully loaded, We need a way to prevent livewire from uploading to temporary folder and make client side validation first to reduce request and memory leaks, Is there any way to do this using javascript or jquery or any library? Thanks
@user-qu7yi4sv9t
@user-qu7yi4sv9t Месяц назад
<div class="offset-3 col-6"> <h1>Dynamic Dependent Dropdown</h1> <div class="class-mb-3"> <select wire:model.live="selectedcountry" class="form-select"> <option value="">Select Country</option> @foreach ($countries as $country) <option value="{{ $country->id }}">{{ $country->name }}</option> @endforeach </select> </div> @if (!is_null($selectedcountry)) <div class="class-mb-3"> <select class="form-select" wire:model="selectedsubcountry" name="" id=""> <option value="">Select Subcountry</option> @foreach ($subcountries as $subcountry) <option value="{{ $subcountry->id }}">{{ $subcountry->name }}</option> @endforeach </select> </div> @endif </div> in this code what is use of wire:model="selectedsubcountry" i dont think this thing is needed when we are selecting a country ?
Месяц назад
I have the following error in mpdf.php. How to solve it? Array and string offset access syntax with curly braces is no longer supported.
@user-vi1vf1rj9w
@user-vi1vf1rj9w Месяц назад
Ca ne marche pas sur des composants dynamiques chez moi eg:ouverture de modale it doesn't work with dynamique component like modal (i can not open a modal )
@laraphant
@laraphant Месяц назад
add this line to index.js file inside resourses/js import 'preline'
@jonathanmuthini2
@jonathanmuthini2 Месяц назад
A request sir, can you do one laravel multiuser authentication using breeze please?
@laraphant
@laraphant Месяц назад
You can search for multi-auth video among my videos, if I doesn't address your need you can give more details so I can look into it
@JFN2762
@JFN2762 Месяц назад
thanks you for tutorial
@kernag7688
@kernag7688 Месяц назад
Awesome, thank you!
@laraphant
@laraphant Месяц назад
You are welcome
@diyaaghanem9172
@diyaaghanem9172 Месяц назад
Hello Sir, Is there a way to obtain the MAC address of a device connected to my system? I would like to identify the MAC addresses of devices logging into our company's system to ensure that employees are using the laptops provided by the company and not their personal devices. Thank you
@laraphant
@laraphant Месяц назад
You can do this $macAddr = exec('getmac');
@diyaaghanem9172
@diyaaghanem9172 Месяц назад
@@laraphant it only works locally but not working on the producrion ?
@laraphant
@laraphant Месяц назад
@@diyaaghanem9172 let me try checking
@alijawaidofficial5747
@alijawaidofficial5747 Месяц назад
how this is workin on live?
@laraphant
@laraphant Месяц назад
Are you hosted on shared hosting or?
@joshimuddin9661
@joshimuddin9661 7 дней назад
@@laraphant yeah. hosted on shared hosting
@KaykeGaldiano
@KaykeGaldiano Месяц назад
Great tutorial!
@laraphant
@laraphant Месяц назад
Thanks
@victoroduor9244
@victoroduor9244 Месяц назад
hello bro, i've been having problems with my stkpush url, when populating my database with transaction details, the nullables in the migration files don't appear
@laraphant
@laraphant Месяц назад
Kindly contact me via WhatsApp number in the description, so that we can engage better
@laraphant
@laraphant Месяц назад
Get in touch on WhatsApp, number in the description so we can engage better
@ochienoeliud5723
@ochienoeliud5723 Месяц назад
Lots of thanks bro. Great work and nice elaborations.
@laraphant
@laraphant Месяц назад
Thanks
@UmaimaNadeem-mh5rt
@UmaimaNadeem-mh5rt Месяц назад
the link for aooficial website for documentation is not reduirecting me to the page... and showing something else like span or insecure content with other languages
@ShraddhaKulkarni-kk2rt
@ShraddhaKulkarni-kk2rt Месяц назад
I was looking for exactly same. If you can share video for if I want to add custom error message for the same.