Basic cloud storage using laravel
- Clone this repository or download the zip file.
- Copy the .env.example file to a new file named .env:
- Run
composer installto install the dependencies. - Run
php artisan key:generateto generate a unique application key - Add database information in .env and run
php artisan migrateto set database tables
- Run
php artisan serveto start the application