How to save database details using Laravel Route as API in Ionic
A detailed explanation on how to use Laravel route as an API link to save database details in Ionic Applications
A detailed explanation on how to use Laravel route as an API link to save database details in Ionic Applications
Here in this article, we will show you how to connect two Laravel application sharing login details and sessions across sub-domains.
There are several ways to clear cache in Laravel 8 via routes, controllers, and commands. Here are three possible methods: This route will call the cache:clear command provided by Artisan, which will clear all cached data. Then, define a new route in your web.php file that will call this controller method: Using a Command:Create a … Read more
There are 3 solutions to fix Trying to get property ‘name’ of non-object navigation.blade.php
Details of the methods you can use to fix Laravel 8 Breeze CSS not loading properly. Also gives an introduction of the terms used.
The simple method to handle nulls and whitespaces for strings in JavaScript. Learn how to validate both conditions in a single line!
Specific conditions are only applied to variables only if they hold a proper value. Suppose you are filling a form and leave blank space. The system should throw a validation error or handle the empty or blank space string. There are numerous ways to handle such situation in JavaScript. Let’s focus on the most how … Read more
In this tutorial of mysql, we will show you how to delete duplicate entries from MySql database table. Example 01: For example, we have a database table newsfeed, where we are saving news feed from news channel API. The data we receive from the API has uuid, title, description, published_at etc. So to keep unique … Read more
The tutorial explains how to interact with Laravel project in the docker environment and check running container using sail commands…
In this tutorials of Laravel, we will discuss on What are Laravel config files & How to fetch a variable value form it?