Sadržaj
Bijelić - reports - app dependecies install
Application helpers - Debugbar: https://github.com/barryvdh/laravel-debugbar
composer require barryvdh/laravel-debugbar --dev Edit .env file in app root directory, set debug to true .eng -> Debug=TRUE
Laravel IDE helper: https://github.com/barryvdh/laravel-ide-helper
Frontend scaffolding Bootstrap 5 - UI
composer require laravel/ui php artisan ui bootstrap npm install bootstrap@latest @popperjs/core --save-dev npm install bootstrap @popperjs/core --save-dev npm install && npm run dev
Ekstra css and js files for frontend and backend.
- https://medium.com/@mschenk22/laravel-6-how-to-create-different-css-and-js-for-frontend-and-backend-with-webpack-mix-f607ce76c79b
VUE 3 UI - https://dev.to/simodev/how-to-properly-install-bootstrap-5-and-vue-3-on-laravel-8-2e1m BS5 - LARAVEL - https://larainfo.com/blogs/3-way-to-install-bootstrap-5-in-laravel-8