-
-
Notifications
You must be signed in to change notification settings - Fork 62.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update free-programming-interactive-tutorials-en.md #9057
Conversation
Add Laravel Bootcamp, official guide from Laravel team.
@@ -1786,6 +1786,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE | |||
|
|||
* [100 (and counting) Laravel Quick Tips](https://laraveldaily.com/wp-content/uploads/2020/04/laravel-tips-2020-04.pdf) - Povilas Korop / LaravelDaily Team (PDF) | |||
* [Laravel Best Practices](http://www.laravelbestpractices.com) | |||
* [Laravel Bootcamp](http://bootcamp.laravel.com) - Laravel Team (HTML) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is a highlevel guide which does not give more information about the framework as such. Is this a value add?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this guide is more about project hands-on (building a microblogging platform) for more detailed we can see the documentation, there are 2 paths in this guide:
- using blade (beginner friendly)
- using modern js frontend stack (vue and react though inertia)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to interactive tutorials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved item to interactive tutorials
Thanks, and welcome to free-programming-books! |
What does this PR do?
Add resource
For resources
Description
Add Laravel Bootcamp, official guide from Laravel team.
Why is this valuable (or not)?
This guide help developers that are new to the framework get up and going quickly.
How do we know it's really free?
It's Laravel official site.
For book lists, is it a book? For course lists, is it a course? etc.
Checklist:
Follow-up