SweetAlert2 is a popular JavaScript library for creating beautiful and customizable alert dialogs. In this tutorial, you will learn how to install and use SweetAlert2 with Laravel 10 to display success, failed, warning, and error messages. This tutorial will guide
Category: Laravel
A PHP Laravel Framework is a basic platform that allows us to develop web applications. In other words, it provides structure. By using a PHP Laravel Framework, you will end up saving loads of time, stopping the need to produce repetitive code, and you’ll be able to build applications rapidly (RAD).Laravel Tutorial – Learn Laravel in simple way starting from basic to advanced concepts with examples. Laravel Tutorial For Beingners, In this Laravel Tutorial Learn Laravel Step By Step Guide to Building Your Laravel Applications. Also Learn Laravel Topics Like Laravel Installation, Laravel Passport, Laravel Email Verification, Laravel Pagination, Laravel Rest full apis, Laravel Crud. A complete step by step guide. widows and ubuntu both system are installation process here.
Laravel 10|9|8 OneSignal Web Push Notification Example
Laravel 10|9|8 oneSignal web push notification (🔔) example. In this tutorial, you will learn how to integrate and use oneSignal in Laravel 10|9|8 apps to send web push notifications 🔔. First of all, please visit the https://onesignal.com/ website then create
Read More Laravel 10|9|8 OneSignal Web Push Notification Example
Upgrade Laravel Version 8, 9 to 10
Upgrading or updating your Laravel application to a new version can bring in new features, improvements, and security enhancements. In this tutorial, you’ll learn how to upgrade or update Laravel versions 7, 8, and 9 to the latest Laravel 10
Class ‘app\http\controllers\Redirect, \Auth, \Session \Input, \Response, \Model, \View, \DB Not Found
While you are working with laravel web applications and you may face Class ‘App\Http\Controllers\’ \Redirect, \Auth, \Session \Input, \Response, \Model, \View, \DB Not Found in Laravel 10, 9, 8, and 7. So, in this tutorial you will learn how to
Laravel 10|9|8 call controller method from another controller
To access/call controller method/function from another controller in Laravel 10|9|8 apps; Through this tutorial, you will learn how to call controller method/function from another controller function/method in laravel 10, 9, 8 apps. How to Access/Call Controller Method from Another Controller
Read More Laravel 10|9|8 call controller method from another controller
Take Browser Screenshot in Laravel using spatie/browsershot Package
Laravel take/make browser screenshots; Through this tutorial, you will learn how to take/make browser screenshots in laravel using browsershot package. How to Take Browser Screenshot in Laravel using spatie/browsershot Package Steps to make/take browser screenshots in Laravel using browsershot: Step
Read More Take Browser Screenshot in Laravel using spatie/browsershot Package
Laravel 10 Ajax File Upload Tutorial
Sometimes, you need to upload file without page refresh in your laravel web application. So, In this tutorial, you will learn how to upload file using jQuery Ajax in laravel 10 apps without reloading or refreshing the whole web page.
Laravel 10 Image Crop and Upload Croppie JS Tutorial
Image cropping is a common requirement when dealing with user-uploaded images. Croppie.js provides an intuitive and user-friendly interface for cropping images on the client side before they are uploaded to the server. If you want to incorporate image cropping functionality
Read More Laravel 10 Image Crop and Upload Croppie JS Tutorial
Laravel 10|9|8 Get Logged in User Data(id, Name, Email, etc)
If you are working in a Laravel web application and you want to get logged-in user data like user id, name, email or any other user-related data on controller, model, and blade views. So in this Laravel tutorial, you can
Read More Laravel 10|9|8 Get Logged in User Data(id, Name, Email, etc)
Intervention Image Class, Facades, Providers Not Found in Laravel
If you want to upload, resize, crop, rotate, watermark, and add various image filters to images using image intervention in Laravel application. And that time you get some error, class ‘intervention image imageServiceProvider’ not found laravel, class ‘intervention image facades
Read More Intervention Image Class, Facades, Providers Not Found in Laravel