How to define Routes In laravel (web.php)

How to define Routes In laravel (web.php) <?php use App\Http\Controllers\BankController; use App\Http\Controllers\HomeController; use Illuminate\Support\Facades\Route; Route::get('/', [HomeController::class, 'index']); Route::group(['prefix' => 'bank'], function(){ Route::get('/index', [BankController::class, 'index']); Route::get('/create', [BankController::class, 'create']); Route::post('/store', [BankController::class, 'store']); Route::get('/edit/{id}', [BankController::class, 'edit']); Route::post('/update', [BankController::class, 'update']); Route::get('/delete/{id}', [BankController::class, 'destroy']); }); Additional Reading घर बैठे ऑनलाइन करें हर महीने 60,000 रुपये तक कमायें 2022Top 5 Affiliate Marketing Program In India 2022Wishing …

Read More »

How to define controller in laravel

How to define controller in laravel <?php namespace App\Http\Controllers; use App\Models\bank; use App\Models\logger; use App\Models\bank_account; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; class BankController extends Controller { public function __construct() { $this->middleware('auth'); } public function index() { $banks = bank::orderBy('id', 'DESC')->get(); // dd($banks); return view('bank/index', compact('banks')); } /** * Show the form for creating a new resource. * * @return \Illuminate\Http\Response */ public …

Read More »

How to define Model In Laravel

How to define Model In Laravel <?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class bank extends Model { protected $table='banks'; protected $fillable=['beneficiary_name','beneficiary_address','bank_nickname','bank_name', 'bank_address','zip_code','country','currency','account_number', 'nickname', 'swift_code', 'remarks','company_name','company_email','prefix','declaration_content','instructions_title', 'instructions_content','logo','status']; } Additional Reading घर बैठे ऑनलाइन करें हर महीने 60,000 रुपये तक कमायें 2022Top 5 Affiliate Marketing Program In India 2022Wishing Website क्या है और इससे पैसे कैसे कमाये? 2022एंड्राइड मोबाइल से पैसे …

Read More »

Top 30 MCQ Type Questions for Data Science Interviews

Top 30 MCQ Type Questions for Data Science Interviews Also Read:-VueJs क्या है और क्यों इस्तेमाल होता है? [पूरी जानकारी 2023] Also Read:-Laravel क्या है। Laravel की विशेषताएं बताइये। SECTION-1:  1. How do we perform Bayesian classification when some features are missing? (A) We assuming the missing values as the mean of all values. (B) We ignore the missing features. …

Read More »

40+ PHP Laravel Interview Questions And Answers [2022 LIST]

Frequently Asked Laravel Interview Questions Q #1) What is Laravel? Answer: Laravel is a free and open-source PHP framework that is used to develop complex web applications. It supports the Model-View-Controller (MVC) design pattern. The Laravel framework is also the most popular PHP framework among web developers in the year 2020. Q #2) What is the latest version of Laravel? Answer: Laravel 8 is the latest version. Q #3) What …

Read More »

Data Mining MCQ Quiz Questions with Answer PDF Download

Data Mining MCQ Online Quiz Questions 2022| Data Mining Multiple Choice Questions and Answer| Data Mining MCQ Questions PDF Read the Given Below Data Mining MCQ Questions 1. The classification of the data mining system involves Information ScienceMachine learningDatabase technologyAll of the above Answer: All of the above 2. Which one of the following statements is not correct about the data …

Read More »

Laravel MCQ Online Quiz Questions 2022

Laravel MCQ Online Quiz Questions 2022 Laravel Multiple Choice Quiz| Laravel MCQ Quiz Questions and Answer| Laravel Online Quiz Questions Laravel MCQ Quiz: Laravel ecommerce is a software product division of POFI technologies private limited. Laravel is a free and open-source PHP framework that provides a set of tools and resources to build modern PHP applications. We, have uploaded 30 Laravel …

Read More »

Chemistry Practical Class 12 Volumetric Analysis Viva Questions with Answers

Chemistry Practical Class 12 Volumetric Analysis Viva Questions with Answers Question.1.What is a standard solution ?Answer. A solution whose strength is known is called a standard solution. Question.2.What is a normal solution ?Answer. A solution containing one gram-equivalent mass of the solute per litre of the solution is called a normal solution. Question.3.What is the equivalent mass of KMnO4 when …

Read More »

Acids, Bases and Salts-MCQ

Acids, Bases and Salts-MCQ Which one of the following is acidic?(a) Lemon juice (b) Tomatoes (c) Milk (d) AllWhich one of the following will turn red litmus blue?(a) Vinegar (b) Baking soda solution (c) Lemon juice (d) Soft drinksWhich one of the following will turn blue litmus red?(a) Vinegar (b) Lime water (c) Baking soda solution (d) Washing soda solutionMethyl …

Read More »

Amazon Quiz MCQ Type Questions

1.Which country has recorded the most deforestation ever in the Amazon rainforest in January 2022? [A] Brazil[B] Argentina[C] Chile[D] Bolivia Correct Answer: A [Brazil]Notes:Brazil recorded the most deforestation ever in the Amazon rainforest for the month of January, according to new government data.Deforestation in Brazil’s Amazon totalled 430 sq kilometres last month, five times higher than January 2021. This is according …

Read More »

Accenture Interview Questions For 2022

Accenture Interview Questions For 2022 Accenture inquiries for freshers asked in Accenture screening are examined here. These will assist you with planning for both Accenture specialized meeting rounds just as Accenture Hr meet round. These inquiries questions were gathered from understudies who have as of late went to Accenture interviews Technical Accenture Interview Questions: Accenture specialized meeting will zero in on …

Read More »

Accenture MCQ Model Question Paper For 2022

Accenture MCQ Model Question Paper For 2022 1. The largest 4 digit number exactly divisible by 88 is:A. 9944B. 9768C. 9988D. 8888 2. One pipe can fill a tank three times as fast as another pipe. If together the two pipes can fill the tank in 36 minutes, then the slower pipe alone will be able to fill the tank …

Read More »

Accenture MCQ Quantitative Aptitude Questions And Answers

Accenture MCQ Quantitative Aptitude Questions And Answers Accenture Quantitative Aptitude MCQs : This section focuses on “Quantitative Aptitude” for Accenture Exam. These Quantitative Aptitude MCQs are asked in previous Accenture placements/recruitment exams and will help you to prepare for upcoming Accenture drives. The speed of a car is 45 km/ hr. The amount of distance travelled by the car in …

Read More »

Accenture MCQ Aptitude Questions And Answers

Accenture MCQ Aptitude Questions And Answers 1. A certain number of men take 45 days to complete work. If there are 10 men less then they will take 60 days to complete the work. Find the original number of men. A. 50B. 60C. 30D. 40 Answer – D. 40 Explanation:Let us assume initially there are X men. Then x*45 = (x-10)*60. So …

Read More »

100+ Data Science Interview Questions and Answers for 2022

100+ Data Science Interview Questions and Answers for 2022 Basic Data Science Interview Questions  Q1. What is the difference between data science and big data? Ans. The common differences between data science and big data are – Big DataData ScienceLarge collection of data sets that cannot be stored in a traditional systemAn interdisciplinary field that includes analytical aspects, statistics, data mining, …

Read More »