Application how to integrate Google Drive with Laravel 8 and store files in Drive
- 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
docs for How to setup the google drive API to use with Laravel App.
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 with Laravel App.
- Create Permissions
- Create Roles
- Assign Role to Users
- Assign Permission to Roles
- Assign Permission to Users
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 Quick Laravel Socialite Login with Social Media like Facebook, Google, Github, Twitter ,...etc
- Create Driver Like Facebook.
- Easy and fast Login.