Libraries tagged by Laravel CreatedBy
sysbox/laravel-base-entity
15 Downloads
A base model for non-numerical id and common attributes: id, active, created, created_at, updated, updated_at
mattostromhall/laravel-make-in
84 Downloads
A wrapper around the artisan make command to move created classes to a specified path and update the namespace accordingly.
mancoide/laravel-bancard
11 Downloads
This project has been created for facilitate bancard api integrations
lukapeharda/laravel-password-setup
4 Downloads
Send password setup notification to users created through API
local-dynamics/laravel-revisionable
3410 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
leemangold/createtype
10 Downloads
This package creates CRUD templates for Laravel for a given entity/model type
leantony/laravel-html
173 Downloads
Re-usable, custom html components created on the server and rendered on client side
inivate/datatable-laravel
2 Downloads
This package is created to handle server-side requests of DataTables jQuery Plugin via AJAX option.
binarycabin/laravel-author
54 Downloads
A simple way to generate the model's author user when created
asp-devteam/laravel-repository
447 Downloads
Library created to provide an easy way to develop a Model's CRUD in laravel.
adamthehutt/laravel-unique-bigint-ids
1704 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.
superhelio/commands
17 Downloads
This is a collection of Laravel Artisan commands created to help everyone in their development work.
laravelcodepress/code-database
26 Downloads
Repository pattern package based in laravel 5.2. Created to study.
onicial/bulmify
259 Downloads
A Laravel notification package created with Bulma.css
valadanchik/migrations-generator
15 Downloads
Generates Laravel Migrations from an existing database || Created as an example Bernhard Breytenbach Xethron package