Hi community,
i’m wondering if someone has tried to port the AOP to Laravel 5?
Hi community,
i’m wondering if someone has tried to port the AOP to Laravel 5?
Are you talking about the Joomla component? You would need to get a developer to look at how the code from the Joomla component is calling the Suite Rest client and then recreate that in Laravel. Having personal experience in both the Portal Joomla component and to a lesser extent Laravel I imagine it would be quite straightforward for a developer to do.
Because there has been no response from the community, i have been started to create this myself.
I’m going to put the code on Github soon for the people who want to contribute or grab a copy.
More info soon
good going!
Thanks for the reply Andy, i appreciate it.
I did a small update this morning this includes
Next features will include:
Cases:
Contracts:
Invoices:
More info soon.
My company has been using the Joomla Portal in production for some time. Seems the implementation to laravel is coming along nicely. Any testing I can provide as an end user?
Thanks for your reply, for the current moment the implementation to laravel has been set on hold due to other projects i’m currently working on.
However I will continue to work on it when i have the time.
Dear community,
The development process for the AOP 2 laravel started again
People who want to contribute to this can find the repo at github (Github)
Screenshots are added in the Attachments section
Looking good!
This is looking great!
I installed Laravel and uploaded your files and when i run this command php artisan migrate i get this error. any suggestions?
[PDOException]
SQLSTATE[28000] [1045] Access denied for user ‘forge’@‘localhost’ (using password: NO)
Server is Debian Wheezy.
Thank you for testing noclav,
You need to set your .env file, you can find an example on GitHub
https://github.com/idevelopment/suitecrm_laravel/blob/dev/.env.example
I also logged your issue on our GitHub repository, we will create a composer task to fix this issue.
https://github.com/idevelopment/suitecrm_laravel/issues/74
Also please keep in mind that this portal is in development state.
Thanks for the info. I did see that file and wanted to know for the database info do i need to create a new database or point to my suitecrm db?
You will need to create a new database.
Do you have any installation docs created? I created the db, I edited the .env.example file then renamed to .env then i ran the php artisan migrate command, that worked, Now i assume i need to so some more configuration inside suitecrm so when i create a portal user it will add it to the db of your portal. I tried in the AOP setting for Joomla url to add www.domain.com/laravel/public but that didnt work?
I really like the look of your portal joomla has tooo much going on for me. Is it possible to add a feature that will store the users passwords under Suitecrm contacts by creating another field in contacts?
keep up the good work.
Noclav,
We are currently working on a installation manual, this will be published when we release v1.1.
For the current moment you can play around in the current portal by creating a user account on www.domain.com/laravel/public/auth/register, however this is just a laravel account, the crm library will be added in v1.1.
Also i would like to say thanks again for the feedback, question and feature request.
If you have any more feature requests , bugs you can post them on http://github.com/idevelopment/suitecrm_laravel/
Noclav,
i have thought about your feature request and i cant figure out why you would store the password in the CRM?
Can you maybe provide me with more details about this?