Skip to content

Latest commit

 

History

History
107 lines (74 loc) · 2.94 KB

README.md

File metadata and controls

107 lines (74 loc) · 2.94 KB

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

جدول المحتويات

التثبيت

  • قُم بتزيل المستودع
git clone https://github.com/Lmuhammed/Laravel-installer.git

الاستخدام

  • قُم بالدخول إلى مجلد المُستودع
cd Laravel-installer
  • قم بتشغيل البرنامج
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

  • Open the terminal at your favorite place
git clone https://github.com/Lmuhammed/Laravel-installer.git

Usage

  • Access the project folder
cd ./git-Bulky
  • Run
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.