As a developer, I have experienced changes in an app when it is in production and the records have grown up to millions. In this specific case if you want to alter a column using simple migrations ...
Laravel Cheat Sheet , Codes , function , methods of laravel framework ...
Dark Sky API is a good PHP package which we can use to get data from Dark Sky weather easily. if you want to build a weather app, this is a must-have package. This package has been rebuilt from ...
Hello Artisan, in this tutorial I will discuss Laravel database transactions. Why should we use database transactions and what is the advantage of Laravel database transactions?
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 ...
In this tutorial, Taha Shashtari tells us how to set up ajax validation with Laravel and VueJS. Quick Tip: How to Use VueJS to Preview Images Before Uploading Taha Shashtari has written a good ...
Learn to deploy a Vultr server with the Laravel Marketplace App and host a Laravel application with Vultr Managed Database and Let's Encrypt SSL.
Dennis Smink wrote a nice Laravel tutorial on how to create a lock screen. Unlike your phone that locks automatically after an X number of seconds, Laravel does not come with a locking feature. In ...
I will give you a simple example of image upload in laravel. You can see image upload in laravel using request method. We will image upload with validation like image, mimes, max file upload, etc, So ...
weatherstack is a good service that we can use to get years of historical weather data, request real-time weather information or make use of accurate weather forecasts. The service has been used by ...
Laravel Weather is a good package which we can use to get weather data. It's a wrapper around Open Weather Map API (Current weather). $weather = new Weather ...
Chimezie Enyinnaya wrote a nice tutorial on how to build a collaborative note app using Laravel 5. Viraj Khatavkar wrote a nice tutorial on how to build a realtime counter using Laravel and Pusher.