Skip to content

JayParmar271/blog-app

Repository files navigation

  1. Clone the project

  2. Install the dependencies

    composer install
  3. Set up database and APP_URL (For image path) in .env file

  4. Migrate the database

    php artisan migrate --seed
  5. Create passport client

    php artisan passport:install --uuids
  6. Run the project

    php artisan serve

About

Blog app using laravel + vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages