Laravel Framework File Permission
Problem: –ErrorException: touch(): Unable to create file Getting File permissions error under the Storage folder Solution: I applied for special
Continue readingProblem: –ErrorException: touch(): Unable to create file Getting File permissions error under the Storage folder Solution: I applied for special
Continue readingEvery developer tries to maintain their code properly. They want to make their code more reusable and keep it clean.
Continue readingWhat is reCaptcha? reCaptcha is a free Google tool that helps you defend your website against spam and harmful attacks.
Continue readingYou all know that the naming convention for database fields should be in the snake_case format. Hence, fetching the data
Continue readingLaravel provides a custom channel feature to send notifications. To send notifications you just need a send method. The method
Continue readingLaravel provides support to send notifications via different channels. The main purpose of the notification in Laravel is to notify
Continue readingTo stop brute force attacks into our application captcha is needed. Most of the developers use google services for this
Continue readingERROR: =========================================== FailedToExecuteCommand `”gswin64c.exe” -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 “-sDEVICE=pngalpha” -dTextAlphaBits=4 -dGraphicsAlphaBits=4 “-r72x72” “-sOutputFile=C:/Users/HP/AppData/Local/Temp/magick-kacJxztXpYJAbO2fgrwYcsaOsZ88_uZ%d” “-fC:/Users/HP/AppData/Local/Temp/magick-G2CnhfadRHdRKc1hqsddfsrIpJpNxEwgsi” “-fC:/Users/HP/AppData/Local/Temp/magick-BvBOpDHNDJEIededWE7y6I1bKJYiF”‘
Continue readingdata_get: The data_get() helper in Laravel is used to get a value from an array or object with dot notation.
Continue readingLaravel Migrations are version control for the database allowing your team to define and share the application’s database schema definition.
Continue reading