ReactJS Address book app
As an introduction to react development – I’ve used it to build an address book – it’s running on a PHP/Symfony api. The app is quite loose and is a straightforward introduction / easy to understand app...
Read MorePosted by wp.edmunds | Jan 24, 2019 | Education, Front end, Portfolio, React |
As an introduction to react development – I’ve used it to build an address book – it’s running on a PHP/Symfony api. The app is quite loose and is a straightforward introduction / easy to understand app...
Read MorePosted by wp.edmunds | Jan 18, 2019 | PHP, Symfony, Webmaster |
Solution: check out config/packages/test/framework.yaml – it holds a mock_file setting for cookies – preventing sessions from working as you would expect. Comment out the session line and it’ll work as...
Read More