Libraries tagged by laravel ready
readerstacks/migrateexcel
14 Downloads
Migrate laravel excel 2 to 3 withour much headache
nerdman/configuration
59 Downloads
A small library inspired by Laravel to read configuration from PHP-files in a directory
sanskritick/laraocr
540 Downloads
Laravel Optical Character Reader(OCR) package using different OCR engines like Tesseract
alamindev/logviewer
2 Downloads
Log Viewer is a package for Laravel allowing you to easily read and manage your Laravel logs
abetzi/csv-collection
5 Downloads
Read csv file as laravel collection and provides all its methods.
malcolmknott/displaylog
30 Downloads
Read and display contents of laravel log file
smartpos/has-crud-action
1 Downloads
Has-CRUD-Action is a Laravel package that simplifies adding CRUD (Create, Read, Update, Delete) operations to your models.
manojkiran/jsonwriter
6 Downloads
Reads and Writes PHP array or Laravel Collection to JSON file
isaacongoma/jsonwriter
7 Downloads
Reads and Writes PHP array or Laravel Collection to JSON file
vulgar/repo
0 Downloads
A Laravel package that fetches your GitHub public repositories and saves README files into db for use on web pages
opqclick/currency-converter
4 Downloads
The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.
nuwave/ember-eloquent
59 Downloads
Laravel package to translate api responses into ember-data readable formats.
noud/schema
53 Downloads
Read database schema, table and column metadata in Laravel or plain PHP.
manchidede/hashed-passport-for-dusterio-lumen-passport
2 Downloads
Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.
ikbal/datareader
166 Downloads
read excel or CSV file and return as laravel collection