procodergw 36b9405603 Added ability to request links and import them into DB | 2 年 前 | |
---|---|---|
app | 2 年 前 | |
bootstrap | 2 年 前 | |
config | 2 年 前 | |
database | 2 年 前 | |
lang | 2 年 前 | |
public | 2 年 前 | |
resources | 2 年 前 | |
routes | 2 年 前 | |
storage | 2 年 前 | |
tests | 2 年 前 | |
.editorconfig | 2 年 前 | |
.env.example | 2 年 前 | |
.gitignore | 2 年 前 | |
README.md | 2 年 前 | |
artisan | 2 年 前 | |
composer.json | 2 年 前 | |
composer.lock | 2 年 前 | |
package-lock.json | 2 年 前 | |
package.json | 2 年 前 | |
phpunit.xml | 2 年 前 | |
postcss.config.js | 2 年 前 | |
tailwind.config.js | 2 年 前 | |
vite.config.js | 2 年 前 |
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.