3169 Repositories
PHP laravel-rest-api Libraries
Seed your database with CSV files
CSV Seeder Seed your database with CSV files This package allows CSV based seeds. Installation Require this package in your composer.json and run comp
Datagrid for Laravel v5
Datagrid For Laravel 5+ Package that easily converts collection of models to a datagrid table. The main goal of the package is to build for you a tabl
This is a laravel 4 package for the server and client side of datatables at http://datatables.net/
Datatable Important This package will not receive any new updates! You can still use this package, but be preparared that there is no active developme
Automatically encrypt and decrypt Laravel 5 Eloquent values
Eloquent Encryption/Decryption for Laravel 5 Automatically encrypt and decrypt Laravel 5 Eloquent values. READ THIS FIRST Encrypted values are usually
Eloquent MongoDB Repository Implementation
Eloquent MongoDB Repository Eloquent MongoDB Repository using nilportugues/repository as foundation, using jenssegers/mongodb. Installation Use Compos
Guess attributes for Laravel model factories
Eloquent Populator This package provides default attributes for Laravel model factories by guessing the best Faker formatters from columns' names and
Add transparent versioning to Laravel 5's Eloquent ORM
Eloquent Versioned Adds transparent versioning support to Laravel 5.2's Eloquent ORM. WARNING: This repository is currently super-duper experimental.
Preferences for Laravel Eloquent models
Preferences for Laravel Eloquent models Use this library to bind multiple key/value pair preferences to your application's Eloquent models. Preference
Laracademy Generators - is a tool set that helps speed up the development process of a Laravel application.
Laracademy Generators Laracademy Generators - is a tool set that helps speed up the development process of a Laravel application. Author(s): Laracadem
A wrapper package to run mysqldump from laravel console commands.
A wrapper package to run mysqldump from laravel console commands.
Laravel 5.* package to easily introduce a transformation layer for your data
Laraformer Laraformer is a laravel 5.* package that lets you easily introduce a transformation layer for your data. Laraformer (originated from Larave
Server-side handler of DataTables Jquery Plugin for Laravel 4
Project is not being maintained actively. You will most likely find a better more actively maintained fork here https://github.com/yajra/laravel-datat
Firebird Illuminate package for Laravel 5
laravel-firebird Please Note: This package has been abandoned by it's creator, when I created it there were no other decent laravel packages around an
Laravel package to normalize your data before saving into the database.
This package helps you normalize your data in order to save them into the database. The Goal is to having separate classes that handle the data normalization, and thus can be tested independently.
Add settings to any Laravel model.
Laravel Property Bag Simple settings for Laravel apps. Easily give multiple resources settings Simple to add additional settings as your app grows Set
Laravel 5 Repositories is used to abstract the data layer, making our application more flexible to maintain.
Laravel 5 Repositories is used to abstract the data layer, making our application more flexible to maintain.
Laravel 5 Model Factory Generator
Laravel 5 Model Factory Generator This package offers a lazy way to create a new model factory files, since Laravel ( 5.5) have no Artisan command to
Drop-in model references.
Drop-in Model References This Laravel =5.5 package provides a quick and simple way to add unique references to models that can be resolved via route
Cast your Eloquent model attributes to Value Objects with ease.
Laravel Value Objects Cast your Eloquent model attributes to value objects with ease! Requirements This package requires PHP = 5.4. Using the latest
An in-app database management UI for Laravel applications. ⚡️
:package_description This repo can be used to scaffold a Laravel package. Follow these steps to get started: Press the "Use template" button at the to
Laravel Dutch Phone Number Validator
Laravel Dutch Phone Number Validator Validate if the given phone number is a valid Dutch phone number Table of Contents Installation Usage Translation
🛂 Use this package to validate the identity card from your country using laravel validation rules.
Identity Card Checker Laravel Validation Rules Use this package to validate the identity card number from your country Installation You can install th
Project to improve your SOLID skills on Laravel Ecossystem
Try Laravel SOLID About the Project The idea is for you get an application built without worrying about the SOLID principles and apply them.
A make:pivot command to create a pivot table with Laravel
make:pivot for Laravel Installation Requires PHP 8.0.0+ You can install the package via composer: composer require felixdorn/laravel-make-pivot-table
PermissionsMakr is a Laravel package that will help any developer to easily manage the system's users permissions
PermissionsMakr is a Laravel package that will help any developer to easily manage the system's users permissions
This is a visitor management system, developed by the use of Laravel 8 combined with Jetstream, Livewire and Tailwind CSS.
This is a visitor management system, developed by the use of Laravel 8 combined with Jetstream, Livewire and Tailwind CSS.
Simple Google Tts Api Class
Simple Google Tts Api Class
API for flutter app in laravel with sanctum
Flutter APP Flutter: APP with auth in laravel About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe develop
Data import to excel without any package
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
ODM with inheritance and OOP composition for Laravel 5+
ODM with inheritance and OOP composition for Laravel 5+ Full Documentation | CHANGELOG LODM module is intended to bring the Spiral ODM component funct
For using Laravel with a pre-existing MySQL Database
MySQL to Laravel This is a script to help with mapping an existing MySQL database to a new Laravel build. Place the script in the public folder of you
Laravel 5.1 ODBC Driver
l5-odbc-driver Laravel 5.1 ODBC driver Installation To Install this in your Laravel 5.1 app, open composer.json and add: "require": { "garylocke/odb
Eloquent Repository implementation
Eloquent Repository Eloquent Repository using nilportugues/repository as foundation. Installation Use Composer to install the package: $ composer requ
Simple Laravel 5 package to dump all running queries on the page.
Abandoned: Use this package instead Laravel QueryDumper Introduction Simple Laravel 5 package to dump all running queries on the page. If it's SELECT
A Single Table Inheritance Trait for Eloquent/Laravel
Single Table Inheritance Credit This code is a fork of Nanigans/single-table-inheritance. I've only updated it to work with Laravel 5 Single Table Inh
Custom Laravel Validator for combined unique indexes
unique_with Validator Rule For Laravel This package contains a variant of the validateUnique rule for Laravel, that allows for validation of multi-col
A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
QueryBuilderParser Status Label Status Value Build Insights Code Climate Test Coverage QueryBuilderParser is designed mainly to be used inside Laravel
Contextual Service Providers for Laravel
Laravel Context This simple yet powerful package will help you load different Service Providers depending in which context you are. Contexts can be se
Creates repositories for Laravel models
##Repositories Maker## Repository pattern is an abstraction layer for your models. Instead of writing tones of duplicated queries in your controllers.
Llum illuminates your Laravel projects speeding up your Github/Laravel development workflow
Llum illuminates your Laravel projects speeding up your Github/Laravel development workflow
📝 Artisan Menu - Use Artisan via an elegant console GUI
📝 Artisan Menu Use Artisan via an elegant console GUI Features Run built-in and custom Artisan commands from a console GUI Prompts to enter required
This package is to add a web interface for Laravel 5 and earlier Artisan.
Nice Artisan This package is to add a web interface for Laravel 5 and earlier Artisan. Installation Add Nice Artisan to your composer.json file : For
Load Laravel service providers based on your application's environment.
Laravel EnvProviders A more finetuned way of managing your service providers in Laravel. This package allows you to configure the environment certain
Interactive Make Command for Laravel
Interactive Make for Laravel 5.4 Getting Started To get started you need to install the package with Composer: composer require laracademy/interactive
Quick new application creation with Laravel and Valet
Super-powered laravel new for Laravel and Valet Lambo is a command-line tool that replaces the Laravel installer and wraps up the most common tasks yo
A collection of classes to be extended/used in laravel apps for quick development
laraquick A collection of classes to be extended/used in laravel applications for quick development. Introduction The library contains traits with wel
A package to backup your Laravel app
A modern backup solution for Laravel apps This Laravel package creates a backup of your application.
In-browser console for Laravel PHP framework.
Laravel 4 Console In-browser console for Laravel 4 PHP framework. This bundle executes your code within ConsoleController@postExecute context, and dis
Package for Laravel that gives artisan commands to setup and edit environment files.
Setup and work with .env files in Laravel from the command line NOTE: This doesn't work with Laravel 5 since .env files were changed. This is for Lara
An artisan command for using multiple environment configurations in Laravel 5
Laravel 5 env An artisan command for managing multiple .env of your Laravel 5 app. Installation Copy EnvCommand.php to app/Console/Commands/ of your L
Laravel api tool kit is a set of tools that will help you to build a fast and well-organized API using laravel best practices.
Laravel API tool kit and best API practices Laravel api tool kit is a set of tools that will help you to build a fast and well-organized API using lar
MyCode adalah sebuah layanan codesnipet yang mudah digunakan.
About MyCode Website ini bisa digunakan untuk meyimpan dan membagikan kode seperti pastebin, tapi memang fitunya belum sebanyak dan selengkap pastebin
Argentinian CUIT and CUIL Validator
CUIT/CUIL Validator Argentinian CUIT and CUIL Rules for laravel validation Installation $ composer require iutrace/laravel-cuit-validator Usage Exampl
Dockerized Laravel project with authentication and car brand crud functionalities.
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
Laravel based API to shorten URLs and share them easily. Redirects to the real URL by entering a short URL generated by the API
URL Shortener Requirements: PHP 7.4 or above composer node / npm Installation clone the project from the Github repository, enter the project folder,
Use Nanoids within your laravel application.
Laravel Nanoid Introduction A simple drop-in solution for providing nanoid support for the IDs of your Eloquent models. (Stripe-like IDs) Installing c
Attempt to recreate kbmti news with laravel
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
Laravel Package that interacts with Bancard API vPOS 2.0
Laravel Bancard Installation Install via composer composer require deviam/laravel-bancard Publish config and migrations php artisan vendor:publish --p
CRUD utilizando laravel, sendo um site para criação de eventos e festivais.
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
SDK of the LINE Login API for PHP
LINE Login for PHP SDK of the LINE Login API for PHP Documentation See the official API documentation for more information. Installation Use the packa
This package can use form request just as Laravel do.
Lumen Form Request This package can use form request just as Laravel do. Installation Install by composer $ composer require chhw/form-request In
Login Using Laravel UI
Projeto Laravel utilizando a biblioteca Laravel UI para autenticação de usuários com Username e Senha.
Master Websockets Laravel
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
Using Bootstrap 5 in Laravel 8
This repository containes a fresh installed Laravel 8.64 project containing : laravel/ui Authentification scaffolding Bootstrap 4 is replaced by Boots
A package to flash multiple messages using Laravels default session message flashing system
Flash multiple advanced messages with both text, messages and links An opinionated solution for flashing multiple advanced messages from the backend a
Aplikasi chat dengan laravel dan react
Aplikasi Chat Stack Laravel 8 ReactJs InertiaJs Deskripsi Aplikasi Chat yang menggunakan Backend Laravel dan Frontend React. Namun, karena saya malas
Provides different language SDKs for the Overledger V2 API
overledger-sdks This github repository provides different language SDKs, which can be found in the SDK folder, for the Overledger DLT API Gateway. How
Quick Start - Project With Laravel 8.x and AdminLTE 3
Quick Start - Project With Laravel 8.x and AdminLTE 3 (feat. Docker) Cursos de Laravel - PT-BR Step by step Clone this Repository git clone https://gi
My first laravel restful api project
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
The api help to manage wso2 users from laravel application
Laravel WSO2 Identity API User This is a Laravel library to manage WSO2 IDP users. Installation You can install the package via composer: composer req
Websockets-Client (Sample) laravel
About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie
The objective of this project is to manage The Website Manga, this site permits to Client to show, read and download Manga with the possibility to react, vote, and save his data.
The objective of this project is to manage The Website Manga, this site permits to Client to show, read and download Manga with the possibility to react, vote, and save his data.
💡 Mudrock is a MVC PHP framework, which was inspired by the Laravel and CodeIgniter frameworks.
💡 Mudrock is a MVC PHP framework, which was inspired by the Laravel and CodeIgniter frameworks
Laravel Helpers Automatic Loading System
About Laravel Helpers Automatic Load Laravel Helpers Automatic Loading System Doc: Copy the Helpers folder and paste it on app folder Then Go To app/P
Thunder is an advanced Laravel tool to track user consumption using Cashier's Metered Billing for Stripe. ⚡
⚡ Thunder Thunder is an advanced Laravel tool to track user consumption using Cashier's Metered Billing for Stripe. ⚡ 🤝 Supporting If you are using o
Laravel Common Password Validator
laravel-common-password-validator Laravel Common Password Validator An optimized and secure validator to check if a given password is too common. By d
simple laravel zoho library no db required it use cache to store token
zoholib laravel simple zoho library installation composer create-project yls/zoholib Library to use part of https://desk.zoho.com/DeskAPIDocument list
A small library for usage deepai.org api
deepai a small library for usage deepai.org api install via composer : composer require mkhab7/deepai usage use Solid\Deepai\Deepai; require_once 've
🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
Postlight's Headless WordPress + React Starter Kit is an automated toolset that will spin up three things: A WordPress backend that serves its data vi
Production Ready, Carefully Crafted, Extensive Vuejs Laravel Free Admin Template 🤩
Materio - Vuetify VueJS Laravel Free Admin Template Production ready carefully crafted most comprehensive admin template Introduction If you’re a deve
Feature Switching made easy in Laravel 5
Feature Switching (made easy) for Laravel Need to wrap new features for dev and production? Use a directive in the view or alias in the controller The
Laravel Inspector, debugging and profiling tools for Web Artisans
Laravel Inspector At a Glance Installation Configuration Usage Messages Timers Redirects Dump and die Exceptions VIEW/AJAX/API requests, how it works
Extendable Interactive Make Command for Laravel
Extendable Interactive Make Command for Laravel Make your life easier with interactive make command! Installation composer require hydreflab/laravel-m
A CLI starter pack for developing a package with Laravel 5
Laravel PackMe Laravel PackMe is a project starter pack which combine all basic stuff (src, tests) in order to develop a package for Laravel 5.*. It t
Shows the path of each blade file loaded in a template
Laravel Tracer Tracer shows the paths of all the Blade files that are loaded into your templates. This could be very convenient for a number of reason
Take a look into your Laravel views
Xray - Take a look into your Laravel views When your Laravel project grows, so do the Laravel views. Sometimes it might be hard to figure out, which p
Rapidly speed up your Laravel workflow with generators
Fast Workflow in Laravel With Custom Generators This Laravel package provides a variety of generators to speed up your development process. These gene
Create Migration, Seed, Request, Controller, Model and Views for your resource (CRUD)
Table of Contents Laravel Resourceful NOTE! Usage Install through composer Add Service Provider Run it! Example Generated Controller Generated Views I
Links statistics & link tracking for laravel 5, It tracks down browsers, operating systems, languages and more
Links Links statistics for laravel 5 Table Of Contents Installation Configuration Usage Installation To install charts use composer Download composer
Laravel 4.* and 5.* service providers to handle PHP errors, dump variables, execute PHP code remotely in Google Chrome
Laravel 4.* service provider for PHP Console See https://github.com/barbushin/php-console-laravel/releases/tag/1.2.1 Use "php-console/laravel-service-
laravel - Potion is a pure PHP asset manager for Laravel 5 based off of Assetic.
laravel-potion Potion is a pure PHP asset manager for Laravel based off of Assetic. Description Laravel 5 comes with a great asset manager called Elix
Pretty routes for Laravel
Pretty Routes for Laravel Visualise your routes in pretty format. Installation composer require garygreen/pretty-routes If your using autodiscovery in
A smart way of seeding tables in Laravel
SmartSeeder for Laravel For Laravel 5, please use the 5.0 branch! For Laravel 4, please use the 4.2 branch! Seeding as it is currently done in Laravel
A Laravel Artisan SQL Interactive Interface
sqli A Laravel 4 & 5 Artisan SQL Interactive Interface, plus a handful of Artisan commands to execute SQL queries. sqli It's like tinker for SQL, just
Laravel translation made __('simple').
Translation.io client for Laravel 5.5+/6/7/8 Add this package to localize your Laravel application. Use the official Laravel syntax (with PHP or JSON
With Laravel, search and lookup Amazon products easily.
Amazon ECS (E-Commerce Services) Package for Laravel If you need the ability to search Amazon's catalog of products or lookup an individual item with
AvoRed an Open Source Laravel Shopping Cart
AvoRed is commin up as a headless graphql version. AvoRed is a free open-source e-commerce platform written in PHP based on Laravel. Its an ingenuous
An E-Commerce package for Laravel with Grafite CMS. Take control of your content and how you sell it! Products, subscriptions, shipping, downloading and more!
Grafite Commerce Grafite has archived this project and no longer supports or develops its code. We recommend using only as a source of ideas for your
Laravel Shopping Cart Package
LaraCart - Laravel Shopping Cart Package (http://laracart.lukepolo.com) Features Coupons Session Based System Cross Device Support Multiple cart insta
Laravel plugin for processing payments through PayPal. Can be used separately.
Laravel PayPal Documentation Usage Support Documentation The documentation for the package can be viewed by clicking the following link: https://srmkl