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.2
If 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 CommentArtisan 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 CommentsSometimes you need to track the IP address of the visitors for different reasons. In this tutorial, I would like to show you, how to…
Leave a CommentIn 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 CommentIn Laravel world, a facade is a class that provides access to an object from the container. Laravel “facades” serve as “static proxies” to underlying…
3 CommentsLaravel’s route model binding has been around for a while, but Laravel 5.2 is about to make it even easier with Implicit model binding. Implicit…
Leave a Comment