Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jason-napolitano/laravel-user-manager
A Laravel 10 based user management application. Built with Laravel, Splade and TailwindCSS
https://github.com/jason-napolitano/laravel-user-manager
blade laravel splade user-management vue
Last synced: 11 days ago
JSON representation
A Laravel 10 based user management application. Built with Laravel, Splade and TailwindCSS
- Host: GitHub
- URL: https://github.com/jason-napolitano/laravel-user-manager
- Owner: jason-napolitano
- License: mit
- Created: 2023-09-04T17:06:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T19:58:16.000Z (over 1 year ago)
- Last Synced: 2024-11-12T21:41:05.232Z (2 months ago)
- Topics: blade, laravel, splade, user-management, vue
- Language: PHP
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel User Manager
- [Vue 3](https://vuejs.org/) + [Vite](https://vitejs.dev/) + [Vitest](https://vitest.dev/)
- [Laravel](https://laravel.com/) + [Splade](https://splade.dev/)
- [Element Plus](https://element-plus.org/en-US/)
- [PrimeIcons](https://www.primefaces.org/showcase/icons.xhtml)## Installation
1. Clone the repository and `cd` into it
```bash
$ cd /path/to/project
```
2. Install the dependencies```bash
$ npm install
``````bash
$ composer install
```3. Copy the `.env.example` file as `.env`
4. Generate the application key
```bash
$ php artisan key:generate
```
5. Configure the database credentials in the `.env` file
6. Perform the migrations
```bash
$ php artisan migrate --seed
```
7. Create the symbolic link for storagte
```bash
$ php artisan storage:link
```### Credentials
```
Email: [email protected]
Password: password
``````
Email: [email protected]
Password: password
```