All Projects → Jhnbrn90 → Laravelpackage.com

Jhnbrn90 / Laravelpackage.com

Licence: mit
Documentation for LaravelPackage.com: Learn to create Laravel specific PHP packages from scratch, following this open documentation.

Projects that are alternatives of or similar to Laravelpackage.com

Laravel Totem
Manage Your Laravel Schedule From A Web Dashboard
Stars: ✭ 1,299 (+507.01%)
Mutual labels:  hacktoberfest, laravel, package
Comments
Native comments for your Laravel application.
Stars: ✭ 390 (+82.24%)
Mutual labels:  hacktoberfest, laravel, package
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (-11.21%)
Mutual labels:  hacktoberfest, laravel, package
Laravel Translatable
A Laravel package for multilingual models
Stars: ✭ 624 (+191.59%)
Mutual labels:  hacktoberfest, laravel, package
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+390.19%)
Mutual labels:  hacktoberfest, laravel, package
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (+230.84%)
Mutual labels:  hacktoberfest, laravel, package
Laravel Acl
This package helps you to associate users with permissions and permission groups with laravel framework
Stars: ✭ 404 (+88.79%)
Mutual labels:  hacktoberfest, laravel, package
Laravel Package Maker
Get a 📦 skeleton and all other `make` commands from laravel base for package development.
Stars: ✭ 89 (-58.41%)
Mutual labels:  hacktoberfest, laravel, package
Laravel Messenger
Simple user messaging package for Laravel
Stars: ✭ 2,140 (+900%)
Mutual labels:  hacktoberfest, laravel, package
Ziggy
Use your Laravel named routes in JavaScript
Stars: ✭ 2,619 (+1123.83%)
Mutual labels:  hacktoberfest, laravel
Laravel Feature
A package to manage feature flagging in a Laravel project.
Stars: ✭ 184 (-14.02%)
Mutual labels:  laravel, package
Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (-12.15%)
Mutual labels:  hacktoberfest, laravel
Laravel Multisite
Multiple sites on one codebase
Stars: ✭ 214 (+0%)
Mutual labels:  laravel, package
Laravel Exchange Rates
A Laravel wrapper package for interacting with the exchangeratesapi.io API.
Stars: ✭ 180 (-15.89%)
Mutual labels:  hacktoberfest, laravel
Monica
Personal CRM. Remember everything about your friends, family and business relationships.
Stars: ✭ 15,499 (+7142.52%)
Mutual labels:  hacktoberfest, laravel
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+1125.7%)
Mutual labels:  hacktoberfest, laravel
Multi Tenant
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
Stars: ✭ 2,304 (+976.64%)
Mutual labels:  hacktoberfest, laravel
Laravel Invite Codes
This package allows you to easily manage invite codes for your Laravel application.
Stars: ✭ 174 (-18.69%)
Mutual labels:  hacktoberfest, laravel
Media Manager
A simple file browser and up-loader for Laravel written in Vue.JS
Stars: ✭ 190 (-11.21%)
Mutual labels:  hacktoberfest, laravel
Skeleton Nova Tool
A skeleton repository for Spatie's Nova Packages
Stars: ✭ 191 (-10.75%)
Mutual labels:  laravel, package

Developing Laravel Packages

This is the repo for the Laravel Package project. A central place to learn how to create a package from scratch.

Contributing

Contributions are highly welcomed.

To start contributing, follow these steps:

  1. Fork this repository and git clone your version
  2. Install the dependencies (including VuePress) with npm install (or use yarn)
  3. Edit the documentation and view the output with VuePress using npm run dev
  4. When satisfied, format your code using npx prettier --write .
  5. Commit your changes and submit the PR to the master branch

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].