News

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 ...
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.
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 ...
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 ...
Youghourta Benali wrote a nice tutorial on how to set up your local projects to contribute to Laravel or any PHP library.
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. Consolidated all our HTML resets into a new module, Reboot.
We will create a Single Page Application(SPA) using the Laravel and Vue.js. In this SPA, you can create a post, edit the post, read the post and delete the post ...
Laravel provides awesomely artisan console functionality. Laravel artisan console provides lists of commands that can assist you while building your application. So, How can we create a first artisan ...
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.