You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Taylor Otwell 0f8346968b
Merge pull request #14 from jerguslejko/master
9 years ago
app fix css 10 years ago
bootstrap first 10 years ago
config update code to newest Laravel 10 years ago
database update code to newest Laravel 10 years ago
public update code to newest Laravel 10 years ago
resources action of delete form 10 years ago
storage update code to newest Laravel 10 years ago
tests first 10 years ago
.env restore key, keeping it simple 10 years ago
.env.example update code to newest Laravel 10 years ago
.gitattributes first 10 years ago
.gitignore update code to newest Laravel 10 years ago
LICENSE.txt Create LICENSE.txt 10 years ago
artisan update code to newest Laravel 10 years ago
composer.json update code to newest Laravel 10 years ago
composer.lock fix css 10 years ago
gulpfile.js first 10 years ago
package.json update code to newest Laravel 10 years ago
phpunit.xml update code to newest Laravel 10 years ago
readme.md Fix broken link in readme 9 years ago
server.php first 10 years ago

readme.md

Laravel Quickstart - Basic

Quck Installation

git clone https://github.com/laravel/quickstart-basic quickstart

cd quickstart

composer install

php artisan migrate

php artisan serve

Complete Tutorial