Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kzamanbd/laravel-practice

A simple Laravel RND app ⚡️
https://github.com/kzamanbd/laravel-practice

laravel laravel-framework php

Last synced: 3 days ago
JSON representation

A simple Laravel RND app ⚡️

Awesome Lists containing this project

README

        

# Laravel App

![laravel](https://laravel.com/assets/img/components/logo-laravel.svg)

## Features

- Authentication (Breeze)
- Authorization
- CRUD Operations
- CRUD Operations with API
- Excel Import/Export(With Queue)
- PDF Generate
- Mail Send
- Notification Send
- Queue Job (With Redis)
- Events
- Listeners
- File Upload (Local & S3)
- Messaging (Realtime)
- Dockerize Application
- Scale Application

## Run Application Or Contributing

1. Clone Repository
2. Run command `composer install`
3. Copy `env. example file`, and rename .env
4. Then Run command `php artisan key:generate`
5. Then Run command `php artisan migrate`
6. Then Run command `php artisan db:seed`

## Required Permissions

If you are facing any issues regarding the permissions, then you need to run the following command in your project directory:

```sh
sudo chmod -R o+rw bootstrap/cache
sudo chmod -R o+rw storage
```

## Dockerize Application

To run the application in docker container

```bash
docker-compose up -d --build
```

## Run Application Scale Mode

To run the application in scale mode

```bash
docker-compose up -d --build --scale laravel-app=3
```

## Show Application container Logs

To show the application container logs

```bash
docker logs -f
```

## Developed by Zaman

![Zaman](https://avatars.githubusercontent.com/u/53174140?v=4)