Via Laravel Installer First, download the Laravel installer using Composer. <code class=" language-php">composer <span class="token keyword">global</span> <span class="token keyword">require</span> <span class="token string">"laravel/installer=~1.1"</span></code> Make sure to place the ~/.composer/vendor/bin directory in your PATH (or C:\%HOMEPATH%\AppData\Roaming\Composer\vendor\bin if working with Windows) so the laravelexecutable is found when you run the laravel command in your terminal. Once installed, the simple laravel new command will create a fresh Laravel installation in the directory you specify. For instance, laravel new blog would create a directory named blogcontaining a fresh Laravel installation with all dependencies installed. This method of installation is much faster than installing via Composer.
The post A quick start in Larvel 5 PHP Framework appeared first on Coding Security.
A quick start in Larvel 5 PHP Framework
read more
Tidak ada komentar:
Posting Komentar