Appearance
Part 4 - Automation
PREREQUISITES
- Finished Laravel exercise -> Part 3 - Layout Component
- Finished Laravel -> Automation
- Install and configure Laravel Vite
- Optional: Auto run Vite
- Update Layout Component
- Remove CDN links
- Add the vite reference to the CSS and JS file
- Result:
- Your automated work flow can be started by the command
npm run dev
- Optional: Automated work flow starts when you open the project
- Your application is available at http://student_administration.test/ and is refreshed automatically
- Your automated work flow can be started by the command