mobidal / laravel-libexams
The Library of Exams.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.3|^8.0
- doctrine/dbal: ^3.0
- dompdf/dompdf: ^0.8.6
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- google/apiclient: ^2.8
- guzzlehttp/guzzle: ^7.0.1
- jeroennoten/laravel-adminlte: ^3.5
- laravel/framework: ^8.12
- laravel/socialite: ^5.1
- laravel/tinker: ^2.5
- laravel/ui: ^3.1
- maatwebsite/excel: ^3.1
- nao-pon/flysystem-google-drive: ^1.1
- spatie/laravel-permission: ^3.18
Requires (Dev)
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- laravel/sail: ^0.0.5
- mockery/mockery: ^1.4.2
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3.3
This package is auto-updated.
Last update: 2025-03-08 20:57:52 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.