0 votes
in Laravel by
What are some benefits of Laravel over other Php frameworks?

1 Answer

0 votes
by
Setup and customisation process is easy and fast as compared to others.

Inbuilt Authentication System

Supports multiple file systems

Pre-loaded packages like Laravel Socialite, Laravel cashier, Laravel elixir, Passport, Laravel Scout

Eloquent ORM (Object Relation Mapping) with PHP active record implementation

Built in command line tool “Artisan” for creating a code skeleton ,database structure and build their migration
...