تعريÙÂات هامه ÙÂÙ‰ كورس الالكترونيات
In laravel and eloquent, some times you might need to run a normal SQL select statement. So here is an example to do so:
In case you wanted to increase memory size or loading or execution time here is this small snippet
Sometimes, when a modal appears you donot want to be hidden if you clicked outside it in the gray area around it in the whole page. to prevent that behavoir, Use the following small code to prevent all modals from this action:
This command creates a new controller file in app/Http/Controllers folder in laravel with all available parameters
I tries re-installing Elasticsearch 6.3.0 on my local server, and installed Java JDK, the most recent one, then when I try to start the Elasticsearch from installation folder/6.3.0/bin/elasticsearch.exe the cmd screen opens and immedietely closes. Here is the error : Unrecognized VM option 'UseConcMarkSweepGC'
If you installed the new composer on php version 7.1, this will show an error like this : Class UpdateHelper\ComposerPlugin contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Composer\Plugin\PluginInterface::deactivate, Composer\Plugin\PluginInterface::uninstall) in /var/www/vhosts/example.com/vendor/kylekatarnls/update-helper/src/UpdateHelper/ComposerPlugin.php on line 11 Here is a solution to this issue
This script runs in an extension that will automate the process of commenting on any video.
Some times you will need to create an eloquent where clause and inside that where you may need to add extra or where claused
To convert a mysql date to an ordinary date you can use the following snippet