Skip to content

sti-munene/laragigs-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Logo

Resources

  1. Technical Documentation
  2. Laracasts Blog

Starting Up the Project

  1. Navigate to the project folder

    cd project-folder
  2. Create a .env file and copy the required key value pairs from .env.example

    touch .env
  3. Fire up docker to setup the database

    docker compose up -d
  4. Migrate the database

    php artisan migrate
  5. Start dev server

    php artisan serve

Basic Laravel Commands

  1. Reset the db back to basics

    php artisan migrate:refresh
  2. Seed data to the db

    php artisan db:seed
  3. Reset the db back to basics and seed data at the same time

    php artisan migrate:refresh --seed
  4. Generate your application encryption key

    php artisan key:generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published