https://github.com/kzamanbd/laravel-practice
A simple Laravel RND app ⚡️
https://github.com/kzamanbd/laravel-practice
laravel laravel-framework php
Last synced: 23 days ago
JSON representation
A simple Laravel RND app ⚡️
- Host: GitHub
- URL: https://github.com/kzamanbd/laravel-practice
- Owner: kzamanbd
- Created: 2023-02-24T06:58:50.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-26T08:27:45.000Z (4 months ago)
- Last Synced: 2025-06-07T20:05:45.345Z (about 1 month ago)
- Topics: laravel, laravel-framework, php
- Language: PHP
- Homepage: https://fly-laravel.wuaze.com
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel App

## 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
