Re: Cake3 advanced install, does it work?

2014-08-23 Thread euromark
Wasn't that part removed from the docs for 3.x?
For a very good reason.

There is absolutely no reason share the core in 3.x.
Always use composer. Space is cheap - thus you dont need to care about 
having 2...x core folders lying around on your system :)

mark



Am Samstag, 23. August 2014 09:54:31 UTC+2 schrieb heavyKevy:
>
> Hello,
> I am having difficulty getting the following to work:
> In: http://book.cakephp.org/2.0/en/installation.html
> SECTION: 
> Using one CakePHP Checkout for multiple Applications
>
>
> It states how to use a single cake install for multiple cake projects.
>
> In addition,
>
> http://book.cakephp.org/2.0/en/installation/advanced-installation.html
>
> states that by adjusting paths, I should be able to put the main parts of 
> my Cake install in custom locations in the following section.
> Sharing CakePHP Libraries with multiple Applications
>
>
> Will this work with cake 3 and installing with composer or is there 
> another way to make it work?
>
>
> Thanks in advance for your assistance...
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Cake3 advanced install, does it work?

2014-08-23 Thread mark_story
I would recommend *against* using a shared CakePHP library. If you work on 
multiple applications it will only be a matter of time before your version 
numbers start to diverge and you end up in a really bad place.

-Mark

On Saturday, 23 August 2014 09:54:31 UTC+2, heavyKevy wrote:
>
> Hello,
> I am having difficulty getting the following to work:
> In: http://book.cakephp.org/2.0/en/installation.html
> SECTION: 
> Using one CakePHP Checkout for multiple Applications
>
>
> It states how to use a single cake install for multiple cake projects.
>
> In addition,
>
> http://book.cakephp.org/2.0/en/installation/advanced-installation.html
>
> states that by adjusting paths, I should be able to put the main parts of 
> my Cake install in custom locations in the following section.
> Sharing CakePHP Libraries with multiple Applications
>
>
> Will this work with cake 3 and installing with composer or is there 
> another way to make it work?
>
>
> Thanks in advance for your assistance...
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: Cake3 advanced install, does it work?

2014-08-23 Thread heavyKevy
I seem to have discovered a solution:
In the Vendor/Composer folder
In the file: Autoload_psr4.php
Hardcoded the path to my cake3 libraries
'Cake\\' => array('c:/cake/cake3/cakephp/src'),

Initial URL now shows success...

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.