CKEditor Image Upload in Laravel

If you are getting ckeditor image upload not working Laravel issue then you lend a perfect place. Here in this article, we have added an easy way to upload image in ckeditor using the Laravel application.

CKEditor is a web-based, open-source WYSIWYG (What You See Is What You Get) editor that allows users to edit text content in a browser. It is a powerful tool that allows users to create and format text, add images and multimedia, and edit HTML code without any knowledge of coding.

So, let’s see how to upload image using ckeditor in laravel.

Read more

Laravel Create Zip File and Download Example

Throughout this Laravel Create Zip File example tutorial you will learn how to generate zip files and download them in the Laravel 10 application.

To generate zip file in laravel we just need to use the ZipArchive package. This package gives us a easy and simple way to create zip archive in laravel application.

Read more

Load More Data in Laravel using jQuery Ajax

In this article, you will learn how to Load More Data in Laravel using jQuery Ajax. Here you will find how to dynamically autoload the data on infinite page scroll in Laravel application with the help of jQuery AJAX.

The Laravel load more button pagination will replace the Laravel pagination pattern with load more data on page scroll in laravel using jQuery AJAX.

Read more

How to Export CSV in Laravel Example

Using the Laravel Export CSV file tutorial today you will learn how to export CSV in Laravel. PHP has excellent features fopen, fputcsv and fclose options to generate a CSV file in Laravel or PHP framework without using any libraries.

In this example, we have added step by step simple way to export the product data in a CSV format. This Laravel Export CSV example will show you how to create CSV in the backend and will be accessible to download CSV file from the front end easily.

See Also: Laravel Import Large CSV file into the Database

Read more

Laravel Contact Us Form with Send Email Example

In this tutorial, you will learn Laravel Contact Form Send Email Example step by step. We have explained to you how to create a contact us form page in Laravel by sending email and store data database MySQL with validation messages.

Mostly every web or mobile application has the contact us feature so we have added contact us in laravel easy and the best to way send mail from the contact form in Laravel.

Read more

Laravel Passport API Authentication Auth User Access

Using the Laravel passport API authentication tutorial you will learn how to build a secure REST API authentication using Passport in Laravel 10 application. Here you will learn to how to create and secure your Laravel back-end API using Laravel passport.

Laravel Passport takes care of security and allows you to create Auth Token to provide authentication to users. To secure this application, we will install Laravel Passport and generate an access token for each user after authentication. This will allow such users to have access to some of the secured endpoints.

Read more

API Authentication using Laravel Sanctum v11.x

Throughout the Laravel API authentication with Sanctum tutorial, you will learn API Authentication using Laravel Sanctum v11. Laravel Sanctum offers a streamlined authentication solution tailored for various applications including SPAs (Single Page Applications), mobile apps, and lightweight, token-based APIs.

In this step by step guide, we’ll demonstrate how to create RESTful API authentication system in Laravel utilizing the powerful features provided by the Laravel Sanctum package. You’ll gain a deeper understanding of API authentication in Laravel using Sanctum, enabling you to build scalable, secure, and efficient web and mobile applications.

Read more

Categories Php

SPA Authentication using Laravel 11 Sanctum, Vue 3 and Vite

Laravel Vue Authentication using Sanctum: In this SPA Authentication using Laravel 11 Sanctum, Vue 3 and Vite tutorial, you will learn how to create a secure authentication system in Laravel 11 and vue.js applications using the Laravel Sanctum package.

You’ll master the creation of a RESTful Authentication API, empowering your Laravel 11 backend and Vue.js 3 frontend with essential features like user registration, login, and logout. By harnessing the power of Laravel Sanctum, you’ll ensure top-notch security while seamlessly integrating token-based authentication.

Throughout the tutorial, you’ll leverage Vue Router 4 and Vite, optimizing routing and development workflow for an efficient user experience. By combining Laravel 11 robust backend capabilities with Vue.js’s dynamic frontend framework, you’ll create a seamless and secure authentication system tailored to modern web applications.

Read more

Laravel 11 + Vue.js 3 CRUD App Example Tutorial

laravel vue js crud

Throughout this Laravel 11 + Vue.js 3 CRUD App example tutorial, you will learn how to build a basic crud (create, read, update, delete) app with Laravel 11 and vue 3 using Vue Router 4 (latest version) and pre-packaged config vite.

Previously, Laravel came pre-packaged with Vue through tools like Laravel Mix, simplifying the process of creating sophisticated single-page applications. However, Laravel has transitioned away from Mix and adopted Vite as a replacement.

So, let’s see how to integrate the Laravel vue.js CRUD operations in a (spa) single-page application with vue.js components and the Laravel app.

Read more