Essentiële onderdelen voor je digitale motor.
“Een roadtrip is pas geslaagd als elk onderdeel van de machine perfect samenwerkt. Mijn ‘Particles’ zijn de componenten die jouw applicaties, apps en websites laten draaien. Van Laravel-packages die complexe logica versimpelen tot specifieke WordPress-plugins die precies doen wat ze beloven. Ik ben deze deeltjes al sinds 2006 aan het verzamelen en verfijnen. Duik in mijn collectie bouwstenen en vind precies dat ene deeltje dat jouw project nog miste om op topsnelheid te komen.”
Nieuwste Particles
Promise based HTTP client for the browser and node.js Axios is a simple promise based HTTP client for the browser and node.js. Axios provides a simple to use library in a small package with a very extensible interface.
Official documentation for Forms & Html for The Laravel Framework can be found at the LaravelCollective website.
The Console component eases the creation of beautiful and testable command line interfaces.
Provides a structured process for converting a Request into a Response
The ErrorHandler component provides tools to manage errors and ease debugging PHP code. use SymfonyComponentErrorHandlerDebug; use SymfonyComponentErrorHandlerErrorHandler; use SymfonyComponentErrorHandlerDebugClassLoader; Debug::enable(); // or enable only one feature //ErrorHandler::register(); //DebugClassLoader::enable(); // If you want a custom generic template when debug is not enabled // HtmlErrorRenderer::setTemplate(‘/path/to/custom/error.html.php’); $data = ErrorHandler::call(static function () use ($filename, $datetimeFormat) { // if any […]
This package can quickly send alerts to Slack. You can use this to notify yourself of any noteworthy events happening in your app. Under the hood, a job is used to communicate with Slack. This prevents your app from failing in case Slack is down. Want to send alerts to Discord instead? Check out laravel-discord-alerts.