1. Laravel Installation and Composer

Description

Laravel 5.4 From Scratch (Laravel) Slide Set on 1. Laravel Installation and Composer, created by mohammed al-obadi on 01/10/2017.
mohammed al-obadi
Slide Set by mohammed al-obadi, updated more than 1 year ago
mohammed al-obadi
Created by mohammed al-obadi over 6 years ago
14
0

Resource summary

Slide 1

    1. Laravel Installation and Composer
    To create a laravel project, there are two ways: A:composer create-project --prefer-dist laravel/laravel blog composer create-project laravel/laravel blog --prefer-dist B: (faster and prefered) Step 1: Download Laravel installer via the composer - this step required once. Open the CMD and issue:`composer global require "laravel/installer"` Step 2: See the video for details.

Slide 2

    After you open a Laravel project via the CMD; You can issue this command to see all the availabel commands of artisan:    `php artisan` For example: Display this application version: `php artisan -V` From video: 6 Working With the Query Builder If you want to learn more about any command of artisan, you can use:    `php artisan help [command name]`    `php artisan help [command name]`     `php artisan help make:migration`  
Show full summary Hide full summary

Similar

vocabulary Professions
geova97
Klasik Batı Müziği Dönemleri
Murat Yusuf Bişgen
J.S Bach
Katie Mellor
2. Basic Routing and Views
mohammed al-obadi
6. Working With the Query Builder
mohammed al-obadi
PHP/Laravel
Ahmed Salem
1_vocabulary - Professions
geova97
PHP/Laravel
Ahmed Salem
PHP/Laravel
BERBAGI ILMU
4. Database Setup and Sequel Pro
mohammed al-obadi
3. Laravel Valet is Your Best Friend
mohammed al-obadi