php-basic-skeleton
php-basic-skeleton copied to clipboard
🐘🚀 PHP Basic Skeleton: Bootstrap your new projects using this Composer Project
New practice from Exercise. New case AssertEquals and AssertSame.
The available version of this skeleton on Packagist is the **1.2.1**(_18/07/2018_) and it's not compatible with PHP 8. Maybe it's a good idea to create a new release for keep...
In this pull request you can see the difference between assertSame y assertEquals
Just one practice of this course.
Add a `Dockerfile` allowing someone to clone the repository and start developing in PHP without having to install PHP in its local machine. - [ ] Add `Dockerfile` for PHP...