If you like the Command bus stuff, you probably miss the commands in laravel, after the upgrade to 5.1 it was renamed to Jobs and even after that they stay really useful. However, there are some other ...
In this article i will talk about sending pushing notifications to mobile devices with laravel ! i will be doing this by using a laravel package called Laravel Push Notification which allows us send ...
VueRibbon is a HTML5 implementation of the Microsoft Office ribbon control, built on top of Vue and ES6.
Forms are one of the most needed parts of working with html and Web Development. We need html forms to collect user input in an accurate and useful way. Bootstrap famously gives some beautiful looking ...
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 ...
Eder Ramírez Hernández shows us how to use Vue.js to build a PWA. This is part 1 of the series. Progressive Web Apps are a really good alternative to Native Apps because they don’t need to be ...
You like NodeJS but you also like Laravel? Meet QuorraJS - a full fledge Node.js MVC framework inspired by Laravel. QuorraJS has a clean structure and many features that you may love as a Laravel ...
welcm shows us how to manually deploying your Laravel project to a live web server. You’ve been developing your new Laravel project locally for some time, you’ve hit your feature milestones and the ...
Crater is an open-source app for small businesses and freelancers built with Laravel, VueJS & React Native that helps you track expenses, payments & create professional invoices & estimates. Our ...
weotch released a nice package that we can use to generate thumbnails easily. Croppa is an thumbnail generator bundle for Laravel 4.x, 5.x and Lumen (local storage only). It follows a different ...
Docker is a hot topic for software developers and it is in trend. It is an amazing tool for moving applications and for setting up a new environment. So in this article, I will let you know how to ...
Geordy James shows us how to create a Simple Pagination using Laravel and React. Laravel has built-in easy-to-use pagination of database results out of the box. Today I will show you how to use ...