Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

tighten/laravelstar

Repository files navigation

Project Banner

This Project

About this project.

Requirements

Installation

  1. (Optionally) Fork this repository

  2. Clone the repository locally

  3. Install dependencies with composer install

  4. Copy .env.example to .env and modify its contents to reflect your local environment.

  5. Generate an application key

    php artisan key:generate
  6. Create a database and point the DB_DATABASE to it in the .env file.

  7. Run database migrations. If you want to include seed data, add a --seed flag.

    php artisan migrate
  8. Install frontend dependencies with npm install

  9. Build frontend assets with npm run dev

  10. Configure a web server, such as the built-in PHP web server, to use the public directory as the document root.

    php -S localhost:8080 -t public
  11. Run tests with php artisan test.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages