procodergw e2f9501c1d Updated Vite: https://laracasts.com/discuss/channels/laravel/unable-to-locate-file-in-vite-manifest-resourcescssappcss?page=1&replyId=813810 | 2 tahun lalu | |
---|---|---|
app | 2 tahun lalu | |
bootstrap | 2 tahun lalu | |
config | 2 tahun lalu | |
database | 2 tahun lalu | |
lang | 2 tahun lalu | |
public | 2 tahun lalu | |
resources | 2 tahun lalu | |
routes | 2 tahun lalu | |
storage | 2 tahun lalu | |
tests | 2 tahun lalu | |
.editorconfig | 2 tahun lalu | |
.env.example | 2 tahun lalu | |
.gitignore | 2 tahun lalu | |
README.md | 2 tahun lalu | |
artisan | 2 tahun lalu | |
composer.json | 2 tahun lalu | |
composer.lock | 2 tahun lalu | |
package-lock.json | 2 tahun lalu | |
package.json | 2 tahun lalu | |
phpunit.xml | 2 tahun lalu | |
postcss.config.js | 2 tahun lalu | |
tailwind.config.js | 2 tahun lalu | |
vite.config.js | 2 tahun lalu | |
vite.config.test.js | 2 tahun lalu |
composer install
to install composer dependenciesphp artisan migrate
to publish database tablesvite build
in the root directory of the projectnginx
config or php artisan serve
.test
host in the vite.config.js
filevite
command in terminal for root directory
.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.