carodej ca3514d1d2 Merge branch 'dev'
* dev:
  v1.4
  vuefilemanager v1.4-beta.1
  vuefilemanager v1.4-alpha.2
  vuefilemanager v1.5-alpha.1
  editing with shared items in public
  backend update
  backend refactoring
  protected sharing update
  vuex refactoring
  frontend/backend update
  vue frontend update
  vue frontend update
  vue router implemented
  implementing vue router
2020-05-01 11:21:20 +02:00
2020-05-01 11:21:20 +02:00
2020-03-10 19:00:32 +01:00
2020-05-01 11:04:03 +02:00
2020-04-24 12:50:11 +02:00
2020-05-01 11:21:20 +02:00
2020-05-01 11:04:03 +02:00
2020-04-30 10:55:36 +02:00
2020-03-16 18:23:22 +01:00
2020-03-10 19:00:32 +01:00
2020-04-23 17:57:55 +02:00
2020-03-10 19:00:32 +01:00
2020-03-11 10:36:10 +01:00
2020-04-27 12:38:08 +02:00
2020-05-01 11:04:03 +02:00
2020-03-10 19:00:32 +01:00
2020-03-10 19:00:32 +01:00
2020-04-27 12:38:08 +02:00
2020-05-01 11:21:20 +02:00
2020-04-27 12:38:08 +02:00
2020-04-27 12:38:08 +02:00
2020-03-10 19:00:32 +01:00
2020-05-01 11:04:03 +02:00
2020-03-10 19:00:32 +01:00
2020-04-17 11:33:06 +02:00

Installation setup

Run these commands to install vendors:

composer install
npm install

Setup your database in .env and run this command:

php artisan setup:prod

It automatically:

  • Migrate database
  • Generate Application key
  • Create Passport Encryption keys
  • Create Password grant client
  • Create Personal access client

Then, copy generated password grant client Client ID, Client secret and paste it to .env files here:

PASSPORT_CLIENT_ID=<your_passport_client_id>
PASSPORT_CLIENT_SECRET=<your_passport_client_secret>

For sending forgoten password request via email, fill your mail driver in .env

Run Application

To start server on your localhost, run this command

php artisan serve

To compiles and hot-reloads for development, run this command

npm run hot

To compiles for production, run this command

npm run prod

That's all, happy coding! 🎉 🎉 🎉

Description
No description provided
Readme 168 MiB
Languages
Vue 49.7%
PHP 48.7%
Blade 1.1%
HTML 0.5%