DEV Community

Cover image for Most Useful GitHub repositories for Laravel
Aamish Sohail
Aamish Sohail

Posted on • Updated on

Most Useful GitHub repositories for Laravel

Laravel is one of the most powerful PHP framework that can be used to build any type of complex web application. Because of its popularity many developers contributed and making helpful packages to accomplish any task more quickly and easily.

Here are some of most useful laravel repositories on github.

1. CRUDBOOSTER

CRUDBooster is a Laravel CRUD Generator. With a new concept of scaffolding, very easy for the beginner and professional. It's easy to use, easy to custom, and very flexible. Don't limit your mind, CRUDBooster gives us a true flexibility to develop an app. You can utilize its built in CRUD Generator or even you just need for your master data only.

2. Alerts for Laravel

Alerts for Laravel Helps trigger notification bubbles with a simple API, both in the current page, and in the next page (using flash data).

3. PhpSpreadsheet

PhpSpreadsheet is a library written in pure PHP and offers a set of classes that allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc.

4. Laravel Filemanager

Laravel Filemanager is a powerfull package to add a media management in your laravel applicaiton. You can use the media manage globally all over your application.

5. Laravel wink

Wink adds a nice UI where you can manage a publication of any size with posts, pages, tags, and authors.

You can add photos, code blocks, featured images, social media & SEO attributes, embedded HTML (YouTube Videos, Embedded Podcasts Episodes, Tweets, ...), and markdown!

6. Laravel JWT Auth

jwt-auth provides a simple means of authentication within Laravel using JSON Web Tokens.
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.

7. Laravel Jetstream

Laravel Jetstream is a beautifully designed application scaffolding for Laravel. Jetstream provides the perfect starting point for your next Laravel application and includes login, registration, email verification, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management.

8. HTMLPurifier for Laravel

HTMLPurifier is a simple Laravel 5 & 6 service provider for including the HTMLPurifier for Laravel.

9. Intervention Image

Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.

10. Spatie

Spatie offers many useful open source packages for laravel with almost 114 million downloads. A large collection of Laravel specific quality packages made by Spatie

Conclusion

These are the most useful packages that can be very helpful in your next laravel project. Do let us know which one is your favorite.

👋Say Hello! aamish.net

Top comments (0)