From owner-freebsd-questions@freebsd.org Wed Feb 28 03:59:58 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C4EF24373 for ; Wed, 28 Feb 2018 03:59:58 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13B8181ECB for ; Wed, 28 Feb 2018 03:59:58 +0000 (UTC) (envelope-from dave.mehler@gmail.com) Received: by mail-wr0-x22c.google.com with SMTP id p104so893930wrc.12 for ; Tue, 27 Feb 2018 19:59:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DNF5iRqp9Pw7rMcFsDf50L66cOrAAtBlg4OYCnC3JE4=; b=WV07/UHnr5SgKjAdci3wLYxt3ArDnYIMcsKaxB2rfJpmLRqPvGSzOzEBe40dOrC7hD eGehPCWwKGH1R4STLdJjLLqTcBqNgbKwkWNe8988HENiy8i3Sa/GeHdP32JMG4BVgnNz 2Hvs0GXDNbfztk5lQ3997AH6dtrFe5z8rPa2ohBOLXMYxXAS+XhNpmqQZW+sdYirxMdB s5+fDE33KooKEBxFHh2eysQ31xi5KqL1u46uxhJjfZ2rshfRlgNJQF7jTUsYLs1w4m+w xia8T4jVxGbq5kt8+mlXXZjYWHXp8Wa+R9ZNFJP3bH5q2/+aaupqBcBENocJQXY+o02P V0dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DNF5iRqp9Pw7rMcFsDf50L66cOrAAtBlg4OYCnC3JE4=; b=Oeva20Vp1pqZF6uGqZYJYOVDrLvUDBloFRQYQQdgSSu2ObLjAsazxcJR4R4TQ1iUll s4wDWDL2antjlCX/Px4dtKLdNkttuxlNj1qZNJB/FagMlo2XasbzmAaHQrjD7B9YI+iI B5Qh2LdbTlUW4tA/8DI+5i7ShcpNenrGHWMHLcrJt4o5qt/h30DiCJVFmzunuR/FyGi5 79loZwGCi3SlZGHD0mQk2KyvUwRMSwJb47+OQhmBINlYln4BPqX8UNYKFHanTIA2Z32T BnUzyt8xbPUo2ZTGGnARm6WQASQMrKBEpzhAQBfcWvNxWAQtghtJuGFLYr/bmfZuE4rs 2mdA== X-Gm-Message-State: APf1xPCf+zBvk3j100vDtUDMm9ADAodq2Jsk2n2q/Czo/2HA3pgIjSXJ faqlx2HVDckNRZNihmFAXXqavdKJV/CPTmotSUA= X-Google-Smtp-Source: AH8x225i0C0TCLiJuCCrVd/0e2CFcSDFl+EsmKoXufftev5pavxZSkzdm4DDHkCF/VecT+LGqDpBWMZOLgZOdJF8RUI= X-Received: by 10.223.176.201 with SMTP id j9mr15576145wra.210.1519790396170; Tue, 27 Feb 2018 19:59:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.167.74 with HTTP; Tue, 27 Feb 2018 19:59:55 -0800 (PST) In-Reply-To: <00fe01d3b031$0ed6f190$2c84d4b0$@shaw.ca> References: <00fe01d3b031$0ed6f190$2c84d4b0$@shaw.ca> From: David Mehler Date: Tue, 27 Feb 2018 22:59:55 -0500 Message-ID: Subject: Re: Symfony or CakePHP framework on FreeBSD To: Dale Scott Cc: freebsd-questions Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 03:59:58 -0000 Hello, Thank you for your reply. I am running the venerable Apache/MariaDb/PHP configuration with mod_php which is working great! I'm wondering specifically how you got the Yii, or Symfony, or CakePHP going and pulled in their dependencies? I am not seeing them in ports. Thanks. Dave. On 2/27/18, Dale Scott wrote: > I use Yii, but Symfony or Cake will work equally as well. Personally I'd > use > the venerable Apache/MariaDb/PHP configuration with mod_php (I can hear the > groans! ;-)) because it's mature and easy to configure. You can rework your > server stack strategy later once you've got something to show (e.g. Nginx, > caching, NoSQL dbms, serve static assets separately from dynamic rendering, > etc.) > > Good luck! > > Dale > >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- >> questions@freebsd.org] On Behalf Of David Mehler >> Sent: Tuesday, February 27, 2018 5:11 PM >> To: freebsd-questions >> Subject: [Shaw Suspected Junk Email]Symfony or CakePHP framework on >> FreeBSD >> >> Hello, >> >> I'm wanting to get either Symfony or preferred CakePHP framework(s) going >> on FreeBSD. Does anyone have either of these working? >> >> Thanks. >> Dave. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions- >> unsubscribe@freebsd.org" > >