Code Monkey home page Code Monkey logo

laraveldrive's People

Contributors

mshossain110 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laraveldrive's Issues

Can't install npm -i and watch,

Which Os you use for this projects, I tried with Cent Os, Kali Linux and parrot os

Something Wrong with project lot of errors showing when use npm

No visual indication on file/folder hover

Hello, I noticed that when hovering over a folder or file there is no indication that it is a clickable item. I think I can fix this by making the mouse pointer turn into a hand when hovering over items if this is ok with you of cource :)

problem with install

i can ask you to share the project that you installed yourself, thank you. Because your codes are from 3 years ago. thank you

An error on `php artisan migrate`

When I ran php artisan migrate, the following error occurred.

^_^[mzch@lt /srv/LaravelDrive][0]$ sudo -u www-data php artisan migrate
**************************************
*     Application In Production!     *
**************************************

 Do you really wish to run this command? (yes/no) [no]:
 > yes

Migration table created successfully.
PHP Fatal error:  Cannot declare class CreateLanguagesTable, because the name is already in use in /srv/LaravelDrive/vendor/joedixon/laravel-translation/database/migrations/2018_08_29_200844_create_languages_table.php on line 47

   Symfony\Component\ErrorHandler\Error\FatalError

  Cannot declare class CreateLanguagesTable, because the name is already in use

  at vendor/joedixon/laravel-translation/database/migrations/2018_08_29_200844_create_languages_table.php:47
    43|     {
    44|         Schema::connection(config('translation.database.connection'))
    45|             ->dropIfExists(config('translation.database.languages_table'));
    46|     }
  > 47| }
    48|


   Whoops\Exception\ErrorException

  Cannot declare class CreateLanguagesTable, because the name is already in use

  at vendor/joedixon/laravel-translation/database/migrations/2018_08_29_200844_create_languages_table.php:47
    43|     {
    44|         Schema::connection(config('translation.database.connection'))
    45|             ->dropIfExists(config('translation.database.languages_table'));
    46|     }
  > 47| }
    48|

      +1 vendor frames
  2   [internal]:0
      Whoops\Run::handleShutdown()

How can I fix this?

  • OS: Debian 10.4

  • PHP: 7.3.14

  • .env

APP_NAME="LetLive Drive"
APP_ENV=production
APP_KEY=base64:xxx=
APP_DEBUG=true
APP_URL=https://drive.letlive.com/

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laraveldrive
DB_USERNAME=laraveldrive
DB_PASSWORD=password

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
SESSION_LIFETIME=120
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=mx1.mail-services.net
MAIL_PORT=587
MAIL_USERNAME[email protected]
MAIL_PASSWORD=password
MAIL_ENCRYPTION=tls

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

FACEBOOK_CLIENT_ID=null
FACEBOOK_CLIENT_SECRET=null
FACEBOOK_REDIRECT_URI=http://example.com/login/handle/facebook/

TWITTER_CLIENT_ID=null
TWITTER_CLIENT_SECRET=null
TWITTER_REDIRECT_URI=http://example.com/login/handle/twiter/

GOOGLE_CLIENT_ID=null
GOOGLE_CLIENT_SECRET=null
GOOGLE_REDIRECT_URI=http://example.com/login/handle/google/

GITHUB_CLIENT_ID=null
GITHUB_CLIENT_SECRET=null
GITHUB_REDIRECT_URI=http://example.com/login/handle/github/

YOUTUBE_CLIENT_ID=null
YOUTUBE_CLIENT_SECRET=null
YOUTUBE_REDIRECT_URI=http://example.com/login/handle/youtube/

TWITCH_CLIENT_ID=null
TWITCH_CLIENT_SECRET=null
TWITCH_REDIRECT_URI=http://example.com/login/handle/twitch/

INSTAGRAM_CLIENT_ID=null
INSTAGRAM_CLIENT_SECRET=null
INSTAGRAM_REDIRECT_URI=http://example.com/login/handle/instagram/

fix problem with install (oauth_clients)

Illuminate\Database\QueryException

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laraveldrive.oauth_clients' doesn't exist (SQL: insert into oauth_clients (user_id, name, secret, redirect, personal_access_client, password_client, revoked, updated_at, created_at) values (?, Laravel Personal Access Client, d5pkkk5j22xl15Iy4w0I4HWzs5KAO90pPSe7C8YQ, http://localhost, 1, 0, 0, 2021-04-16 01:35:02, 2021-04-16 01:35:02))

Can't upload files

Hello,
I am not being able to upload files, I can create folders but when i try to upload a file it just shows uploading and doesn't upload.

image
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.