- Instructor: Admin
- Lectures: 17
- Duration: 10 weeks
Laravel is a web application framework with expressive, elegant syntax. Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications.
Where To Start
Learning a new framework can be daunting, but it’s also exciting. To smooth your transition, we’ve attempted to create very clear, concise documentation for Laravel. Here are some recommendations for what to read first:
- Installation and Configuration
- Routing
- Requests & Input
- Views & Responses
- Controllers
-
Installation
The Laravel framework has a few system requirements.
-
Lecture 1.1Server Requirements
-
Lecture 1.2Installation Via Laravel Installer
-
Lecture 1.3Installation Via Composer Create-Project
-
Lecture 1.4Local Development Server
-
-
Configuration for Laravel
-
Lecture 2.1Public Directory
-
Lecture 2.2Configuration Files
-
Lecture 2.3Directory Permissions
-
Lecture 2.4Application Key
-
Lecture 2.5Additional Configuration
-
-
Web Server Configuration
-
Lecture 3.1Directory Configuration
-
Lecture 3.2Pretty URLs
-
-
Configuration of Project
-
Lecture 4.1Environment Configuration
-
Lecture 4.2Environment Variable Types
-
Lecture 4.3Retrieving Environment Configuration
-
Lecture 4.4Determining The Current Environment
-
Lecture 4.5Hiding Environment Variables From Debug Pages
-
Lecture 4.6Accessing Configuration Values
-