Web application being used to become a global database for itasha vehicles.
Built on Laravel with a ReactJS + InertiaJS + ChakraUI
- MongoDB
- PHP >= 8.0.0
- PHP Extensions: BCMath, Ctype, JSON, Mbstring, MongoDB, OpenSSL, PDO, XML
- Composer
- NodeJS
- Go into folder
- Install composer modules
- Development:
composer install - Production:
composer install --no-dev --optimize-autoloader
- Development:
- Install node modules
npm install- Development:
npm run devornpm run watch - Production:
npm run prod
- Change
.env.examplefile into.env - Update entries within the
.envfile to match database and other information- If in production, be sure to set
APP_ENV=productionandAPP_DEBUG=false
- If in production, be sure to set
- Generate a new key
php artisan key:generate
- Setup public symbolic link to storage folder
php artisan storage:link
node public/js/ssr.js
pidof node kill <num>
serverless deploy php artisan sidecar:deploy --activate
The Laravel framework is open-sourced software licensed under the MIT license.