Knaggsy's avatar

New Laravel Old Symfony 2 broken.

Until recently I used an application that pulled data from WordPress MySQL tables to a single page web app on a Symfony2.

Due to an hacked server that crashed my setup and with the upgrade to PHP7 that created a large amount of bugs using Symfony2 I have decided to look at Laravel.

I would appreciate any help and advice on the feasibility of using Laravel for this product.

The basics:

Users upload images links and tel.numbers using WordPress site via their account page.

These are stored in a database depending on which product the user chooses example:

Table named Him_18 has column names :>

The row holds a series of links and tel. numbers that are all call to action from a mobile phone.

id, serialno, him_profileimage, him_address, him_mobile, him_htel, him_email, him_website, him_facebook, him_twitter and so on.

Each Table may contain less or more links or images that are displayed in the web app.

The URL is dynamic and uses http:/example/123456 which is taken from the column 'serialno'

Is this possible using Laravel MVC and laravel eloquent orm also blade for view (Twig used with symfony)

Any advice on how I would achieve this on laravel frame work would be much appreciated!

0 likes
0 replies

Please or to participate in this conversation.