procodergw 5c4af9eb56 Added Preview Videos for Movies. | il y a 2 ans | |
---|---|---|
app | il y a 2 ans | |
bootstrap | il y a 2 ans | |
config | il y a 2 ans | |
database | il y a 2 ans | |
lang | il y a 2 ans | |
public | il y a 2 ans | |
resources | il y a 2 ans | |
routes | il y a 2 ans | |
storage | il y a 2 ans | |
tests | il y a 2 ans | |
.editorconfig | il y a 2 ans | |
.env.example | il y a 2 ans | |
.gitignore | il y a 2 ans | |
README.md | il y a 2 ans | |
artisan | il y a 2 ans | |
composer.json | il y a 2 ans | |
composer.lock | il y a 2 ans | |
package-lock.json | il y a 2 ans | |
package.json | il y a 2 ans | |
phpunit.xml | il y a 2 ans | |
postcss.config.js | il y a 2 ans | |
tailwind.config.js | il y a 2 ans | |
vite.config.js | il y a 2 ans |
npm install
to install npm dependenciescomposer install
to install composer dependenciesphp artisan migrate
to publish database tablesnpm run dev
to init Vite run.test
URL provided bt ViteYou 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.