holy shit dude, you saved me from a disaster my application needed cascade soft delete so much and I was looking for ways to do that in the project manually but this video saved me a lot of time! Thanks
Hello ! Fyi axiom means truth, evidence , which is assumed True. It used very much in the science/math demonstrations jargon. I very much appreciate your vidéos, and package discovery is very useful, even of you don't make a video on any of them. Cheers !
Nice Packages, Thanks Please tell us about the package migration generator and laravel-api-to-postman more in detail. So that we can deal with our existing projects.
Hello Povilas, what is the best package for settings in laravel to save it as key and value and can use translated value / getMutator because spatie/laravel-settings not provided those functionality
how to fix this errors please when install package cagilo/cagilo error([InvalidArgumentException] Package cagilo/cagilo has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version: - cagilo/cagilo 1.2.0 requires php ^8.0 which does not match your installed version 7.4.7.
was really excited with migration-generator, and then after running the command: Using connection sqlsrv The `sqlsrv` driver is not supported at this time. SAD.☹
Hello Sir, I have a scenario to create a Profile table with mass assignment create() method. I am getting all the inputs after validation as "$validatedData". And then I am using the following query: Profile::create($validatedData); This is working properly. Now I also want to put some additional data along with $validatedData. I have tried the followings ways and I just failed. Let me show you that ways: Profile::create($vlaidatedData, ['visibility' => $visibility, 'user_id' => $userID]); Profile::create($vlaidatedData, ['visibility' => $visibility], ['user_id' => $userID]); Profile::create($vlaidatedData, 'visibility' => $visibility, 'user_id' => $userID); All of the above mentions techniques are not working and generating errors. Can you please help me out in this regard? I will be highly thankful for your kind response!
I think laravel-cascade-soft-deletes will be better to dive into.
+1
For me interesting for a dive: migration generator and laravel-api-to-postman
I'm also interested in the migration generation package.
Please do a vídeo about Cascade Softdelete 😊. Amazing content as always
holy shit dude, you saved me from a disaster my application needed cascade soft delete so much and I was looking for ways to do that in the project manually but this video saved me a lot of time! Thanks
1. laravel-cascade-soft-deletes
2. laravel-api-to-postman
totally agree with you...
talk about this two package in seperate videos:
1- laravel-api-to-postman
2- axiom
Hello ! Fyi axiom means truth, evidence , which is assumed True. It used very much in the science/math demonstrations jargon.
I very much appreciate your vidéos, and package discovery is very useful, even of you don't make a video on any of them. Cheers !
Mail preview and google time zone love to how it works
I would like you to make a review video on the validation package !!
From my side the best packages are: laravel-cascade-soft-deletes & axiom :)
Nice Packages, Thanks
Please tell us about the package migration generator and laravel-api-to-postman more in detail.
So that we can deal with our existing projects.
That's why I like this channel so much 👍
Interesting packages
- laravel-api-to-postman
- axiom
1-laravel-api-to-postman
2-jetstrap
3-laravel-cascade-soft-deletes
I like Laravel-api-postman
about Cascade Softdelete
Postman and laravel-cascade.
Very useful packages thanks for sharing
Great List thank you. Just to make it even better: Chapters ;-)
Please make a video on how to use Laravel-api-to-postman package
Muchas gracias!!!
How to abbreviate PAS that vscode understands as PHP ARTISAN SERVE. Help me, pls.
Great list. pretty route installed
Jetstrap and cascade soft deletes...pls review
laravel-cascade-soft-deletes, would use it in my next project
Cool video, sir
anything for Laravel that can package into a "module" and install/uninstall it into Laravel, like the install/uninstall in Joomla
Please upload all different videos for all the packages you include 🙏
is there any package that generate and store thumbnail of video while saving video?
Hello Povilas,
what is the best package for settings in laravel to save it as key and value and can use translated value / getMutator because spatie/laravel-settings not provided those functionality
I haven't worked with such scenario with translations, sorry.
please make a tutorial on spatie/browsershot
laravel cascade delete is awesome package :)
how to fix this errors please when install package cagilo/cagilo error([InvalidArgumentException]
Package cagilo/cagilo has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version:
- cagilo/cagilo 1.2.0 requires php ^8.0 which does not match your installed version 7.4.7.
),
Upgrade your php version to PHP 8
1. Validation; 2.routes - offen after use php artisan route:list I copy result to notepad++ for miniaturize it for comfortable viev.
Sir you are best... Sir how to use cache perfectly.....where should we use it
laravel.com/docs/8.x/cache
Didn't know about jetstrap, I think it is better to use breadcrumbs as a function and not a package installation.
package lets you to keep them all in one place without doing it in controller or even worse in blade file
was really excited with migration-generator, and then after running the command:
Using connection sqlsrv
The `sqlsrv` driver is not supported at this time.
SAD.☹
Hello Sir,
in laravel can you call oracle package cursor or not sir?
There are some Oracle packages but I haven't used them myself: github.com/yajra/laravel-oci8
Yes cascade-soft-delete
Breadcrumbs
laravel-api-to-postman
super
Hello Sir,
I have a scenario to create a Profile table with mass assignment create() method.
I am getting all the inputs after validation as "$validatedData". And then I am using the following query:
Profile::create($validatedData);
This is working properly. Now I also want to put some additional data along with $validatedData. I have tried the followings ways and I just failed. Let me show you that ways:
Profile::create($vlaidatedData, ['visibility' => $visibility, 'user_id' => $userID]);
Profile::create($vlaidatedData, ['visibility' => $visibility], ['user_id' => $userID]);
Profile::create($vlaidatedData, 'visibility' => $visibility, 'user_id' => $userID);
All of the above mentions techniques are not working and generating errors.
Can you please help me out in this regard? I will be highly thankful for your kind response!
$validatedData + ['key' => 'value']
@@LaravelDaily Thanks a lot for your kind response! 🤗♥
Thanks!
Thanks
Cascade soft delete ... Cheers 🥂
PART 2 !
Thanks,.........
yes make a separate video
Breadcrumb
i vote for postman
Package 10
Laravel api to postman
And sir please help me learn queue
laraveldaily.teachable.com/p/queues-in-laravel
@@LaravelDaily thanks a lot sir
laravel-cascade-soft-deletes
Axiom and laravel soft delete
"jetstrap"
I think, you need to go to the hairdresser :)
new method realized in new laravel 8.63 version - whereBelongsTo