In 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 CommentsTag: How to
I received a tutorial request from my reader that asked me how to access CI’s base URL inside the JavaScript/external JavaScript files. Editing base URL…
Leave a CommentSlim is a full-featured, open-source PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. It comes with a sophisticated…
90 CommentsThe router component allows you to define routes that are mapped to callback handlers that should receive the request. The Slim Framework’s router is built…
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 CommentsSlim is a PHP micro framework that helps you write simple web applications and APIs quickly. It comes with a sophisticated URL dispatcher and middleware…
1 CommentSlim is a full-featured, open-source PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. It comes with a sophisticated…
8 CommentsSlim lets you group related routes. Route groups allow you to share route attributes, such as middleware or URL segments across a large number of…
Leave a CommentIn this post, I would like to show you a very trivial example, which will help you to find the version of the bash that…
Leave a CommentThis tutorial will describe the usage of the PHPExcel library to generate an Excel file from a PHP array. Usage of PHPExcel library is very…
5 CommentsHey, Today I would like to show you how we can convert PDF to JPEG using imagick extension. Imagick is a native php extension to…
15 CommentsToday I would like to write about one of the little-known features of laravel eloquent called “replicate”. To copy everything from existing row we just…
4 CommentsIn this tutorial, I will show you how to add a custom PHP class in Laravel 5.x application. For example, Lets call our class Common.php.…
8 CommentsIn this post, I would like to show how to automatically log out the user after some period of inactivity. Session timeout or Session expire…
15 Comments