In 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 CommentMonth: June 2017
Laravel 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…
1 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 CommentsIn this post, will take an array of objects and paginate it using JavaScript. Depending on your needs sometimes you may wish to create a…
8 CommentsThis is a basic Twitter Bootstrap 4 template that I use most of the time for Twitter Bootstrap 3 based projects. Hello, world!
Leave a CommentAngular 2 provide different ways to apply class to the elements based on certain conditions. In this post I would like to show you couple…
Leave a Comment1. Login to Microsoft developer console or you can directly go to the console by clicking following link and crate a application with desired name.…
2 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 post, I would like to show you the best way to destroy a model and related models/collections of many-to-many relationship records. What is…
1 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 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 CommentIt’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 Comment