The PHP Framework For Web Artisans
The PHP Framework For Web Artisans
Customer Reviews
Mustafa AlAmin J.
Advanced user of LaravelLaravel was the first framework I worked with, and thus I found it easy to use and learn as a beginner.
Moreover, its API service is something I found amazing to work with different kind of projects.
What I dislike about Laravel is its modules, not as in the modules are not useful, but as in that you can't find the appropriate modules easily.
Another thing I dislike was the initial setup of the project, as I was new to composer and Nodejs, so I faced difficulties in creating my first project.
My advice is to not get terrified by the first use of Laravel. Even though it has multiple installations, and it is all relatively new than the traditional projects you start as a beginner, but once you start getting used to it you won't stop using it.
There are many free tutorials online, and you will find all the answers to your problems online, but you must know how to search for them.
Laravel's community is huge on Stackoverflow, so all answers can be found there.
And if you have a question to ask on Stackoverflow, there are Laravel community members, and the community answers fast.
I have created online stores with Laravel, with Laravel serving as the admin dashboard and having API for the frontend.
It is very easy linking a frontend project with Laravel, as I have used both Angular 7 and Vue.js for getting data from the API, and viewing the store for users.