Fără Descriere

procodergw e2f9501c1d Updated Vite: https://laracasts.com/discuss/channels/laravel/unable-to-locate-file-in-vite-manifest-resourcescssappcss?page=1&replyId=813810 2 ani în urmă
app 36b9405603 Added ability to request links and import them into DB 2 ani în urmă
bootstrap 32c7d46116 init 2 ani în urmă
config 36b9405603 Added ability to request links and import them into DB 2 ani în urmă
database 32c7d46116 init 2 ani în urmă
lang 32c7d46116 init 2 ani în urmă
public 32c7d46116 init 2 ani în urmă
resources e2f9501c1d Updated Vite: https://laracasts.com/discuss/channels/laravel/unable-to-locate-file-in-vite-manifest-resourcescssappcss?page=1&replyId=813810 2 ani în urmă
routes 36b9405603 Added ability to request links and import them into DB 2 ani în urmă
storage 32c7d46116 init 2 ani în urmă
tests 32c7d46116 init 2 ani în urmă
.editorconfig 32c7d46116 init 2 ani în urmă
.env.example 32c7d46116 init 2 ani în urmă
.gitignore 32c7d46116 init 2 ani în urmă
README.md 2a1f829bf3 Updated Readme 2 ani în urmă
artisan 32c7d46116 init 2 ani în urmă
composer.json 32c7d46116 init 2 ani în urmă
composer.lock 5c4af9eb56 Added Preview Videos for Movies. 2 ani în urmă
package-lock.json 9ae029299e Update Vite from 3.0.0 to 3.0.4 to fix manifest bug 2 ani în urmă
package.json 9ae029299e Update Vite from 3.0.0 to 3.0.4 to fix manifest bug 2 ani în urmă
phpunit.xml 32c7d46116 init 2 ani în urmă
postcss.config.js 32c7d46116 init 2 ani în urmă
tailwind.config.js 32c7d46116 init 2 ani în urmă
vite.config.js e2f9501c1d Updated Vite: https://laracasts.com/discuss/channels/laravel/unable-to-locate-file-in-vite-manifest-resourcescssappcss?page=1&replyId=813810 2 ani în urmă
vite.config.test.js e2f9501c1d Updated Vite: https://laracasts.com/discuss/channels/laravel/unable-to-locate-file-in-vite-manifest-resourcescssappcss?page=1&replyId=813810 2 ani în urmă

README.md

Installation Instructions:

Requirements & Prerequisites

  • PHP 8.0 or above
  • MySQL Database, SQLite should work
  • Composer installed globally

Run the application

  • Step 1: Clone Repo to local computer/server to a directory of your choosing and enter that directory in terminal
  • Step 2: Run composer install to install composer dependencies
  • Step 3: Run php artisan migrate to publish database tables

Production Environment

  • Step 4: Run vite build in the root directory of the project
  • Step 5: Serve site using nginx config or php artisan serve

Developer / Local Environment

  • Step 4: Edit the .test host in the vite.config.js file
  • Step 5: Run vite command in terminal for root directory
    • Note: Do not close this window.
  • Step 6: Click on the .test URL provided by Vite in the terminal window.

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.