1. Laravel Installation and Composer

Descripción

(Laravel) Laravel 5.4 From Scratch Diapositivas sobre 1. Laravel Installation and Composer, creado por mohammed al-obadi el 01/10/2017.
mohammed al-obadi
Diapositivas por mohammed al-obadi, actualizado hace más de 1 año
mohammed al-obadi
Creado por mohammed al-obadi hace más de 6 años
14
0

Resumen del Recurso

Diapositiva 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.

Diapositiva 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`  
Mostrar resumen completo Ocultar resumen completo

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