laravelcollective/html
particleOfficial documentation for Forms & Html for The Laravel Framework can be found at the LaravelCollective website.
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.
This package contains a PackageServiceProvider that you can use in your packages to easily register config files, migrations, and more.
The AWS SDK for PHP makes it easy for developers to access Amazon Web Services in their PHP code, and build robust applications and software using services like Amazon S3, Amazon DynamoDB, Amazon Glacier, etc. You can get started in minutes by installing the SDK through Composer or by downloading a single zip or phar file from our latest release. Getting Started […]
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
Promises/A+ implementation that handles promise chaining and resolution iteratively, allowing for “infinite” promise chaining while keeping the stack size constant. Read this blog post for a general introduction to promises. Features
Utilities to generate class maps and scan PHP code.