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.
 
 
 
eddymens bb0fce21b3
remove default app key
10 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 remove default app key 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 add more info to readme 10 years ago
server.php first 10 years ago

readme.md

Laravel Quickstart - Basic

Installation :

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

cd quickstart

composer install

php artisan key:generate

php artisan migrate

php artisan serve

Complete tutorial