Laravel Installation

1. Global Installation composer global require laravel/installer laravel new example-app   2. Per Project Installation composer create-project laravel/laravel example-app   3. Specific Version Installation composer create-project laravel/laravel:^8.0 example-app (Install version 8.0)      

Read Me Leave comment

Apache Cordova emulator not running on android run in Debian Linux.

Apache Cordova emulator not running on android run in Debian Linux.

Read Me Leave comment

How to write Python Bindings for Qt Applications

This article gives indepth tutorial for creating custom pythons bindigns for your qt Applications: https://www.qt.io/blog/2018/05/31/write-python-bindings

Read Me Leave comment