what is android studio ? 1 0 1 year ago 615 views Android Studio is the official Integrated Development Environment (IDE) for Android app development. Android Android Studio App Development
how to generate base64 string by normal string. 1 0 1 year ago 578 views Use this 2 Function to get your result. Base64 Hex Code
hey develoers, i got to know that laravel 9 just launched. can anyone explain new features of laravel 9 ? 1 0 2 years ago 963 views I just read somewhere laravel 9 has been launched ? laravel laravel 9
how to pass csrf token with ajax request? 1 0 2 years ago 731 views n between head, tag put <meta name="csrf-token" content="{{ csrf_token() }}"> and in Ajax, we have to add ajax csrf laravel