https://github.com/jniyaz/multipurpose-app
Multi Purpose App
https://github.com/jniyaz/multipurpose-app
alpinejs jwt laravel livewire restful tailwindcss
Last synced: about 2 months ago
JSON representation
Multi Purpose App
- Host: GitHub
- URL: https://github.com/jniyaz/multipurpose-app
- Owner: jniyaz
- Created: 2021-03-17T07:42:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T10:10:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T22:40:31.331Z (over 1 year ago)
- Topics: alpinejs, jwt, laravel, livewire, restful, tailwindcss
- Language: PHP
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multi Purpose App
I'm using TALL Stack (Laravel, Livewire, Tailwind, Alpine) for this project.
## Installation
1. Clone the repo and `cd` into it
1. `composer install`
1. `npm install` or `yarn`
1. `npm run dev` or `yarn dev`
1. Rename or copy `.env.example` file to `.env`
1. `php artisan key:generate`
1. Set your database credentials in your `.env` file
1. `php artisan migrate --seed`. This will migrate the database tables and run seeders.
1. `php artisan serve`
1. Visit `localhost:8000` in your browser