Skip to content

Laravel 5.8 model cloud storage. Basic file upload, download, delete, functions; equipped with recycle bin.

Notifications You must be signed in to change notification settings

Ogbo-Chiro/roof-storage

Repository files navigation

roof_storage

Laravel 5.8 model cloud storage. Basic file upload, download, delete, functions; equipped with recycle bin.

Requirements

SERVER: XAMPP PHP: 7.1.17 or higher Composer 1.6.5 or higher (1.8.3 used)

Laravel 5.8 model cloud storage. Basic upload, download, delete, functions; equipped with recycle bin.

Installation and Configuration

Download the zip and extract

Find file .env and create a database name according to the given in the file Then set up the database in your terminal by migrating the tables and setting up the storage folder.

php artisan migrate

php artisan storage:link

Create a mailtrap.io account and change the mailtrap credentials in the .env file to yours

Type the command php artisan serve in your terminal. E.g. C:\xampp\htdocs\roof>php artisan serve

It will then be hosted locally on your system, and you can type the given url in your browser.

Built With

OS Used: Windows 10 PHP Framework: Laravel 5.8

Acknowledgements

Flaticon

Extra

The icons of the files may be changed by downloading the desired icon to the public folder and naming it after the extension it is meant for.

About

Laravel 5.8 model cloud storage. Basic file upload, download, delete, functions; equipped with recycle bin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published