Laravel Quotes

Rate this book
Clear rating
Laravel: Up and Running: A Framework for Building Modern PHP Apps Laravel: Up and Running: A Framework for Building Modern PHP Apps by Matt Stauffer
187 ratings, 4.43 average rating, 16 reviews
Laravel Quotes Showing 1-2 of 2
“Cashier for payments and subscriptions, Echo for WebSockets, Scout for search, Passport for API authentication, Dusk for frontend testing, Socialite for social login, Horizon for monitoring queues, Nova for building admin panels, and Spark to bootstrap your SaaS.”
Matt Stauffer, Laravel: Up & Running: A Framework for Building Modern PHP Apps
“Frameworks like Laravel — and Symfony, Lumen, and Slim — prepackage a collection of third-party components together with custom framework “glue” like configuration files, service providers, prescribed directory structures, and application bootstraps. So, the benefit of using a framework in general is that someone has made decisions not just about individual components for you, but also about how those components should fit together.”
Matt Stauffer, Laravel: Up & Running: A Framework for Building Modern PHP Apps