Laravel: Up and Running: A Framework for Building Modern PHP Apps
K**T
Great Intro to Laravel
Laravel Up & Running is absolutely the book I’d recommend to anyone interested in learning Laravel. It takes you from the very beginning of installing Laravel all the way to the really cool features that are more optional to implement on any given project.On each page we gain an increased understanding of the challenges faced by programmers that Laravel addresses as well as best practices for using the framework. With Matt as our expert guide we learn of the clean syntax and default protections we’re given by Blade. Eloquent’s role in helping us interact with databases is clearly explained. Dealing with the container and the concept of dependency injection is made clear.I appreciate that at the end of each chapter Matt includes a section entitled “Testing.” He’s giving the reader some insight into how a professional assures that the code he implemented continues to produce expected results even after making many changes in the future. The exposure to these concepts early in the book, introduced in conjunction with material appropriate for the tests helps to ease one into the testing mindset.In short, Laravel is a super powerful framework that has best practices built into it by default. To get the benefits of Laravel there’s going to be a learning curve. The author provides us with a resource to make the process as painless as possible. It’s not an intro to programming book. It’s an introduction to Laravel book. If you want to take the step from hacked together PHP code to a more professional approach, this is the book for you.
A**R
Good book
Most of the explanations in thia book are very good, detailed and straightforward. That's why I recommend this book. Few things were missing, like what should be put in a model and what should be put in a controller, little explanations about MVC generally etc. Some things like elixir are out-dated.
A**R
Really, really solid work
I consider myself fairly adept at laravel - I use it daily for some large and complex web application, have been using it for years. Like many developers, I'm self taught and learned a lot of what I know by doing. I kind of thought that this book was going to mostly cover stuff I already know, but being self taught it's easy to pick up blind spots without realizing it. To compensate for that I like to read some basic, foundational books about whatever framework or language I'm currently working in to make sure that my grounding is solid and maybe pick up a few tricks. I usually end up just skimming through stuff I already know and just picking up one or two new tricks or concepts, maybe shoring up my understanding of some of the core principles. With this book, in the first 50 pages I learned like 5 cool things that I didn't even know you could do in Laravel and can't wait to use. There's a *ton* of great stuff here. It's thorough, he clearly understands the framework inside and out. Well written, clearly organized, easy to follow - if you're interested in Laravel or even if it's your daily bread and butter, this is a book you should own and read.
M**I
Excellent book - well written with top notch examples and pointers throughout.
This is the best Laravel book I have come across so far. It assumes you are not a complete beginner; you have to have at least a working understanding of basic programming principals and preferably a bit of PHP experience to get the most out of this book. But if you are in anyway capable at writing even the most basic PHP functions and understand things like arrays and for/while loops you will be well on your way to building your first app with Laravel.There's no run throughs i.e. "Build a blog in 30 minutes" etc etc. This is just a very strong, well written and concise overview of Laravel and as amazing as Laracasts is I guess I'm just old school when it comes to learning. Give me a well written book and let me work my way through it from page 1 - 405 and that's how I learn. I am now very proficient with Laravel and am moving on to my third project for a new client.The only negative thing I will say about this book is that it represents, finally, the nail in my Codeigniter coffin. Sorry CI but it was fun while it lasted......
N**S
Absolutely Necessary Laravel Reference for Non-Uber-Geniuses (like me)
As a long time half-assed PHP developer with no framework experience prior to Laravel, I decided to take the plunge. I started with Laracasts, spent about 2 months trying to wrap my head around everything then basically gave up for a couple months. Some people swear by learning via Laracasts alone, but I think they are waaayyyy smarter than me and have photographic memories. Then I received this book and it really helped me see the bigger picture and put all the pieces together.My recommendation for learning Laravel for non-uber-genius-developers:1. Watch some of the introductory Laracasts2. Read this book cover-to-cover and take lots of notes3. Re-watch the Laracasts then move on to working examples4. Create your own app
P**K
A Great Resource
After coding in raw PHP for a long time, I thought I’d jump in to the Laravel framework. This book is a great resource. I have found it very useful as a quick resource and a different perspective to accomodate the Laravel documentation.
M**E
Excellent
Excellent book for learning the basics of Laravel, but you must have at least minimal web experience to understand it all. Not for absolute beginners
D**L
Really great book for beginners like me
Really great book for beginners like me. I recommend people learn the basics of PHP first, before jumping into Laravel.
P**A
Great book
This is a great book covers the basics of laravel.I suggest that this kind of book should develop a simple application to guide its contents and helps readers to build an app from scratch.
P**G
auf keine Fall für Einsteiger und Anfänger
Wie auf dem Buchrücken zu lesen ist: "...will help experienced PHP web developers get started with Laravel".Und genau so ist es. Wer komplett neu in PHP-Frameworks einsteigt - wie ich - und meint mit dem Buch eine funktionsfähige App aufbauen zu können, der wird scheitern.Alleine mit diesem Buch wird MIR das definitv nicht gelingen. Ich habe durch das Buch zwar eine grobe Idee bekommen um was es geht und wie ungefähr die Zusammenhänge im Laravel Framework sind. Ich konnte Laravel installieren und ein wenig "darin herumexperimentiert", aber eine operative Webseite damit aufbauen ... keine Chance.Es wird leider keine konkrete Webseite langsam entwickelt und immer komplexer ausgebaut!!Das war zwar auch in englischen Bewertungen des Buchs zu lesen, aber ich dachte ich komme trotzdem weiter damit.Das war eine glatte Fehleinschätzung.Ist man schon recht tief in Laravel eingestiegen, dann lohnt sich das Buch sicherlich.Gut strukturiert, viele Code-Beispiele, Erklärungen der Zusammenhänge, Aufzeigen von alternativen Möglichkeiten und konkrete Tips eines offensichtlich erfahrenen Laravel Kenners.Also nicht unbedingt ein Fehlkauf, aber leider zu früh für mich. Es kommt ins Regal und wird später sicherlich noch gute Dienste leisten. Wer in ähnlicher Situation ist, sollte aber auf die neue Ausgabe warten, die wohl im März 2019 herauskommt.
R**T
Un po' datato ma sicuramente uno dei libri piu' utili a chi vuole conoscere a fondo il Framework Laravel (non per "beginners")
Scrivere un libro sul Framework Laravel deve essere una impresa titanica. Difficle capire il taglio da dare e, immagino, non appena hai terminato di scrivere un capitolo ti rendi conto che un altra "feature" del framework e' stata rilasciata rendendo obsoleto quello che hai scrito scritto/imparato. Matt Satuffer riesce, comunque, a dare un taglio LTS a questo libro. Anche se non proprio in linea con le ultime release di Laravel sicuramente il libro e' utile per approfondire e/o conoscere acuni aspetti che rendono Laravel uno strumento di sviluppo unico al mondo. Io lo consiglierei insieme ad un altro MUST (Laravel Companion: Second Edition) (Laravel Companion: Second Edition)
J**P
Thank you Matt for writing this book!
Matt gives a very detailed and informative overview of Laravel 5 and it's 5.# updates, making it the perfect book for beginners just getting started with Laravel. For those who are not new to the framework, this book covers every corner of the framework and is an absolute must for Laravel developers as a manual or reference guide. This book doesn't leave my desk as I find myself referring to it on a daily basis - would highly recommend.
S**R
Five Stars
Awesome Book!
Trustpilot
3 weeks ago
2 months ago