Andrew Drake

Results 29 comments of Andrew Drake

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](https://laravelpackage.com) Also the...

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...

Here is a step by step on how to get to the stage of submitting a pull request - https://www.dataschool.io/how-to-contribute-on-github/

Yes although I wouldn’t call it production ready it is being used in a few production projects. Publishing the views is ok, keep in mind however that upgrades take a...

This is a problem when migrations are run before the encrypt db fields config is set as true. There is a migration that checks if field encrption is true, and...

The laravel-crm is a vendor package, do you have experience working with Laravel packages? You can overwrite any vendor file if you need, there are few approaches to this however....

Yes of course, you can create a lang folder called "es", copy the files in the lang/en folder and replace each array value with the Spanish version. If you like...

Thanks for reporting this. So there are a few issues here. I built the teams function basically to use with [Laravel Jetstream,](https://jetstream.laravel.com/features/teams.html) which has a Teams feature. This is then...

There is no default admin user, you can register users as you normally would in your Laravel app at /register There is a config setting also where you can set...