Upgrade to Pro — share decks privately, control downloads, hide ads and more …

LARAVEL: The Introduction

Stephen Jude
November 23, 2019

LARAVEL: The Introduction

Stephen Jude

November 23, 2019
Tweet

More Decks by Stephen Jude

Other Decks in Programming

Transcript

  1. The two most strongly communicated values of the framework are

    to increase developer speed and developer happiness. LARAVEL: THE INTRODUCTION 5
  2. 10 • PHP • APACHE • NGINX • MYSQL •

    REDIS • SSL • COMPOSER • TERMINAL • GIT • NOTEPAD++ • PRETTY URL
  3. 11 • THE APP DIRECTORY • THE BOOTSTRAP DIRECTORY •

    THE CONFIG DIRECTORY • THE DATABASE DIRECTORY • THE PUBLIC DIRECTORY • THE RESOURCES DIRECTORY • THE ROUTES DIRECTORY • THE STORAGE DIRECTORYTHE • TESTS DIRECTORY • THE VENDOR DIRECTORY
  4. 13 ARTISAN a number of helpful commands for your use

    while developing your application.
  5. 14 > php artisan list To view a list of

    all available Artisan commands