The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer. Opening the browser going to the right page, logging in and finding what it is you need to do, and waiting for the page to load …

It allows you to build CLI applications using a proven framework - that is smaller than using something like Laravel.

declare(strict_types=1); namespace App\Contracts; interface ConfigurationContract { public function all(): array; public function clear(): ConfigurationContract; public function get(string $key, mixed $default = null): array|int|string|null; public function set(string $key, array|int|string $value): ConfigurationContract; }

declare(strict_types=1); namespace App\Contracts; interface TodoContract { public function projects(): ResourceContract; public function tasks(): ResourceContract; }
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners