Authentication Web

Laravel fortify is used to handle all auth related operations , please make sure to visit official documentation before starting the work.

Authentication Api

Laravel Sanctum is used to handle all api auth related operations , please make sure to visit official documentation before starting the work.

Other Common Dependencies

  • bensampo/laravel-enum to handle all enums.
  • laravel/telescope to track application performace and debbug.
  • league/flysystem-aws-s3-v3 to handle s3 operations.
  • spatie/laravel-permission to handle all roles related operation.
  • twilio/sdk to handle all phone verification related operation.
  • vlucas/phpdotenv to handle all env related operation.
  • yajra/laravel-datatables-oracle to handle all view data related operation.
  • yoeunes/toastr to handle all alert related operation.
  • kreait/laravel-firebase to handle all firebase related operation.
  • facebook/graph-sdk to handle facebook related operation.
Laravel v8.83.29 (PHP v8.1.2-1ubuntu2.19)