Laravel Charts is a charting library for laravel. Also, it is the individual PHP package that is in a position to create unlimited combinations of graphs from the box. Laravel Chart’s API is intended to be flexible and customizable, letting any choice from the JavaScript library to be immediately utilized without attempt. It uses a…
Laravel Compass – A REST client inside your Laravel Project
Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. In other words Laravel Compass provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms and other utility endpoints based on Laravel routes in your project. However Checkout the official Github…
Goodwork – Project Management system build on Laravel, VueJs
It’s an open-source, also MIT accredited. Goodwork is a self-hosted software (no dependence on anybody else and just you maintain your information ). Goodwork Project Management brings you all of the components necessary for your job to operate easily in 1 place, so you have one source of truth. Rather than using a collection of…
Retrieve random rows in Laravel eloquent
Here is the code which will retrieve random rows in Laravel 6.0 eloquent Here is another way to get a random row using Laravel 6.0 eloquent using inRandomOrder method. Alternatively, You can get a record in random order in Laravel 6.0eloquent. It’s not a recommended way if we have huge records in the database. As it first takes all data from database…