How do I start as a Laravel developer?
Laravel suggests developing using "Routes with Closures" instead of a traditional MVC to make the code clearer. Still, it allows using traditional MVC.
I recommend using the XAMPP program as it contains all the necessary configurations: Apache + MariaDB + PHP + Perl Install Composer on your computer.
Download the .exe file and continue... continue... continue...
Run this command in a shell: composer global requires laravel/installer, this will install Laravel globally on your computer.
To create a new project, go to the directory (with XAMPP) C:\xampp\htdocs\new-folder, and in the terminal (with the path given above) run laravel new projectName
The laravel command works as long as you use laravel globally installed, checkpoints 2 and 3.
Open your project in Visual Studio Code and run in the console: PHP artisan serve and done, you have a new project running with Laravel 5.8
An elementary or essential level to work with PHP and Laravel
In this first level, you will master the concepts of object-oriented programming in PHP and you will know the main characteristics of the Laravel framework that allows you to create simple but professional and modern applications:
Object-oriented programming course with PHP level: essential.
Requirements: Basic knowledge of the PHP language.
Target group: Anyone who wants to get into object-oriented programming with PHP and learn how to work with frameworks such as Laravel, Symfony, and others.
This course consists of 30 lessons with about 8 hours of video covering the basics of OOP like classes, objects, inheritance, abstract classes, interfaces, space names, etc.
Along with static methods and properties, magic methods, traits, and many other concepts that form the basis of PHP framework development, understanding them will help you know how they work.
Laravel course from basic scratch level.
Requirements: Basic knowledge of object-oriented PHP.
Version: Laravel 5.5 (compatible with Laravel 5.6).
Target group: Beginners who have never worked with PHP frameworks.
The 40-lesson course teaches you over 7 hours of video tutorials from scratch on the basics of the different layers that Laravel offers (migrations, seeders, routes, views, controllers, databases, models, test-driven development, etc.).
The goal of this course is for you to know the basics so you can start developing dynamic pages and applications using the Laravel framework. Intermediate If you have a working knowledge of object-oriented PHP and basic Laravel.
How to become a Laravel developer?
Learn PHP
Learn the basics of Laravel with online tutorials
Join the Laravel community to learn from your peers
Practice your skills by building web applications
Build your resume and apply to become a laravel developer
~Web development
~Database Management
~Project Management
~PHP Experience
~Website Design
~Laravel Application Development Knowledge
~Web Security Knowledge
~MVC Architecture Knowledge
Focus on continuously improving your laravel skills
Comments
Post a Comment