mobidal/laravel-libexams

The Library of Exams.

dev-main 2021-08-26 10:48 UTC

This package is auto-updated.

Last update: 2024-04-08 19:04:14 UTC


README

Application how to integrate Google Drive with Laravel 8 and store files in Drive

Getting Started

How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • npm install
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed
  • Run the Application php artisan serve

Documentation - Packages Used in this project

Google Drive Integration

docs for How to setup the google drive API to use with Laravel App.

Laravel-Excel

Laravel-Excel for How to setup the Laravel Excel with Laravel App.

  • Import Data from Excel, CSV, PDF,...etc files to models
  • Export Data from models to Excel, CSV files

Laravel-permission

Laravel-Permission Laravel Permission with Laravel App.

  • Create Permissions
  • Create Roles
  • Assign Role to Users
  • Assign Permission to Roles
  • Assign Permission to Users

Laravel-AdminLTE

Laravel-AdminLTE Quick Laravel AdminLTE Integration with Laravel App.

  • Create Beautiful admin panel.
  • Easy to install and update.
  • with components and easy to change it.

Laravel-Socialite

Laravel-Socialite Quick Laravel Socialite Login with Social Media like Facebook, Google, Github, Twitter ,...etc

  • Create Driver Like Facebook.
  • Easy and fast Login.