Repository Pattern With Laravel

Here are few links to learn repository patter and implement in laravel: Using repository pattern in laravel 5 Controller Cleanup Laravel repository pattern Laravel repository pattern Hexagonal Rails Breaking The Mold Solid Single Responsibility Principle Repositories Simplified Decoupling Your Code In Laravel  

Composer Behind Proxy not Working in Windows

In Case, you are working on windows and behind proxy. composer may fails to connect to packagist.org and getcomposer.org. First  Try this command, Composer diagnose check the actual problem. Configure System wide Proxy Configure the proxy as required from Internet Explorer (Tools -> Options -> LAN Settings). Now import these settings system-wide using the following … More Composer Behind Proxy not Working in Windows

Multiple Insert Statement

It’s Better to execute multiple sql query in single shot rather than firing one by one.  there is little bit variation in query for different RDBMS. Oracle INSERT ALL INTO mytable (column1, column2, column_n) VALUES (expr1, expr2, expr_n) INTO mytable (column1, column2, column_n) VALUES (expr1, expr2, expr_n) INTO mytable (column1, column2, column_n) VALUES (expr1, expr2, … More Multiple Insert Statement

Some Nice PHP Packages

SMS Sending Send Free SMS In India Bulk SMS Web Service Send SOAP Request From WSDL PHP REST Web Service Server Bar Code Generate BarCode Using Different Standard Image Processing PHP Image Workshop PHP GEO phpgeo Payment Processing Omnipay Date Time Carbon Micro Benchmarking Library Ubench Fake Data Generator Faker