This course provides insight into building websites with Laravel 6, a PHP web application framework known for its elegant syntax and robust features. It focuses on Laravel 6’s MVC (Model-View-Controller) architecture, Eloquent ORM for database interactions, and Blade templating engine for rendering views. The course guides participants through the essential aspects of Laravel, such as routing, middleware, and the artisan command-line tool. Learners engage with the framework's capabilities in handling form data, user authentication, and web security. By exploring how to use Laravel's tools and libraries, participants develop the skills to construct well-structured and secure web applications. The course aims to provide a thorough understanding of website development practices using Laravel 6.
Skills Learned
- Install Laravel
- Utilize Blade templates
- Manage static assets
- Process query and route parameters
- Create and handle controllers
- Connect to MySQL
- Execute database migrations
- Use Eloquent models
- Build and Process web forms
- Save and delete records
- handle arrays and JSON
- Compile SASS files
