01 - Composer & Laravel Installer

preview_player
Показать описание


In this video we'll be teaching you about composer, how to install composer. We'll also teach you about the Laravel installer so that way you can get up and running with a new laravel app in a snap.

export PATH=~/.composer/vendor/bin:$PATH

Рекомендации по теме
Комментарии
Автор

very quick and helpful video, gonna check the rest of the serie! thanks !

FilipMarzec_
Автор

I am getting this error on executing php artisan serve command :

PHP Fatal error: require(): Failed opening required in on line 17

In order to remove this : i use if loop and skip that require piece of code
and After that i got this :
 
PHP Fatal error: Interface not found in on line 357

parkashsharma
Автор

Is "Sites" folder should be created automatically after installation of the laravel? When installation finished there wasn't any "Sites" folder :(. And bash can't understand the "laravel" command?

igibek
Автор

What is composer? And what is that window? I got totally lost from the beginning.

peristiloperis
Автор

Hi, I have a problem to update php in my terminal... I know how to update but can't point the new php version to my terminal! Thank in advance for your explain

kkseen
Автор

HI i need HELP
when i try to export the vendor bin directory in my PATH its doesn't work.so can't use the laravel installer .???

mouhamadouhatabioubarry
Автор

hello, I am using ubuntu 14.04, so can you help me where i can find this zshrc file?

shalabhjain
Автор

Laravel is awful to install on windows. First you get the mcrypt error which, despite having the files and pointing to them in your php.ini file, still cannot be found. Then you have the php artisan which simply will not work on a windows machine unless you go through all that bollocks with the virtual machine.

I agree Laravel is a step in the right direction but in terms of cross compatibility on OS it leaves a lot to be desired.

JayCareySocialZingers
Автор

Thanks very much, Great laravel video!

CarlosHFMRodrigues
Автор

Hi, I am using El Capitan on Mac, faced a couple of issues when I followed your tutorial.

1. Could not change composer.phar to just composer. It keeps on saying that the file cannot be found or something. I have found a workaround (I think) by using php composer.phar instead. I am quite certain this is the wrong step!

2. I tried changing the directory to Sites, but I get shown: Johns-MacBook-Air:~ johnchen$ cd ~/Sites
-bash: cd: /Users/johnchen/Sites: No such file or directory

Please help... Thanks! Great tutorial!

thecontentnomad
Автор

i have this message when i try localhost:8000 "ERR_CONNECTION_REFUSED"

alsehalo
Автор

I'm new to Laravel.
I have already installed laravel in one of my webdirectory... How can I start working? Any tutorials on laravel installed directly in a website? Tnx

noeldegamo
Автор

my ./zshrc file is empty . same for bash_profile / ?? whats the reason

mansoorahmadkhan
Автор

Whether the app can run in cPanel ? Linux shared hosting

manobalaselvaraj
Автор

wtf you didn't tell us where to paste it dont be so quick bro, we know you are pro

jkthegreat
Автор

I do just the way you do it, but still it doesnt end up the same. My terminal is way different and when i try to export PATH nothing happens.

PekDraine
Автор

hey im following this tutorial on ubuntu 14.04 but when i got to my app it just forwards me to a yahoo DNS solution. I'll type in my_ip_address:8000 just like how the terminal is telling me but not giving me that laravel page. Any ideas?

BVCxTDS
Автор

Hi DevDojo.. It's great vdo... and I interested on your terminal theme. What is terminal theme name? :)

IMthSon
Автор

What terminal theme is that? It's looks amazing.

CJBurkey
Автор

that panda though xD ? it looks like a todo list maybe, nevermind great lesson keep up, thnx

HishamHadraoui