martinszeltins's avatar

Open source Laravel projects for learning?

I was wondering if there are available some good free open source Laravel projects where one could look at the source code to learn from it?

Looking for good examples to follow.

P.S. Is Laracasts code available online somewhere?

0 likes
11 replies
laracoft's avatar

If you have background in programming, the best place to learn is actually the official documentation (hint: read it like a book from page 1 til the end).

They give introductions peppered with many examples about how Laravel handles common programming challenges and these examples show why Laravel is much better compared to many other frameworks.

https://laravel.com/docs

martinszeltins's avatar

@cwray-tech Thanks for sharing your code, I took a quick look at your models and controllers and it looks clean to me.

1 like
Devi007's avatar

There are many inspirational projects that you can look up to.

You can check the following:

For more options, check the collection Laravel Projects. Here you will find the projects that you can check for inspiration and learn from.

I hope you find my answer helpful. Thank you.

2 likes

Please or to participate in this conversation.