venturedrake / laravel-crm

Open Source Laravel CRM Package

Home Page:https://laravelcrm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper contribution through local package

ole1986 opened this issue · comments

commented

I haven't worked yet with packages in Laravel.
Is there any proper instruction on how to set up this package locally for development.

Any hints highly appreciated. Thank you

I should put some references to package development in the docs I am working on

I suggest this site for a complete guide on package development - https://laravelpackage.com

Also the Laravel docs at https://laravel.com/docs/10.x/packages

commented

Maybe also a quick guide in the contribution file.
Thank you for the links.

I do need to work on the docs, i the meantime someone else has asked a similar question. Take a look at this step by step guilde on how to contribute to open source projects in github - https://www.dataschool.io/how-to-contribute-on-github/