In this tutorial, we’ll explore the ways you can build—and test—a robust API using Laravel. We’ll be using Laravel 6, and all of the code is available for reference on GitHub. Now we are going to ...
Laravel Fast Excel is intended at being a simple wrapper around Spout for Laravel with the goal of simplifying imports and exports. It aims to be faster than existing Laravel Spreadsheet libraries and ...
Automatically generate your API documentation from your existing Laravel routes. Take a look at the example documentation. php artisan api:gen --routePrefix=settings/api/* To generate your API ...
Here is a curated list of free programming courses that you can take in 2022. Including courses from popular universities like Harvard and Stanford, that provide some free certificates.
The package provides the perfect starting point to integrate ElasticSearch into your Laravel application. It is carefully crafted to simplify the usage of ElasticSearch within the Laravel Framework.
We’ve worked on this for a while and we have finally come to a release! Everything has been revamped; a new website, new panel and a new package version with lots of nice updates. It doesn’t stop here ...
This package implements Laravel auto-discovery feature. After you install it the package provider and facade are added automatically for laravel >= 5.5.
gizburdt released a cool Laravel package called Laravel Multisite. With this Laravel package, we can build multiple sites/sub-domains on one codebase. Route::group ...
If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php: Add Service Provider Open config/app.php and add shweshi\OpenGraph\Providers\OpenGraphProvider::class, to ...
Discord is a messaging platform, and its popularity has been growing exponentially! It is a great alternative to Slack. Webhooks is one of the awesome features of Discord that allows you to send any ...
Designing and developing a successful RESTful API is mostly very difficult. There are a lot of aspects to designing and writing a successful RESTful API; for example, securing and limiting the API. In ...