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
- Host: GitHub
- URL: https://github.com/linlaz/laravel-mazer-spatie-role-permission
- Owner: linlaz
- Created: 2023-10-09T14:28:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-25T17:25:26.000Z (over 1 year ago)
- Last Synced: 2025-01-11T09:47:15.368Z (5 months ago)
- Language: PHP
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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