TutorialsEmailsSetup Daily Emails using Laravel Most of the company sends mail to notify their users about something or to promote their products. So,…August 2, 2020No comments
TutorialsBlade TemplatesUseful Laravel Blade Directives Programmers who are new to web development usually do know how powerful a templating engine can be. These…July 31, 2020No comments
TutorialsCollectionArray to JSON with toJson() Method toJson() is one of the most helpful and commonly used method in Laravel. In simple concept, toJson() returns…July 27, 2020No comments
RoutingTutorialsDifferent Ways to Redirect User redirect() is one of the most used and popular helper function. This function redirects users to different URLs…July 26, 2020No comments
Read More...2 minute read ProjectsNotebook With Laravel 7 and Vue.js Notebook is a simple free-form information gathering web application. It is designed using Laravel 7 and Vue Js.…July 25, 2020No comments
RoutingTutorialsHow to Improve Routing In Laravel Routing allows the user to route application requests to its appropriate controller. Laravel has an inbuilt API which…July 21, 2020No comments
Read More...1 minute read ProjectsEmployee Management System – With AdminLTE Employee Management System is a laravel based application. This is simple yet really educational for learning purpose. So,…July 19, 2020No comments
TutorialsUploading Image using AJAX Uploading image is one of the basics of web development. But it is one of the most important…July 19, 2020No comments
TutorialsWays of tackling Form Spam Basically, form spam is when unwanted and malicious messages come through websites’ form usually, without letting the users…July 11, 2020No comments
Read More...1 minute read ProjectsLaravel Task – Todo Laravel Project Laravel Task is a simple beginner user-friendly web application. Therefore, this application provides a basic task list that…July 7, 2020No comments