Mohamed Said

Web Developer and Laravel Core Contributor

Running Dusk tests on Travis CI and CircleCI image

Running Dusk tests on Travis CI and CircleCI

Laravel Dusk allows us to write end-to-end tests for JavaScript enabled applications by running an actual browser, which simulates an actual user inte...

Read article
Request Object Changes in Lumen 5.4 image

Request Object Changes in Lumen 5.4

A couple of weeks ago the Lumen core team managed to fix an issue with the request object when being called in unit tests, before the fix the request...

Read article
Laravel 5.4: JSON Based Language Files image

Laravel 5.4: JSON Based Language Files

One of the most wanted requests we receive at Laravel is introducing better support for multilingual web applications, there are already packages out...

Read article
Controller Construct Session Changes in Laravel 5.3 image

Controller Construct Session Changes in Laravel 5.3

Back in laravel 5.2, a developer was able to interact with the session directly in a controller constructor. However, this has changed in laravel 5.3....

Read article
Learn about Grant Types in Laravel Passport image

Learn about Grant Types in Laravel Passport

OAuth2 is a security framework that controls access to protected areas of an application, and it’s mainly used to control how different clients...

Read article
New Community Project: Laravel Notification Channels image

New Community Project: Laravel Notification Channels

Laravel 5.3 will ship with a notification system that includes a Nexmo SMS driver, a Mail driver, and the ability to include custom drivers. Now that...

Read article
Laravel Notifications – Easily send quick updates through Slack, SMS, Email, and more image

Laravel Notifications – Easily send quick updates through Slack, SMS, Email, and more

Laravel Notifications is an all new feature coming to Laravel 5.3 that allows you to make quick notification updates through services like Slack, SMS,...

Read article