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 ...
Over the last couple of weeks we’ve been adding Pusher to a Laravel application. First, we set up the Client for making requests to Pusher and the Storage to store the currently active users in ...
Laravel Cheat Sheet , Codes , function , methods of laravel framework ...
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.
One of the bestselling Laravel books! Learning Laravel book shows you a fastest way to learn developing web applications using Laravel 8 PHP framework ...
Laravel 5 includes the excellent Flysystem project for interacting with files both in the application filesystem, as well as popular cloud-based storage solutions such as Amazon Simple Storage Service ...
This package implements Laravel auto-discovery feature. After you install it the package provider and facade are added automatically for laravel >= 5.5. use Salman ...
Laravel Websockets is a Laravel package that can handle the server side of WebSockets, written in PHP. With it, we don't have to use Pusher or laravel-echo-server anymore. It has extensive ...
Froala is a WYSIWYG Editor written in Javascript that has many more than 100 valuable features to enable rich editing capabilities. A WYSIWYG HTML editor created by developers, for developers. With a ...
Here are few but great examples of using Lazy collection class, which will help to speed up your application performance in Laravel 6. In this tutorial I am going to give you examples of using laravel ...
Laravel Permit is an authorization and ACL package for laravel. Its fast and more customizable. You can easily handle role based ACL or specific user wise permission ...
Craftable is a cool open-source Laravel toolkit for building a powerful app easily. Download the Craftable Installer via composer. Once downloaded, you can create a new project using command: ...