Latest questions in Laravel

0 votes
1 answer

Does Laravel support caching and what are the Cache Usage?

Hey, Yes, Laravel provides support for popular caching ...READ MORE

Mar 20, 2020 in Laravel by Niroj
• 82,880 points
1,187 views
0 votes
1 answer

Explain make Method in Laravel and what does the make() method do in Laravel?

Hey, You may use the make method to ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
4,684 views
0 votes
1 answer

How to mock a static facade methods in Laravel?

Hey, Facades provide a "static" interface to classes ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
6,020 views
0 votes
1 answer

How can we generate migration in Laravel?

Hello, Migrations are like version control for your database, ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
701 views
0 votes
1 answer

What are the query builder in Laravel?

Hey, Laravel's database query builder provides a convenient, ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
938 views
0 votes
1 answer

What is the use of Facade Pattern in Laravel?

Hey kartik, Facades provide a static interface to classes that are ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
1,394 views
0 votes
1 answer

Why it is necessary to refresh CSRF token per form request?

Hello, Generating a new CSRF token for each ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
4,149 views
0 votes
1 answer

How can we Disable CSRF Laravel?

Hello, You can disable CSRF Laravel from the App/Http/Kernel.php file ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
640 views
0 votes
1 answer

How Laravel CSRf in form is Useful?

Hey Kartik, If you want to know What ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
707 views
0 votes
1 answer

What is CSRF in Laravel?

CSRF stands for Cross Site Request Forgery is ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
830 views
0 votes
1 answer

How to identify wheather the request is HTTP GET or HTTP POST in Laravel?

Hey, In order to identify the type of ...READ MORE

Mar 19, 2020 in Laravel by Niroj
• 82,880 points
2,791 views
0 votes
1 answer

What is middleware? How can we register middeleware in Laravel?

Middleware acts as a bridge between a ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
2,471 views
0 votes
1 answer

What is redirection in Laravel?

Named route is used to give specific ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
2,698 views
0 votes
1 answer

How to pass data through URL and access through controller in Laravel?

Hello, You can  first refer how to  Create controller through ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
11,467 views
0 votes
1 answer

How can we use controller once it was created successfully?

Hey kartik You can  first refer how to  ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
540 views
0 votes
1 answer

Creating controller through cmd promt in Laravel?

Hey , This is simple, you just need ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
917 views
0 votes
1 answer

What is the concept of controller in Laravel?

Hii, In the MVC framework, the letter ‘C’ ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
1,027 views
0 votes
1 answer

How to pass data with routing ?

First you can follow how to pass ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
1,072 views
0 votes
1 answer

How to pass URL param in Laravel?

Hello, First you have to go to routes ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
4,886 views
+1 vote
1 answer

How to make anchor tag with routing using Laravel?

Hey @kartik, First you have to go to ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
21,928 views
0 votes
1 answer

How to make a new page with routing using Laravel?

Hey @kartik, First you have to go to ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,880 points
12,068 views
0 votes
1 answer

What are Laravel Facades?

Facades provide a "static" interface to classes ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
1,373 views
0 votes
1 answer

Explain the concept of encryption and decryption in Laravel?

It is a process of transforming any ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
1,032 views
0 votes
1 answer

What is the significant difference between insert() and insertGetId() function in Laravel?

Hello, Insert(): This function is simply used to ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
2,494 views
0 votes
1 answer

What is reverse routing in Laravel?

 Laravel reverse routing is generating URL's based ...READ MORE

Mar 17, 2020 in Laravel by Niraj
10,066 views
0 votes
1 answer

What are the important directories used in a common Laravel application

Hey @Kartik. Directories used in a common Laravel ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
1,931 views
0 votes
1 answer

How to change Laravel official name to any customize name?

Hey, You just need to go Laravel folder through ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
2,664 views
0 votes
1 answer

How can we get started with Laravel through Xampp?

Hii, First you need to start Apache and ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
783 views
0 votes
1 answer

Display Laravel in browser by using cmd promt?

Hello, First you need to have laravel install ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
977 views
0 votes
1 answer

How to download and install Lavavel framework?

Hey @kartik, First you must have xampp install ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
1,122 views
0 votes
1 answer

What is Laravel framework? Why one should use Laravel?

Laravel is a PHP web-framework; it utilized ...READ MORE

Mar 17, 2020 in Laravel by Niroj
• 82,880 points
1,398 views