News

Laravel 5 Cookbook Wanna learn everything about Laravel, AJAX, jQuery and front-end components? This new book is for you!
Our developers always try to provide you with the possibility to use our components in different ways. In this article, we’ll talk about dhtmlxGantt. We’ll learn how to use this component with the ...
VueRibbon is a HTML5 implementation of the Microsoft Office ribbon control, built on top of Vue and ES6.
Laravel Visitor is a good package to extract and access visitors' information such as browser, ip, device, etc. In this package, you can recognize online users and determine if a user is online or not ...
Laravel Mailbox is a good package which we can use to handle incoming emails. Laravel Mailbox supports Mailgun, SendGrid and local development out of the box - with the ability to add new drivers ...
Laravel Excel is a popular package which provides a simple wrapper around PhpSpreadsheet with the goal of simplifying exports and imports. Easily export collections to Excel. Supercharge your Laravel ...
Laravel package to make it easier working with the gorgeous emojis from EmojiOne.
Laravel provides a convenient way to seed your database with fake data for testing purpose using a system of factories for your Eloquent models. This is a demonstration of how to create a factory for ...
Ali Hesari wrote a nice tutorial on how to auto-posting to social network in Laravel 5.
A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information. A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing ...
Epic Spinners is an Easy-to-use CSS spinners collection with Vue.js integration. Developed by Epicmax. Demo & Documentation View demo to see vue.js components usage examples and html/css source code ...
This tutorial gives a step by step guide on how to setup Role based authentication in Laravel along with it’s native authentication system. We are using Laravel 5.5 for this tutorial.