diff --git a/README.md b/README.md index 1800325..0856657 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,107 @@ -# EasyLaravelRunner -A bash script to automat a job of installng a cloned Laravel project from Github +
+ +# 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.