1. Laravel Installation and Composer

Descrição

Laravel 5.4 From Scratch (Laravel) Slides sobre 1. Laravel Installation and Composer, criado por mohammed al-obadi em 01-10-2017.
mohammed al-obadi
Slides por mohammed al-obadi, atualizado more than 1 year ago
mohammed al-obadi
Criado por mohammed al-obadi mais de 6 anos atrás
14
0

Resumo de Recurso

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`  

Semelhante

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