Why You Switch Project From Laravel-demo to dev ?? In your Video 5 You are working on Laravel-demo , and in Video 6 you are working in Dev directory .
@jesterpastor19374 күн бұрын
Hello sir, you have a tutorial about multi auth role using laravel vue3 project?
@LaravelLover4 күн бұрын
no
@khawajakaleem63616 күн бұрын
Thank you so much.
@LaravelLover4 күн бұрын
You are most welcome! Is that series was helpful?
@KomalNagdev-i5i9 күн бұрын
pls continue this series I am loving it and make the part for admin where admin can add update anything on admin dashboard with web authentication.
@LaravelLover9 күн бұрын
Thanks for Love, This series is completed, you can add more feature by yourself, and share if there is anything you can share it with me. Thank you
@sadank499 күн бұрын
Thanks. ❤
@LaravelLover9 күн бұрын
You are most welcome
@KomalNagdev-i5i10 күн бұрын
I am not getting any token and getting error :- CSRF token mismatch.", exception: "Symfony\Component\HttpKernel\Exception\HttpException
@GustavoPereira-ni3gn11 күн бұрын
Valeu meu caro. Salvou minha vida!!!
@LaravelLover10 күн бұрын
De nada. Fico feliz que tenha sido útil.
@KomalNagdev-i5i11 күн бұрын
pls always make your browser and VS code screen little bit zoom before making any video. code is hardly visible we have to make an effort to watch your these videos.
@tus20411 күн бұрын
can u give me email template, pls
@laurentpartu499513 күн бұрын
It worked, thank you
@KomalNagdev-i5i13 күн бұрын
pls make complete series on Vue Js for beginners. It would be very helpful.
@LaravelLover13 күн бұрын
I.A will do it, not sure when but it will be uploaded on this channel.
@Ali7115 күн бұрын
thanks bro but what if i am already using call method in database seeder but it still gives this error, it only gives the error in one TagTableSeeder and not in others I tried for almost 3 days but I cannot fix the issue TagTableSeeder <?php namespace Database\Seeders; use App\Models\Post; use App\Models\Tag; use Illuminate\Database\Seeder; class TagTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $tags = collect([ $this->createTag('Outdoors', 'outdoors'), // $this->createTag('Health', 'health'), // $this->createTag('Environment', 'environment'), // $this->createTag('Fitness', 'fitness'), // $this->createTag('Family', 'family'), // $this->createTag('Decor', 'decor'), $this->createTag('Beauty', 'beauty'), $this->createTag('DIY', 'd-i-y'), ]); Post::all()->each(function ($post) use ($tags) { // $post->load('tags'); $post->syncTags( $tags->random(rand(0, $tags->count())) ->take(3) ->pluck('id') ->toArray(), ); }); } private function createTag(string $name, string $slug) { return Tag::factory()->create(compact('name', 'slug')); // Use firstOrCreate to prevent duplicates // return Tag::firstOrCreate(compact('name', 'slug')); } } DatabaseSeeder <?php namespace Database\Seeders; use App\Models\Tag; use Illuminate\Database\Seeder; use Database\Seeders\TagTableSeeder; use Database\Seeders\PlanTableSeeder; use Database\Seeders\PostTableSeeder; use Database\Seeders\UserTableSeeder; use Database\Seeders\CommentTableSeeder; class DatabaseSeeder extends Seeder { /** * Seed the application's database. * * @return void */ public function run() { $this->call(UserTableSeeder::class); $this->call(PlanTableSeeder::class); $this->call(PostTableSeeder::class); $this->call(TagTableSeeder::class); $this->call(CommentTableSeeder::class); } }
@FasanyaAyomide216 күн бұрын
my virtual host create button ask for permission, i have given the user permission on the system32/..../hosts file but it is not fixing
@LaravelLover13 күн бұрын
it's depends upon your installation process too. You can watch my laragon series where I did this with step by step guide.
@ahmedhassansheikh943616 күн бұрын
great
@LaravelLover13 күн бұрын
Thank you Ahmad
@rickyvarquez595516 күн бұрын
Can you demo from the very beginning..like how to connect the database name...
@LaravelLover13 күн бұрын
Watch the next videos, it's there! I did it with step by step guide.
@rickyvarquez595516 күн бұрын
Can you show too on how to put database name of calendar in localhost
@LaravelLover13 күн бұрын
You can create any database and connect with your laravel app
@roxa09218 күн бұрын
i kindly request to you that ki next series laravel react ka layein please
@Laravel_Tree18 күн бұрын
for dropping column $table->dropColumn('is_admin');
@umerfayyaz251718 күн бұрын
Thanks. Also make one video on Laravel reverb
@LaravelLover18 күн бұрын
Noted! Thanks
@umerfayyaz251718 күн бұрын
Welcome
@Laravel_Tree18 күн бұрын
for add a column need new migration and need to select table and add column statement like Schema::table('users', function (Blueprint $table) { $table->string('status')->nullable()->after('email'); });
@LaravelLover18 күн бұрын
Good Job
@Laravel_Tree18 күн бұрын
spatie package use karay gay permissions kay liye
@LaravelLover18 күн бұрын
G aur agr ap spatie package ki implementation urdu mein dekhna chahty hain tu is link pr click krein: kzbin.info/www/bejne/qHKcgI2aaqqsd9k
@Laravel_Tree18 күн бұрын
@@LaravelLover Sir i already know
@LaravelLover17 күн бұрын
@@Laravel_Tree good
@Trendi_Vibes19 күн бұрын
Lol Again hear After 7 months 😂
@LaravelLover18 күн бұрын
Didn't get you what you said?
@ahmedhassansheikh943619 күн бұрын
best content
@LaravelLover19 күн бұрын
Thank you Ahmad Dear
@FarheenArain-n5p20 күн бұрын
Service container sir yeh tu main ny NAHI parah😂😂😂
@LaravelLover19 күн бұрын
G bilkul ye advance concept hai
@aliarain703720 күн бұрын
Sir kindly create a series on laravel projects, like POS, etc Project based learning sa bht learning hote ha
@LaravelLover19 күн бұрын
I am creating full course on how to build a booking app in Laravel 11. Click this link to watch free of cost: kzbin.info/www/bejne/eZrJkmeCh9eZp6M
@Oi-xh6jr20 күн бұрын
i love u
@LaravelLover19 күн бұрын
So nice of you. Love you too dear
@sehzadaaalam31323 күн бұрын
Nice 👍
@HadayatNiazi-xp1fz23 күн бұрын
Thank you dear
@cubedev483824 күн бұрын
U should use english. 7 billions people speak english
@cubedev483824 күн бұрын
Assalamualaikum, can you make LMS system playlist with this stripe strategy?
@LaravelLover17 күн бұрын
w.salam! I have covered the blog series and also covered the 3 stripe courses so you can learn from them and implement it according to your need for LMS.
@faheem0824 күн бұрын
Great ❤ Make more vidios about test please...
@LaravelLover17 күн бұрын
Thank you, I will
@muhannedmtd2225 күн бұрын
Please, can you explain how to make a button in same web app (app opens in employee mobile) to open a phone camera to read printed QR code and fill the information in the form of same app form. Finally, button to submit data by the same employee (store data in database). You are the most knowledgeable teacher on this topic, I really benefited. Thank you very much.
@LaravelLover17 күн бұрын
Thank you very much! This is similiar like I am doing, scaning the qr code and after getting the value you can save this in the database on by clicking the button. If you can't understand, please explain what's challenging for you.
@cubedev483825 күн бұрын
I just found this amazing channel!
@LaravelLover17 күн бұрын
Glad you enjoy it!
@cubedev483825 күн бұрын
Please teach us how to deploy this using laravel task runner envoy
@LaravelLover17 күн бұрын
sorry I don't have envoy experience
@cubedev483825 күн бұрын
where i can get the source code
@LaravelLover25 күн бұрын
No! Follow it step by step so in this way you learn it how to build it and get the source code too.
@cubedev483825 күн бұрын
@LaravelLover Can u teach me how to deploy with zero downtown using hostinger with ci cd
@LaravelLover25 күн бұрын
I have completed course on it, visit my channel and find github ci/cd series
@umerfayyaz251725 күн бұрын
Thanks for this topic... if we have 3d Secure card 4000000000003220 then what we do because as it require further authentication like confirmation msg or code then it proceed.
@akberali318026 күн бұрын
<select name="tags[]" class="form-control selectpicker" multiple data-live-search="true"> <option value="" disabled selected>Choose One or Multiple tags Option with Ctrl+Click</option> @if (count($tags) > 0) @foreach ($tags as $tag) <option value="{{ $tag->id }}" @selected(in_array($tag->id, old('tags', $post->tags->pluck('id')->toArray())))> {{ $tag->name }} </option> @endforeach @endif </select>
@LaravelLover25 күн бұрын
Good Job dear. Thanks for updating
@kas598626 күн бұрын
what if we have dynamic price for each checkout button
@LaravelLover25 күн бұрын
You can get all the prices from the stripe and print your checkout button against each button using foreach loop
@Stellar033127 күн бұрын
I'm trying to download the Airspace template but the link on your website seems to be broken. Is there a new link available?
@LaravelLover26 күн бұрын
Oh sorry to hear that. It's old video so I haven't backupt of this theme. Anyway you can any else theme and follow my steps.
@LayloBobohonova27 күн бұрын
Iltimos. Keyingi safar kirgan saytlaringizni linkini tashlab quying.
@LaravelLover26 күн бұрын
Qayd etilgan! Kelajakda qiladi. Taklif uchun rahmat.
@Danceplank28 күн бұрын
Thanks for the tutorial!
@LaravelLover26 күн бұрын
You are most welcome dear
@aayogkhabar599529 күн бұрын
Nice video, Just completed my notes on this video... great going...
@LaravelLover17 күн бұрын
All the best
@motivatedadaАй бұрын
Beneficial Series for me
@LaravelLover26 күн бұрын
Glad it's helpful for you.
@user-Laravel-freelanceАй бұрын
Test Driven Development. Great!
@LaravelLover28 күн бұрын
Yes right
@ahsanrabby3597Ай бұрын
Thank You
@LaravelLover26 күн бұрын
You are welcome dear
@echo-TechАй бұрын
hello i need the script of form where i can find it?
@LaravelLoverАй бұрын
Yes here you can find the full project, and pull the form code.
@echo-TechАй бұрын
@@LaravelLover sorry where i can find it ? i mean link for project or somthing
@iam.masoudsamimiАй бұрын
Why are you still using options api?
@LaravelLoverАй бұрын
I am teaching both ways to my students, in future vids, I'll have converted this into the compostion api too,
@uttam07673Ай бұрын
05 to 48 video is playlist me nahi hai wo kaise milegi
@LaravelLoverАй бұрын
Ye ab ni milein gi becuase render krty huey koi vid miss ho gaei ho gi, pahly users ne btaya ni hai otherwise add kr deta