|
|
2 years ago | |
|---|---|---|
| app | 2 years ago | |
| bootstrap | 2 years ago | |
| config | 2 years ago | |
| database | 2 years ago | |
| lang | 2 years ago | |
| public | 2 years ago | |
| resources | 2 years ago | |
| routes | 2 years ago | |
| storage | 2 years ago | |
| tests | 2 years ago | |
| .editorconfig | 2 years ago | |
| .env.example | 2 years ago | |
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| artisan | 2 years ago | |
| composer.json | 2 years ago | |
| composer.lock | 2 years ago | |
| package-lock.json | 2 years ago | |
| package.json | 2 years ago | |
| phpunit.xml | 2 years ago | |
| postcss.config.js | 2 years ago | |
| tailwind.config.js | 2 years ago | |
| vite.config.js | 2 years ago | |
| vite.config.test.js | 2 years ago |
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.