In the earlier post, I wrote a tutorial on how to connect to the database in a slim framework. In this post, I would like…
3 CommentsCategory: PHP / MySQL
One of the most common approaches to brand/protect images is watermarking. Here I would like to show you how to use PHP to add a…
1 CommentIn Laravel 5.5 a new Artisan command added to migrate: namespace. This is similar to the existing migrate:refresh option, however, rather than rolling back your…
Leave a CommentLaravel utilizes the DotEnv PHP library by Vance Lucas. Using this library we can easily configure the application settings and we can have different configuration…
Leave a CommentHere I am gonna show you few artisan commands which will help you to clear different caches in your Laravel application. Clear Application Cache To…
2 CommentsI will show you, how is easy it is to convert base64 format image to image. All you have to extract the base64 image data…
3 CommentsCreate a Facebook App Goto https://developers.facebook.com/apps and click add new app Choose Website Choose the name for your facebook app , enter your email address…
Leave a CommentIn the previous posts I have covered two Laravel 5.4 features called “Laravel 5.4: Fluent Routing” and “Laravel 5.4: New middlewares – TrimStrings and ConvertEmptyStringsToNull.…
Leave a CommentLaravel 5.4 has released another pretty cool routing improvement. In this post, I would like to show you the improved fluent Registering Routes. In the…
Leave a CommentLaravel 5.4 shipped with two new middlewares called TrimStrings and ConvertEmptyStringsToNull TrimStrings middleware – automatically trim all the request data. ConvertEmptyStringsToNull middleware- automatically convert all…
Leave a CommentIn this post, I would like to show you date format validation in Laravel application, You should always validate forms to ensure that you receive…
Leave a CommentIf you want to create a simple REST API, secured by web tokens for your mobile application or angular based application, you could develop it…
1 CommentLaravel’s Blade templating engine’s @foreach control structure directive has $loop variable which is available inside every @foreach loop. The $loop variable is a stdClass object…
7 CommentsBy default, WordPress show too detailed error messages when someone enters incorrect username or password on the login page. These error messages can be used…
Leave a CommentIn this tutorial I will show you, how to import Outlook,office 365 and Live contacts to your web project, using a PHP. Microsoft Apps Creation…
12 Comments