Libraries tagged by youcan
rinvex/laravel-categories
169828 Downloads
Rinvex Categories is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
emilianotisato/nova-tinymce
958426 Downloads
This Nova package allow you to use TinyMCE editor for text areas.You can customize the editor options and... you can upload images to your server and put them rigth there on the text without leaving the text editor!
binshops/laravel-blog
53855 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
pear/numbers_words
1014825 Downloads
Allows converting numbers written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity.
yahoo/purecss
788 Downloads
Pure is a ridiculously tiny CSS library you can use to start any web project.
tomatophp/filament-translations
37750 Downloads
Manage your translation with DB and cache, you can scan your languages tags like trans(), __(), and get the string inside and translate them use UI.
the42coders/eu-cookie-consent
43656 Downloads
To make your site compliant to the EU GDPR law you can use this package and customize it to your needs.
roots/wordpress-full
204098 Downloads
WordPress is open source software you can use to create a beautiful website, blog, or app.
nystudio107/craft-twig-sandbox
563646 Downloads
Allows you to easily create a sandboxed Twig environment where you can control what tags, filters, functions, and object methods/properties are allowed
nahidulhasan/html2pdf
44460 Downloads
A Simple package for easily generating PDF documents from HTML.This package is specially for laravel but you can use this without laravel.
michael-rubel/laravel-formatters
94558 Downloads
This package is a collection of classes you can use to standardize data formats in your Laravel application. It uses the Service Container to easily extend or override the formatter classes.
maglnet/magl-markdown
202296 Downloads
Provides a ZF2 View Helper to render markdown syntax. It uses third-party libraries for the rendering and you can switch between different renderers.
lochmueller/calendarize
170236 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
kiwilan/typescriptable-laravel
27285 Downloads
PHP package for Laravel to type Eloquent models, routes, Spatie Settings with autogenerated TypeScript. If you want to use some helpers with Inertia, you can install associated NPM package.
fiunchinho/phpunit-randomizer
755637 Downloads
Execute your test cases in random order, so you can check if they have hidden dependencies