PHP Classes

PHP Tutorials

Recommend this page to a friend!

Articles to teach about PHP matters and related topics

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article  
  273 - 264   ...   223 - 214   213 - 204   203 - 194   193 - 184   183 - 174   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   ...   3 - 1  

896. 5 Common Laravel Request Errors Which Aunt New PHP Developers

Updated on: 2019-09-19

Posted on:

Errors and exceptions are integral parts of software development.

Good developers should be ready to handle them in the best possible way to minimize the harm that the errors may cause to the application users and providers

Read this article to learn about the most common mistakes committed by less experienced developers and how can you fix them.


Blog More ...   Post a comment Post a comment   See comments See comments (3)   Trackbacks (0)

876. What is Laravel Dependency Management?

Updated on: 2019-08-13

Posted on:

As many of us know, Laravel is a popular framework used for developing PHP applications.

Laravel is itself a package of packages, hence to develop our projects smoothly among the team members, dependency management is a must and composer does its work under the hood, silently but efficiently.

Read this article to learn how dependency management works in Laravel, so you can also take good advantage of it.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

864. How to Create a Ms Word Document using PHP in 2019 Very Quickly

Updated on: 2019-07-22

Posted on:

Many PHP applications need to generate word processing documents in Microsoft Word format so they can be served to the application users in a way that their browser can make it opens in the Microsoft Word program.

Fortunately, nowadays this is very simple. Read this article to learn how to can do it with a few lines of PHP code.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

848. Evaluating Four Popular PHP Frameworks in 2019

Updated on: 2019-06-12

Posted on:

Many PHP developers use popular PHP frameworks to accelerate the development of their PHP projects.

Read this article to learn more about some of the most popular PHP frameworks and relevant features that they provide to benefit your PHP applications, so you can have useful criteria to evaluate which one is the best for you.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

829. PHP Yield vs Return: Do You Know PHP Functions Can Return Values Like the Yield Statement

Updated on: 2019-04-30

Posted on:

Since the concept of generator has been introduced in PHP 5.5, PHP developers can use the yield keyword in a way that looks much like a return statement, except that instead of stopping execution of the function and returning once only one value or array, yield instead generates a new value that is returned to the calling code each time it is needed.

Read this article to learn how to simulate this behavior using the "return" statement.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

793. Check the LambdaTest Selenium Testing Tool Tutorial with Examples in 2019

Updated on: 2020-08-04

Posted on:

Selenium is a tool for testing Web applications to check if they behave like what is expected after each change that is done on the application.

Selenium is a great tool but it may take you a lot of time and good knowledge to set it up to automate all the tests that your Web application needs to check if it works with many different browsers.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

788. 9 Reasons Why You Should Not Miss Out On Picking a Cross Browser Testing Tool Online in 2019

Updated on: 2020-08-04

Posted on:

Cross browser testing is important to help Web developers finding problems that make their sites not work well or at least look different for users accessing the sites with different browsers.

Read this article to learn more about cross browser testing and many reasons you should be doing this kind of testing to make your sites look consist for all your sites' users.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

787. How to Build and Run PHP Unikernels using OPS

Updated on: 2019-01-26

Posted on:

Unikernels are useful to make more efficient use of site server resources.

Read this article to learn what are Unikernels and how they can benefit site servers on which you can run PHP Web applications.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

748. How to Debug PHP with XDebug in 2018 for Free Using CodeLobster IDE

Updated on: 2018-10-23

Posted on:

Every software product has bugs because nobody is perfect and every developer commits mistakes.

Therefore all developers need to use debugging tools to fix their code as soon as possible.

XDebug is an excellent debugging extension but it can be used in aw way that is more productive if you use it in conjunction with a IDE like CodeLobster that provides support to debug PHP code using XDebug.

Read this article to learn how to debug PHP code using CodeLobster IDE with XDebug.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

701. PHP Domain Driven Design 2018 Tutorial with a Laravel Implementation

Updated on: 2018-06-08

Posted on:

Domain-Driven Design (also known as DDD) is a software development methodology for designing complex projects and deliver the final software product, so it meets the businesses goals.

DDD helps developers focusing on the evolution of the project using a base model. DDD aids you to effectively model the real world in your application and use OOP to encapsulate the business logic of your organization.

In this article, you can learn how to use PHP to manage your company's projects using DDD and effectively model real-world situations to help implementing your application business logic in a way that is very easy to understand.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

  273 - 264   ...   223 - 214   213 - 204   203 - 194   193 - 184   183 - 174   173 - 164   163 - 154   153 - 144   143 - 134   133 - 124   123 - 114   113 - 104   ...   3 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article