DEV Community

dgloriaweb
dgloriaweb

Posted on

Laravel tutorial series for those who can learn by doing themselves

Hi, since I've learned much more about programming doing application tests for companies I've applied for, than by reading any documentation or following tutorial videos, I hereby start a series of tasks that you have to **work out yourself **if you want to learn Laravel.

This series will add tasks step by step to the main simple case, hopefully help you and me practice working with the backend faster and learning the possibilities this wonderful framework provides out of the box.

Disclaimer: I am a junior-mid level developer, and my solutions are just one of all the possible solutions, so if you find a better way, please let me know in the comments, or send me a dm.

The first task is about creating a new application and return data via an api endpoint. It can be found here: Tutorial 1

Top comments (0)