An open API service indexing awesome lists of open source software.

https://github.com/linlaz/laravel-mazer-spatie-role-permission

stater kit laravel mazer with spatie role and permission
https://github.com/linlaz/laravel-mazer-spatie-role-permission

Last synced: 3 months ago
JSON representation

stater kit laravel mazer with spatie role and permission

Awesome Lists containing this project

README

        

# LARAVEL MAZER WITH SPATIE ROLE AND PERMISSION

## Run Locally

Clone the project

```bash
git clone https://github.com/linlaz/laravel-mazer-spatie-role-permission.git laravel-mazer
```

Go to the project directory

```bash
cd laravel-mazer && rm -rf .git
```

Install dependencies composer and nodejs
```bash
composer install
```
```bash
npm install
```
Key generate
```bash
php artisan key:generate
```
Create database in local and then
```bash
php artisan migrate
```
Seed database
```bash
php artisan db:seed
```
Run in locally must php and nodejs
```bash
php artisan serve
```
```bash
npm run dev
```
To /login
email : [email protected]
password : password