In this post, I would like to show the different ways to get last inserted ID from the database table when working with Laravel PHP…
Leave a CommentTag: Laravel 5.4
I 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 CommentsLaravel 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 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 CommentsArtisan is the command-line interface included with Laravel. It provides a number of helpful commands that can assist you while you build your application. Here…
1 CommentRecording the last login information is useful and you can easily save and update the last login time and IP address of the client. You…
6 CommentsIn this post, I would like to show you very simple approach to develop a security layer around Laravel routes with custom Middleware. Laravel Middleware…
Leave a Comment