What are seeds in laravel?



What are seeds in laravel?..

Answer / Reenu

A route group in Laravel is a way to organize your application's routes. By nesting routes within groups, you can create a hierarchy of routes that share common middleware or prefixes. Route groups are defined using the `Route::group()` function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How to add a middleware in route group?

1 Answers  


What is meant by Implicit Controllers

2 Answers  


What do you know about closures in laravel?

1 Answers  


How to check request is ajax or not?

1 Answers  


What is db facade?

1 Answers  


In laravel, what is fillable attribute in a model?

1 Answers  


What is crud in laravel?

1 Answers  


How to registering middleware in laravel?

1 Answers  


How do I start laravel in ubuntu?

1 Answers  


Explain about laravel project?

1 Answers  


Explain how to enable multiple php versions in homestead?

1 Answers  


What is package in laravel? Name some laravel packages?

1 Answers  


Categories