Laracon DB
Laracon DB
Talks for "development-tools" (2)
Keynote

Taylor Otwell introduces Laravel Nova, a powerful admin panel system for Laravel applications. The talk demonstrates Nova's features including CRUD operations, relationships handling, custom fields, authorization, metrics/analytics, and extensibility through custom tools and components. Nova is designed to be a polished, production-ready solution that integrates seamlessly with existing Laravel applications and will be available for purchase with similar licensing to Laravel Spark.

Introducing Telescope

Taylor Otwell presents Laravel Telescope, a new debugging and monitoring tool for Laravel applications. He demonstrates its various features including request monitoring, query logging, job tracking, and error handling. Telescope provides a clean interface for viewing application logs, cache operations, and email previews, with both light and dark modes. The tool is particularly useful for local development but can also be deployed to production with proper authorization and filtering.