This tutorial shows you how to build a real-time location tracking app with NativeScript-Vue. This can be done with under 350 lines of code and in less than an hour. Awesome!
Ali Hesari wrote a nice tutorial on how to auto-posting to social network in Laravel 5.
Here is a curated list of free programming courses that you can take in 2022. Including courses from popular universities like Harvard and Stanford, that provide some free certificates.
The example in this tutorial will be using a Bootstrap template from almsaeedstudio called “AdminLTE”. You can preview it here: http://almsaeedstudio.com/ You can ...
Laravel URL Rewrites is a good package that we can use to add URL rewrites to a Laravel app easily. The package will automatically register itself. Register the routes the feeds will be displayed on ...
Hello developers, in this example, I will show you how to do Laravel Column Sorting With Pagination. We will use kyslik/column-sortable package for column sorting and pagination in a Laravel ...
Webhooks are perfect solutions to connect different services. But still, it can be a blind spot for many developers. In this post, we try to present how webhooks work with a real-life example.
If you are looking to build an email marketing tool like sendy or mailchimp with Laravel, continue reading. Laravel Mailable works like a charm, but the dependency on using a blade file as the view ...
gizburdt released a cool Laravel package called Laravel Multisite. With this Laravel package, we can build multiple sites/sub-domains on one codebase. Route::group ...
Hello, everyone. Here am going to show you how you can send clean and beautiful HTML emails in your laravel applications using this Beautymail package by SnowFire. In one of my previous post, I showed ...
Angular animation package will not be in your production code anymore. You can still import and use it whenever you want.
In my opinion, real-time apps are the future. Socket servers usually were not that easy to setup, but Laravel Echo Server changes this. In this article, I’ll briefly show you how to quickly whip up a ...