Laravel

Laravel Excel – Excel import and export for Laravel

Laravel Excel is a powerful package that simplifies the process of importing and exporting Excel and CSV files in Laravel applications. With its rich feature set and intuitive syntax, Laravel Excel makes it easy to handle spreadsheet data efficiently. Key Features of Laravel Excel: Import and Export: Easily import data from Excel or CSV files …

Laravel Excel – Excel import and export for Laravel Read More »

Laravel Socialite – OAuth authentication (Google, Facebook, etc.)

Laravel Socialite is a package that provides a simple and elegant way to authenticate users using OAuth providers such as Google, Facebook, GitHub, and more. With Socialite, you can easily integrate social login functionality into your Laravel applications, allowing users to sign in using their existing accounts on various platforms. Key Features of Laravel Socialite: …

Laravel Socialite – OAuth authentication (Google, Facebook, etc.) Read More »

Laravel Scout – Full-text search using Algolia

Laravel Scout is a powerful package that provides a simple and fluent interface for adding full-text search functionality to your Laravel applications. Scout works seamlessly with various search engines, including Algolia, making it easy to implement real-time search features in your application. Key Features of Laravel Scout: Full-Text Search: Provides full-text search capabilities, allowing users …

Laravel Scout – Full-text search using Algolia Read More »

Laravel Cashier – Subscription billing with Stripe

Laravel Cashier is a robust package for managing subscription billing with Stripe. It simplifies the process of handling subscriptions, invoicing, and payment management in Laravel applications. Cashier provides an expressive and fluent interface for working with Stripe’s billing services, making it easier for developers to integrate subscription features into their applications. Key Features of Laravel …

Laravel Cashier – Subscription billing with Stripe Read More »

Spatie Laravel Permission – Role and permission management

Spatie Laravel Permission is a powerful package that enables role and permission management in Laravel applications. It provides a straightforward way to handle user roles and permissions, making it easy to control access to various parts of your application based on user roles. Key Features of Spatie Laravel Permission: Role and Permission Management: Easily create …

Spatie Laravel Permission – Role and permission management Read More »

Laravel Sanctum – Simple API authentication

Laravel Sanctum is a simple and lightweight authentication system designed specifically for API authentication in Laravel applications. It provides a straightforward way to authenticate users via tokens while being easy to implement and manage. Sanctum is ideal for SPAs (Single Page Applications) or simple mobile applications, where you want to authenticate users using a traditional …

Laravel Sanctum – Simple API authentication Read More »

Laravel Passport – API authentication via OAuth2

Laravel Passport is an OAuth2 server implementation for API authentication in Laravel applications. It simplifies the process of securing API endpoints using OAuth2, allowing users to authenticate and obtain access tokens to interact with your API. It’s ideal for projects that require OAuth2 authentication, personal access tokens, or even third-party app authentication. Key Features of …

Laravel Passport – API authentication via OAuth2 Read More »

Laravel Jetstream – Scaffolding for Laravel apps

Laravel Jetstream is an application scaffolding system for Laravel that provides a more robust starting point for modern web applications compared to Laravel Breeze. While Breeze is minimalistic, Jetstream offers additional features like team management, API tokens, and two-factor authentication. It’s a great starting point if you’re building complex applications with more advanced requirements. Key …

Laravel Jetstream – Scaffolding for Laravel apps Read More »

Laravel Breeze – Simple authentication starter kit

Laravel Breeze is a simple, minimal starter kit that provides the basic implementation of Laravel’s authentication features. It comes with pre-built views and routes for features like registration, login, password reset, email verification, and logout. Breeze is designed to be lightweight and easy to extend, making it ideal for developers who want a basic authentication …

Laravel Breeze – Simple authentication starter kit Read More »

Laravel Scripts

Laravel Breeze – Simple authentication starter kit Laravel Jetstream – Scaffolding for Laravel apps Laravel Passport – API authentication via OAuth2 Laravel Sanctum – Simple API authentication Spatie Laravel Permission – Role and permission management Laravel Cashier – Subscription billing with Stripe Laravel Scout – Full-text search using Algolia Laravel Socialite – OAuth authentication (Google, …

Laravel Scripts Read More »

Scroll to Top