- Front-end: TailwindCSS & Flowbite
- Back-end: Laravel
- Database: MySQL
npm run dev
Runs the front-end.
php artisan serve
Runs the back-end.
npm run build
Builds the front-end.
php artisan test
- Create folders and files for yur language.
mkdir lang/LANGUAGE
cp lang/en/* lang/LANGUAGE
cp lang/en.json lang/LANGUAGE.json
- Start translating in your newly created files!
- Create a PR with your changes
- Update the blade file missing the translation(s).
- Update the lang files to reflect the new translation key(s) by running the lang script.
npx laravel-language-extractor --theme default