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: | 2024-11-11 15:13:10 |
Package Statistics | |
---|---|
Total Downloads: | 391 |
Monthly Downloads: | 1 |
Daily Downloads: | 1 |
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