Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⚡️
- Host: GitHub
- URL: https://github.com/kzamanbd/laravel-practice
- Owner: kzamanbd
- Created: 2023-02-24T06:58:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-16T03:31:33.000Z (30 days ago)
- Last Synced: 2024-10-17T17:38:17.513Z (28 days ago)
- Topics: laravel, laravel-framework, php
- Language: PHP
- Homepage:
- Size: 10.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)