Sin descripción

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

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.