Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Created January 4, 2017 18:26
Show Gist options
  • Save BonfaceKilz/68f1a052ea8985aec0f231459a5b15bf to your computer and use it in GitHub Desktop.
Save BonfaceKilz/68f1a052ea8985aec0f231459a5b15bf to your computer and use it in GitHub Desktop.
Some quick notes for working from another existing laravel project
# For installing dependencies to vendor/
composer install

# Spinning up the server
php artisan serve

# Setting up the db
php artisan migrate
php artisan db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment