started · updated
Laravel updates introduce TypeScript support and dependency customization
Recent updates to Laravel development environments highlight changes in dependency management and the integration of TypeScript. In Laravel 12 starter kits, both React.js and Vue.js versions now include TypeScript support. While the use of TypeScript is optional, allowing developers to continue writing standard JavaScript, its inclusion provides benefits such as type hinting, improved autocomplete, error prevention, and better code maintainability.
For developers looking to customize their environment, it is possible to remove Vue dependencies from a standard Laravel installation. This process involves modifying the package.json file to remove Vue and potentially other libraries like Axios, Lodash, or jQuery to create a leaner project structure.
Entities
Laravel · React.js · TypeScript · Vue.js