Bez popisu

Thiranon Wiriyanurakkul 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
..
app 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
bootstrap 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
config 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
database 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
public 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
resources 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
storage 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
tests 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
.env.example 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
.gitattributes 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
.gitignore 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
README.md 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
artisan 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
composer.json 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
composer.lock 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
gulpfile.js 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
package.json 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
phpspec.yml 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
phpunit.xml 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky
server.php 86d81d25b9 แก้หน้า index_page.html และ menu.html %!s(int64=8) %!d(string=před) roky

README.md

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Usage

  1. Download and install Composer.
  2. Install Laravel 5 via composer global require "laravel/installer=~1.1".
  3. Install Mcrypt PHP Extension:
    • Mac OS X: brew install php55-mcrypt.
    • Ubuntu: sudo apt-get install php5-mcrypt.
  4. Install dependencies via composer install.
  5. Run php artisan serve --port 3000, then go to http://localhost:3000.

Windows Prerequisites

  1. After you download and install PHP 5.5 (or 5.6), inside its directory find a file php.ini-development.
  2. Rename php.ini-development to php.ini.
  3. Open php.ini with a text editor, then uncomment the following extensions by removing semicolon in front:
    • extension=php_openssl.dll
    • extension=php_mbstring.dll
    • extension=php_exif.dll
  4. You need above extensions to properly install Composer and Laravel.
  5. Install the latest OpenSSL library (Win32 or Win64 depending on which PHP you downloaded).