| Package Data | |
|---|---|
| Maintainer Username: | wijourdil |
| Maintainer Contact: | wijourdil@protonmail.com (Wilfried Jourdil) |
| Package Create Date: | 2022-02-16 |
| Package Last Update: | 2024-04-10 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:12:44 |
| Package Statistics | |
|---|---|
| Total Downloads: | 392 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 6 |
Setup a new Laravel / Lumen project by installing and configuring all necessary packages.
composer require wijourdil/project-setup --dev
Nothing to do,the package will be discovered automatically.
Register the package service provider in your bootstrap/app.php file:
if ($app->environment() !== 'production') {
$app->register(\Wijourdil\ProjectSetup\ProjectSetupServiceProvider::class);
}
php artisan project-setup:run
php artisan project-setup:run -h