Why we use App key in Laravel
1:54
Пікірлер
@UmarZaman_here
@UmarZaman_here Күн бұрын
Thank you so much Sir....❤
@GhashForing-j2x
@GhashForing-j2x Күн бұрын
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 .
@jesterpastor1937
@jesterpastor1937 4 күн бұрын
Hello sir, you have a tutorial about multi auth role using laravel vue3 project?
@LaravelLover
@LaravelLover 4 күн бұрын
no
@khawajakaleem6361
@khawajakaleem6361 6 күн бұрын
Thank you so much.
@LaravelLover
@LaravelLover 4 күн бұрын
You are most welcome! Is that series was helpful?
@KomalNagdev-i5i
@KomalNagdev-i5i 9 күн бұрын
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.
@LaravelLover
@LaravelLover 9 күн бұрын
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
@sadank49
@sadank49 9 күн бұрын
Thanks. ❤
@LaravelLover
@LaravelLover 9 күн бұрын
You are most welcome
@KomalNagdev-i5i
@KomalNagdev-i5i 10 күн бұрын
I am not getting any token and getting error :- CSRF token mismatch.", exception: "Symfony\Component\HttpKernel\Exception\HttpException
@GustavoPereira-ni3gn
@GustavoPereira-ni3gn 11 күн бұрын
Valeu meu caro. Salvou minha vida!!!
@LaravelLover
@LaravelLover 10 күн бұрын
De nada. Fico feliz que tenha sido útil.
@KomalNagdev-i5i
@KomalNagdev-i5i 11 күн бұрын
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.
@tus204
@tus204 11 күн бұрын
can u give me email template, pls
@laurentpartu4995
@laurentpartu4995 13 күн бұрын
It worked, thank you
@KomalNagdev-i5i
@KomalNagdev-i5i 13 күн бұрын
pls make complete series on Vue Js for beginners. It would be very helpful.
@LaravelLover
@LaravelLover 13 күн бұрын
I.A will do it, not sure when but it will be uploaded on this channel.
@Ali71
@Ali71 15 күн бұрын
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); } }
@FasanyaAyomide2
@FasanyaAyomide2 16 күн бұрын
my virtual host create button ask for permission, i have given the user permission on the system32/..../hosts file but it is not fixing
@LaravelLover
@LaravelLover 13 күн бұрын
it's depends upon your installation process too. You can watch my laragon series where I did this with step by step guide.
@ahmedhassansheikh9436
@ahmedhassansheikh9436 16 күн бұрын
great
@LaravelLover
@LaravelLover 13 күн бұрын
Thank you Ahmad
@rickyvarquez5955
@rickyvarquez5955 16 күн бұрын
Can you demo from the very beginning..like how to connect the database name...
@LaravelLover
@LaravelLover 13 күн бұрын
Watch the next videos, it's there! I did it with step by step guide.
@rickyvarquez5955
@rickyvarquez5955 16 күн бұрын
Can you show too on how to put database name of calendar in localhost
@LaravelLover
@LaravelLover 13 күн бұрын
You can create any database and connect with your laravel app
@roxa092
@roxa092 18 күн бұрын
i kindly request to you that ki next series laravel react ka layein please
@Laravel_Tree
@Laravel_Tree 18 күн бұрын
for dropping column $table->dropColumn('is_admin');
@umerfayyaz2517
@umerfayyaz2517 18 күн бұрын
Thanks. Also make one video on Laravel reverb
@LaravelLover
@LaravelLover 18 күн бұрын
Noted! Thanks
@umerfayyaz2517
@umerfayyaz2517 18 күн бұрын
Welcome
@Laravel_Tree
@Laravel_Tree 18 күн бұрын
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'); });
@LaravelLover
@LaravelLover 18 күн бұрын
Good Job
@Laravel_Tree
@Laravel_Tree 18 күн бұрын
spatie package use karay gay permissions kay liye
@LaravelLover
@LaravelLover 18 күн бұрын
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_Tree
@Laravel_Tree 18 күн бұрын
@@LaravelLover Sir i already know
@LaravelLover
@LaravelLover 17 күн бұрын
@@Laravel_Tree good
@Trendi_Vibes
@Trendi_Vibes 19 күн бұрын
Lol Again hear After 7 months 😂
@LaravelLover
@LaravelLover 18 күн бұрын
Didn't get you what you said?
@ahmedhassansheikh9436
@ahmedhassansheikh9436 19 күн бұрын
best content
@LaravelLover
@LaravelLover 19 күн бұрын
Thank you Ahmad Dear
@FarheenArain-n5p
@FarheenArain-n5p 20 күн бұрын
Service container sir yeh tu main ny NAHI parah😂😂😂
@LaravelLover
@LaravelLover 19 күн бұрын
G bilkul ye advance concept hai
@aliarain7037
@aliarain7037 20 күн бұрын
Sir kindly create a series on laravel projects, like POS, etc Project based learning sa bht learning hote ha
@LaravelLover
@LaravelLover 19 күн бұрын
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-xh6jr
@Oi-xh6jr 20 күн бұрын
i love u
@LaravelLover
@LaravelLover 19 күн бұрын
So nice of you. Love you too dear
@sehzadaaalam313
@sehzadaaalam313 23 күн бұрын
Nice 👍
@HadayatNiazi-xp1fz
@HadayatNiazi-xp1fz 23 күн бұрын
Thank you dear
@cubedev4838
@cubedev4838 24 күн бұрын
U should use english. 7 billions people speak english
@cubedev4838
@cubedev4838 24 күн бұрын
Assalamualaikum, can you make LMS system playlist with this stripe strategy?
@LaravelLover
@LaravelLover 17 күн бұрын
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.
@faheem08
@faheem08 24 күн бұрын
Great ❤ Make more vidios about test please...
@LaravelLover
@LaravelLover 17 күн бұрын
Thank you, I will
@muhannedmtd22
@muhannedmtd22 25 күн бұрын
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.
@LaravelLover
@LaravelLover 17 күн бұрын
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.
@cubedev4838
@cubedev4838 25 күн бұрын
I just found this amazing channel!
@LaravelLover
@LaravelLover 17 күн бұрын
Glad you enjoy it!
@cubedev4838
@cubedev4838 25 күн бұрын
Please teach us how to deploy this using laravel task runner envoy
@LaravelLover
@LaravelLover 17 күн бұрын
sorry I don't have envoy experience
@cubedev4838
@cubedev4838 25 күн бұрын
where i can get the source code
@LaravelLover
@LaravelLover 25 күн бұрын
No! Follow it step by step so in this way you learn it how to build it and get the source code too.
@cubedev4838
@cubedev4838 25 күн бұрын
@LaravelLover Can u teach me how to deploy with zero downtown using hostinger with ci cd
@LaravelLover
@LaravelLover 25 күн бұрын
I have completed course on it, visit my channel and find github ci/cd series
@umerfayyaz2517
@umerfayyaz2517 25 күн бұрын
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.
@akberali3180
@akberali3180 26 күн бұрын
<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>
@LaravelLover
@LaravelLover 25 күн бұрын
Good Job dear. Thanks for updating
@kas5986
@kas5986 26 күн бұрын
what if we have dynamic price for each checkout button
@LaravelLover
@LaravelLover 25 күн бұрын
You can get all the prices from the stripe and print your checkout button against each button using foreach loop
@Stellar0331
@Stellar0331 27 күн бұрын
I'm trying to download the Airspace template but the link on your website seems to be broken. Is there a new link available?
@LaravelLover
@LaravelLover 26 күн бұрын
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.
@LayloBobohonova
@LayloBobohonova 27 күн бұрын
Iltimos. Keyingi safar kirgan saytlaringizni linkini tashlab quying.
@LaravelLover
@LaravelLover 26 күн бұрын
Qayd etilgan! Kelajakda qiladi. Taklif uchun rahmat.
@Danceplank
@Danceplank 28 күн бұрын
Thanks for the tutorial!
@LaravelLover
@LaravelLover 26 күн бұрын
You are most welcome dear
@aayogkhabar5995
@aayogkhabar5995 29 күн бұрын
Nice video, Just completed my notes on this video... great going...
@LaravelLover
@LaravelLover 17 күн бұрын
All the best
@motivatedada
@motivatedada Ай бұрын
Beneficial Series for me
@LaravelLover
@LaravelLover 26 күн бұрын
Glad it's helpful for you.
@user-Laravel-freelance
@user-Laravel-freelance Ай бұрын
Test Driven Development. Great!
@LaravelLover
@LaravelLover 28 күн бұрын
Yes right
@ahsanrabby3597
@ahsanrabby3597 Ай бұрын
Thank You
@LaravelLover
@LaravelLover 26 күн бұрын
You are welcome dear
@echo-Tech
@echo-Tech Ай бұрын
hello i need the script of form where i can find it?
@LaravelLover
@LaravelLover Ай бұрын
Yes here you can find the full project, and pull the form code.
@echo-Tech
@echo-Tech Ай бұрын
@@LaravelLover sorry where i can find it ? i mean link for project or somthing
@iam.masoudsamimi
@iam.masoudsamimi Ай бұрын
Why are you still using options api?
@LaravelLover
@LaravelLover Ай бұрын
I am teaching both ways to my students, in future vids, I'll have converted this into the compostion api too,
@uttam07673
@uttam07673 Ай бұрын
05 to 48 video is playlist me nahi hai wo kaise milegi
@LaravelLover
@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
@hypersecret6288
@hypersecret6288 Ай бұрын
thanks mate
@LaravelLover
@LaravelLover Ай бұрын
You are welcome mate
@hypersecret6288
@hypersecret6288 Ай бұрын
@@LaravelLover i like your name
@LaravelLover
@LaravelLover Ай бұрын
@@hypersecret6288 Thank you dear
@josephk.wijaya1218
@josephk.wijaya1218 Ай бұрын
very helpful thank you
@LaravelLover
@LaravelLover Ай бұрын
Glad it was helpful.