News

Laravel macros are a very simple and very powerful feature that allows you to add on custom functionality to internal Laravel classes or components. In this video you will see: ☑ What are Laravel ...
Avinash has another tutorial on how to implement datatables - a jQuery plugin for table extender - in Laravel 5.
Ajay Gupta wrote a tutorial on how to upload images from summernote text editor and store the images' path into our database. If you're using summernote with Laravel. Check this out.
Laravel 5 Cookbook Wanna learn everything about Laravel, AJAX, jQuery and front-end components? This new book is for you!
Laravel 5 Cookbook Wanna learn everything about Laravel, AJAX, jQuery and front-end components? This new book is for you!
fouladgar.dev shows us how to verify users' mobile numbers using Laravel. Many web applications require users to verify their mobile numbers before using the application. Rather than forcing you to re ...
I personally love Traits, exporting functions/logic that can be used by multiple classes is so awesome and clean. You get more standardized and readable code by using Traits. This post is submitted by ...
LaraDock strives to make the development experience easier. It contains pre-packaged Docker Images that provides you a wonderful development environment without ...
VisitLog is a simple Laravel 5 package that can be used to log visitor information and save it into database. Features: Other than basic log such as IP, Browser and OS, it can also log Location ...
HackerRank Code Checker API. Extremely simple REST API. Supports more than a dozen languages. All powered by reliable HackerRank servers. You can use your own scoring system or build your own online ...
Christopher Vundi wrote another tutorial on how to build a social network using Laravel and Stream.
hocza just released a new package that we can use to simplify the management of site-wide announcements. With "Laravel Announcement" you can display auto-expiring announcements. To achieve this the ...