https://github.com/lmuhammed/laravel-installer
بريمج بايثون لتجهير تطبيق لارافل منزل حديثا من جيتهوب - A python script to automate a job of installing a cloned Laravel project from Github
https://github.com/lmuhammed/laravel-installer
automated automation laravel laravel-framework python python-3 python-script python3
Last synced: about 1 month ago
JSON representation
بريمج بايثون لتجهير تطبيق لارافل منزل حديثا من جيتهوب - A python script to automate a job of installing a cloned Laravel project from Github
- Host: GitHub
- URL: https://github.com/lmuhammed/laravel-installer
- Owner: Lmuhammed
- Created: 2023-11-24T23:19:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T17:56:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T16:32:59.768Z (over 1 year ago)
- Topics: automated, automation, laravel, laravel-framework, python, python-3, python-script, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel installer
## برنامج بايثون لأتمتة عملية تثبيت مشروع مستنسخ حديثًا من github
## A python script to automate the process of installing a newly cloned project from github
## الدليل بالعربية
برنامج بايثون لتثبيت مشروع لارافل مستنسخ حديثا من جيتهوب ، حيث يقوم هذا البرنامج بتثبيت كل الإعتماديات الخاصة بتشغيل المشروع ، حيث يوم المشروع بالتالي :
- تثبيت إعتماديات البي إتش بي عن طريق ملف composer.json
- تثبيت إعتماديات package.json
- إنتاج المفاتيح عن طريق php artisan key:generate
- تجهيز قاعدة البيانات عن طريق php artisan migrate
### جدول المحتويات
- [التثبيت](#التثبيت)
- [الاستخدام](#الاستخدام)
- [المساهمة](#المساهمة)
- [الترخيص](#الترخيص)
### التثبيت
- قُم بتزيل المستودع
```bash
git clone https://github.com/Lmuhammed/Laravel-installer.git
```
### الاستخدام
- قُم بالدخول إلى مجلد المُستودع
```bash
cd Laravel-installer
```
- قم بتشغيل البرنامج
```bash
python3 ./Laravel-installer.py
```
### المساهمة
إذا لاحظت أي مشكلة أو درت المُساهمة في التطوير ، لا تتردد في الإبلاغ غن خطأ
أو قم بنسخ المُستودع وأرسل التغييرات للمُراجعة .
### الترخيص
موزعة بموجب ترخيص GPL3. انظر 'LICENSE.txt' لمزيد من المعلومات.
### English Manual
A Python script to install a newly cloned Laravel project from GitHub, where this program installs all the dependencies for running the project, as the project day as follows:
- Install the PHP dependencies via the composer.json file
- Install the package.json dependencies
- Generate keys via php artisan key:generate
- Prepare the database with php artisan migrate
#### Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
#### Installation
- Open the terminal at your favorite place
```bash
git clone https://github.com/Lmuhammed/Laravel-installer.git
```
#### Usage
- Access the project folder
```bash
cd ./git-Bulky
```
- Run
```bash
python3 ./Laravel-installer.py
```
#### Contributing
If you notice any issues or want to contribute to the development, feel free to report a bug or fork the repo and commit changes as PULL REQUEST
#### License
Distributed under the GPL3 License. See `LICENSE.txt` for more information.