“Routes, post get ” Code AnswerRoutes, post get01Route::match(['get', 'post'], '/', function () {2 //3});45Route::any('/', function () {6 //7});Source: laravel.comRoutes, post get01use App\Http\Controllers\UserController;23Route::get('/user', [UserController::class, 'index']);Source: laravel.comRoutes, post get01Route path:...
10 November, 2020
Routes, post get
Programing Coderfunda
November 10, 2020
Laravel-Question
No comments
“Routes, post get ” Code AnswerRoutes, post get01Route::match(['get', 'post'], '/', function () {2 //3});45Route::any('/', function () {6 //7});Source: laravel.comRoutes, post get01use App\Http\Controllers\UserController;23Route::get('/user', [UserController::class, 'index']);Source: laravel.comRoutes, post get01Route path:...
Ajax LARAVEL 419 POST error
Programing Coderfunda
November 10, 2020
Ajax, Jquery, Laravel, php
No comments
QuestionI would really appreciate some help on this. I tried tons of solutions as posted in this forum, but I cannot get it to work.My ajax call is something like$(document).ready(function() { $("#company").click(function() { $.ajax({ type: "POST", ...
Ajax LARAVEL 419 POST error
Programing Coderfunda
November 10, 2020
Ajax, Jquery, Laravel, php
No comments
QuestionI would really appreciate some help on this. I tried tons of solutions as posted in this forum, but I cannot get it to work.My ajax call is something like$(document).ready(function() { $("#company").click(function() { $.ajax({ type: "POST", ...
03 November, 2020
How to Fix ‘This version of this file is not compatible with the version of Windows you’re running’ Error on Windows?
Programing Coderfunda
November 03, 2020
Window
No comments
Windows is one of the most popular operating systems out there with more than a billion users. All of this success comes due to the numerous features that have been made part of the operating system over the years. The latest and the greatest version of Windows is the “Windows 10” operating system that Microsoft has been pushing its users to...
How to Fix ‘This version of this file is not compatible with the version of Windows you’re running’ Error on Windows?
Programing Coderfunda
November 03, 2020
Window
No comments
Windows is one of the most popular operating systems out there with more than a billion users. All of this success comes due to the numerous features that have been made part of the operating system over the years. The latest and the greatest version of Windows is the “Windows 10” operating system that Microsoft has been pushing its users to...