axeldotdev/ship is a Laravel package for ship allow you to install code your application needs..
It currently has 3 GitHub stars and 5 downloads on Packagist (latest version v1.1.0).
Install it with composer require axeldotdev/ship.
Discover more Laravel packages by axeldotdev
or browse all Laravel packages to compare alternatives.
Last updated
Taylor Otwell said at the 2025 Laracon EU "We must ship".
He also made a demo of the new starter kits for Livewire, React and Vue. They are really nice but like Breeze they lack some features and it's normal, they are starter kits after all. So I built Ship.
Ship is a quick way to bootstrap our applications with configuration and features that we all need like Larastan, Rector, Content Security Policy, oAuth connection, Two way authentication, Sessions management, Tenant management for SaaS and basic configurations.
Ship doesn't contains things like Horizon, Telescope, Solo, Pulse and others because those package are really simple to install, we just need to require them with Composer and use their installation command.
[!NOTE] Ship is a set of files and lines of code that I add to each of my projects manually... boring. It comes from other developers, other packages and me, it's a bunch of good stuff.
AppServiceProvider (immutable dates, vite prefetching, password rules, etc.)COOKIE_SESSION env variable to an uuidEvery files are dropped in our applications, Ship is just an installation command with some stubs.
If you have more ideas don't hesitate to write an issue or even write a pull request, I would be glad to discuss about it.
You can install the package via composer:
composer require --dev axeldotdev/ship
Then you just need to run the installation command:
php artisan ship:install
[!TIP] You can remove the package when you are done. It's just an installation command.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.