Không có mô tả

procodergw d519485e06 Added new method to get stream Url 2 năm trước cách đây
app d519485e06 Added new method to get stream Url 2 năm trước cách đây
bootstrap 32c7d46116 init 2 năm trước cách đây
config 5c4af9eb56 Added Preview Videos for Movies. 2 năm trước cách đây
database 32c7d46116 init 2 năm trước cách đây
lang 32c7d46116 init 2 năm trước cách đây
public 32c7d46116 init 2 năm trước cách đây
resources 5c4af9eb56 Added Preview Videos for Movies. 2 năm trước cách đây
routes 5c4af9eb56 Added Preview Videos for Movies. 2 năm trước cách đây
storage 32c7d46116 init 2 năm trước cách đây
tests 32c7d46116 init 2 năm trước cách đây
.editorconfig 32c7d46116 init 2 năm trước cách đây
.env.example 32c7d46116 init 2 năm trước cách đây
.gitignore 32c7d46116 init 2 năm trước cách đây
README.md fd0f2cf3b3 first commit 2 năm trước cách đây
artisan 32c7d46116 init 2 năm trước cách đây
composer.json 32c7d46116 init 2 năm trước cách đây
composer.lock 5c4af9eb56 Added Preview Videos for Movies. 2 năm trước cách đây
package-lock.json 32c7d46116 init 2 năm trước cách đây
package.json 32c7d46116 init 2 năm trước cách đây
phpunit.xml 32c7d46116 init 2 năm trước cách đây
postcss.config.js 32c7d46116 init 2 năm trước cách đây
tailwind.config.js 32c7d46116 init 2 năm trước cách đây
vite.config.js 32c7d46116 init 2 năm trước cách đây

README.md

Installation Instructions:

Requirements & Prerequisites

  • PHP 8.0 or above
  • MySQL Database, SQLite should work

Run the application

  • Step 1: Clone Repo to local computer to a directory of your choosing and enter that directory in terminal
  • Step 2: Run npm install to install npm dependencies
  • Step 3: Run composer install to install composer dependencies
  • Step 4: Run php artisan migrate to publish database tables
  • Step 5: Run npm run dev to init Vite run
  • Step 6: Click on the .test URL provided bt Vite

You should now have a working version of the application in your browser.

If you do not, you may need to run php artisan serve in a different terminal window, but inside the project directory.