Skip to content

بريمج بايثون لتجهير تطبيق لارافل منزل حديثا من جيتهوب - A python script to automate a job of installing a cloned Laravel project from Github

Notifications You must be signed in to change notification settings

Lmuhammed/Laravel-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64574a6 · Jul 6, 2024

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

بريمج بايثون لتجهير تطبيق لارافل منزل حديثا من جيتهوب - A python script to automate a job of installing a cloned Laravel project from Github

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages