News

Laravel Typeahead Search is the topic that we will discuss today. In a large web application, like an online market such as Amazon, Flipkart or social networking, one of the most significant parts of ...
In this Laravel and Vue tutorial, we will build a simple twitter web application. For this tutorial, I am using Laravel and Vue.js. I am defining some components inside Vue.js. Also, I am using Axios ...
Testing an HTTP request is a very important task as a backend developer to verify that our project works fine. Gladly, Laravel provides a very fluent API to test the HTTP request.
In this article, I will show you how to use Highchart in Laravel 5.5 because Highchart is the most popular chart library that provides cool and beautiful graphs for free. Demo ...
Adam Wathan has written a nice tutorial about cleaning up form input with Transpose. Dealing with arrays in form submissions is a pain in the ass. Imagine you need to build a page that allows users to ...
Kibana 4 is an analytics and visualisation platform that builds on Elastic-search to give you a better understanding of your data. Here we cover how to quickly and easily get Kibana up and running on ...
The first Bootstrap 4 alpha has been released. There are many new features: **Moved from Less to Sass.** **Opt-in flexbox support is here** **Consolid ...
Krunal shows us how to use dependency injection in Laravel 5.5. Laravel 5.5 Dependency injection is the phrase that necessarily means the class dependencies that are “injected” into a class via a ...
One of the bestselling Laravel books! Learning Laravel book shows you a fastest way to learn developing web applications using Laravel 8 PHP framework ...
Often, you find yourself in a situation where you want to pass your server-side variables, string, collection to JavaScript. By traditional old ways it can be a bit of pain especially when your ...
Laravel artisan console provides lists of commands that can assist you while building your application. So, How can we create a first artisan console command?
We will use Laravel 5.6 as a backend and Vue js as a frontend. In this small project, we will upload an image from the vue component.