Category «LARAVEL»

Live notification feature in ReactJS

In today’s article, we will learn how to make notification AAP in reactjs with the help of Laravel.Live notification feature in ReactJS In this app, I didn’t use any package for notification I just used customer code in reactjs to create notifications in reactjs. Install react from https://reactjs.org/. Code for react js I have not …

Upload PDF file in React, Laravel

File Upload in react , Laravel

Today, I will show How to upload pdf files and docs files in React Js and Laravel. Upload PDF file in React, Laravel. How to Upload PDF and Doc Files in Laravel API We can upload any kind of file in Laravel using API. I am using Laravel8 You can use 6, 7, or Laravel8. …

Crop and Upload Image in Laravel

As we have seen in social media, we always upload images, but before uploading the Image, we crop the image for the best feel. Crop and Upload Image in Laravel. We can crop the image using php and its framework Laravel. Install laravel using the below command composer create-project –prefer-dist laravel/laravel ImageCrop I am using …

Laravel Redirect to URL

Today We will see how we can redirect to another page using Laravel redirect().Laravel Redirect to URL Laravel Redirects are instance of the Illuminate\Http\RedirectResponse. We simply use redirect helper method. List of Redirect Methods are : Redirect to URL in Laravel Redirect back to previous page in Laravel Redirect to Named Routes in Laravel Redirect to Named Routes …

Netflix clone app using Laravel

Netflix Clone

Netflix clone app in Laravel with Bootstrap. We can make any kind of Project in Laravel.Netflix clone app using Laravel. Netflix in Laravel Netflix Clone project is a web application which is developed in Laravel platform . Below is our Database table design . ( Database name : You can change db name ) Now …

Building an Image Gallery with Laravel and React

Today we are building an image gallery with Laravel and React. Building an Image Gallery with Laravel and React. [download_after_email id=”833″] Now Start from Frontend part So we will making our ReactJS Project . To Install React project run this command in your cmd or terminal npx create-react-app image_galllary . Reactjs or Angular and Any …

Bill Invoice System in Laravel

Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. We will make a simple Bill receipt Software in Laravel.Bill Receipt System in Laravel.Bill Invoice System in Laravel We will use AJAX Technique for data fetching from the database. Now create a database …

Laravel Dependent Dropdown Tutorial With Example

Hello Web developers I will show you how to do Laravel Dependent Dropdown Tutorial With Example. We will get the second drop-down item based on the first selected drop-down. When we select the first dropdown’s item, it will fire an AJAX request to the Laravel server and in return, we get a response and we need to append …