From the intro:First beginner quick start is done. Documentation up and full application on GitHub: https://t.co/BfUZWpTryy
— Taylor Otwell (@taylorotwell) October 27, 2015
This quickstart guide provides a basic introduction to the Laravel framework and includes content on database migrations, the Eloquent ORM, routing, validation, views, and Blade templates. This is a great starting point if you are brand new to the Laravel framework or PHP frameworks in general. To sample a basic selection of Laravel features, we will build a simple task list we can use to track all of the tasks we want to accomplish (the typical "to-do list" example).So, in a nutshell - it's an example of building really simple application for managing task list. It goes through all the basics of Laravel, providing links to more information, if you want to go deeper on one of the subjects. Link once again: Laravel Quickstart - Basic Task List
No comments or questions yet...