Learn to deploy a Vultr server with the Laravel Marketplace App and host a Laravel application with Vultr Managed Database and Let's Encrypt SSL.
A Laravel 5 package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0 and Pratt Landing Page And convert any Laravel fresh (no need of fresh installation ...
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 ...
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 ...
Laravel Weather is a good package which we can use to get weather data. It's a wrapper around Open Weather Map API (Current weather). $weather = new Weather ...
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 ...
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.
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.
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 ...
Saquib Rizwan wrote a nice tutorial on how to create LAMP stack with Laravel on Digital Ocean Server. Laravel has become the PHP framework of choice for projects of all scopes. From a simple web app ...
In this tutorial i will explain circuit breaker design pattern in Laravel applications and also i will share some code that how we can use circuit breaker design pattern. Circuit breaker is a design ...