Guidance in improving the OOP framework from PHP conditioner
Hello, nobody likes long stories so here is what I am trying to do:
I am following the PHP conditioner tutorial as I am pretty new to laracasts.
At work I deal with a lot of landing pages, basically really really small websites made of a maximum of 3-4 pages.
Because of that I am trying to create a framework based on the one presented in the series, basically I copied everything and I stopped when COMPOSER was presented in the series.
I need some guidance on the following:
How can I make the framework work on any subdomain? for example if I install the framework on a subdomain, all my routes break.
Should I add composer or not? Seems a little too much for what I need ( 3-4 pages websites)
I need to create an admin/login and show certain routes only if you are logged, is any tutorial on the website showing how I could learn to do this?
I need to allow the admin to export the registrations from the database, I will use some library I guess.
I need to send people a customized email template after they fill the contact form (with the logo of the website and some friendly message), what is the best way to achieve this?
I need to send people a customized email template after they fill the contact form (with the logo of the website and some friendly message), what is the best way to achieve this?