Notifications In Laravel
Laravel provides support to send notifications via different channels. The main purpose of the notification in Laravel is to notify
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 readingHelpers are built-in functions that we can call from anywhere in the laravel project. Helpers are global functions that can
Continue readingLaravel provides a convenient way to internationalize our website application. Laravel localization feature allows you to easily support multiple languages
Continue readingIntroduction Laravel Socialite manages the cost of an expressive, familiar interface to OAuth validation with Facebook, Twitter, Google, LinkedIn, GitHub,
Continue readingAfter Laravel code development on ec2 machine I faced the following error: all routes except main “/” give 404 not
Continue readingSetup Whenever we perform an import operation by git clone command on a terminal for Laravel project, generally we face
Continue reading