m
→‎Installation: fix a typo
m →‎Installation: fix a typo
 
(4 intermediate revisions by the same user not shown)
Line 12: Line 12:


<source lang="console">
<source lang="console">
$ ln -s ~/.config/composer/vendor/laravel/installer/laravel ./
$ ln -s ~/.config/composer/vendor/laravel/installer/laravel ~/bin/
</source>
</source>


Line 20: Line 20:
$ laravel new alpha
$ laravel new alpha
</source>
</source>
Install Redis on the system, and install the necessary package.
<source lang="console">
$ composer require predis/predis
</source>
Use Redis for Cache and Session. Files are found in <span class="path">./config/</span> folder.