1.

What are the features of laravel?

Answer»
  • Offers a rich set of functionalities like Eloquent ORM, TEMPLATE Engine, Artisan, Migration system for databases, etc
  • Libraries & Modular
  • It supports MVC Architecture
  • Unit Testing
  • Security
  • Website built in Laravel is more scalable and secure.
  • It includes namespaces and interfaces that help to organize all RESOURCES.
  • Provides a clean API.
82. What are gates in laravel?

Laravel Gate holds a sophisticated mechanism that ensures the users that they are authorized for performing ACTIONS on the resources. The implementation of the models is not defined by Gate. This renders the users the freedom of writing each and every complex spec of the use CASE that a user has in any way he/she wishes. Moreover, the ACL packages can be used as well with the Laravel Gate. With the help of Gate, users are able to decouple access logic and BUSINESS logic. This way clutter can be removed from the controllers.



Discussion

No Comment Found