برنامج بايثون لتثبيت مشروع لارافل مستنسخ حديثا من جيتهوب ، حيث يقوم هذا البرنامج بتثبيت كل الإعتماديات الخاصة بتشغيل المشروع ، حيث يوم المشروع بالتالي :
- تثبيت إعتماديات البي إتش بي عن طريق ملف 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' لمزيد من المعلومات.
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
- Open the terminal at your favorite place
git clone https://github.com/Lmuhammed/Laravel-installer.git
- Access the project folder
cd ./git-Bulky
- Run
python3 ./Laravel-installer.py
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
Distributed under the GPL3 License. See LICENSE.txt
for more information.