Artisan 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 CommentCategory: PHP / MySQL
It’s always better to ask for the confirmation while deleting items with alert prompt. So here I am gonna show you, how to show the…
Leave a 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 CommentThis post is going to be about downloading files from the remote server via FTP mechanism in your Laravel application. Let’s create a controller called…
9 CommentsThree year ago I wrote a post on generating image gallery from a given directory. Some of my readers are requested to add pagination to…
3 CommentsBranch is providing deep linking SDK by using it we can generate deep links for web, IOS and Android. This deep links provides seamless experience…
1 CommentMySQL has supported database views since version 5.x. Views are pretty useful if you want to refer to values calculated from expressions without writing the…
Leave a CommentPHP array_intersect_key() function returns an array containing all the entries of primary array which have keys that are preset in all the arguments. This function…
Leave a CommentThe MySQL database is one of the well know database engine, which uses a client-server architecture. The server, mysqld is the program that actually manipulate…
Leave a CommentIn my recent project, I implemented PDF file encryption and decryption. In this project, data is very sensitive so to protect files from unauthorized access…
10 CommentsThis tutorial provides an example of building a complete RESTful API using Laravel 5.5.* Framework. You gonna use the different HTTP methods during the REST…
36 CommentsIn this tutorial, we will discuss how to generate PDF using DOMPDF with Codeigniter Framework version 3 and composer(PHP dependency manager). From the authors of…
20 CommentsI this post I would like to write about sub queries. A Sub-query is also a query, which is defined under a main query and…
Leave a Comment