Skip to content

jniyaz/multipurpose-app

Repository files navigation

Multi Purpose App

I'm using TALL Stack (Laravel, Livewire, Tailwind, Alpine) for this project.

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. npm install or yarn
  4. npm run dev or yarn dev
  5. Rename or copy .env.example file to .env
  6. php artisan key:generate
  7. Set your database credentials in your .env file
  8. php artisan migrate --seed. This will migrate the database tables and run seeders.
  9. php artisan serve
  10. Visit localhost:8000 in your browser