Skip to content

Instantly share code, notes, and snippets.

@dasdo
Last active May 27, 2020 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dasdo/99e3ca5ce1123b11e97dd12dce555fbe to your computer and use it in GitHub Desktop.
Save dasdo/99e3ca5ce1123b11e97dd12dce555fbe to your computer and use it in GitHub Desktop.

Start Project

laravel new <project-name>
chmod -R 755 storage bootstrap/cache
php artisan key:generate

Created Login

php artisan make:auth
php artisan migrate:refresh --seed

start server

php artisan serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment