Libraries tagged by php artisan
igne-agency/laravel-boot-up
30 Downloads
Boot a Laravel project on any machine with one command: app:serve installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets, starts a queue worker and serves via Herd, Sail or artisan serve; app:down cleanly stops everything it started. Also exports deployment scripts for Laravel Forge and fortrabbit (app:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (app:pipeline). Development only - not for production use.
ronanflavio/artisan-make-extension
16 Downloads
An extension from "php artisan make" command
nguyenhiep/laravel-web-artisan
13 Downloads
This package allows you to execute artisan commands in a simple way using the browser window. If you don't have SSH access to the hosting platform where your Laravel site is hosted, this solution allows you to run commands like "php artisan migrate".
linhdanchu/lumen-artisan-serve
88 Downloads
A command php artisan serve for lumen framework
jakebathman/list-custom-artisan-commands
21 Downloads
List only Artisan commands that fall under the application's App\ namespace, using much the same output as php artisan list.
fizzday/php-fileupload
79 Downloads
a mini php artisan with auto create file in your project
fizzday/php-artisan
7 Downloads
a mini php artisan with auto create file in your project
carloeusebi/php-artisan-make-action
1241 Downloads
A Package that adds the php artisan make:action command
akvo/akvo-flow-php-sdk
729 Downloads
A PHP Artisan service provider for the Akvo Flow
adamtyn/lumen-artisan-up
15 Downloads
移植Laravel的 `php artisan up` [退出维护模式]指令到Lumen
adamtyn/lumen-artisan-serve
40 Downloads
移植Laravel的 `php artisan serve` [快速启动服务]指令到Lumen
adamtyn/lumen-artisan-make-model
30 Downloads
移植Laravel的 `php artisan make:model` [快速创建模型] 指令到Lumen
adamtyn/lumen-artisan-make-job
22 Downloads
移植Laravel的 `php artisan make:job` [快速创建任务]指令到Lumen
adamtyn/lumen-artisan-key-generate
37 Downloads
移植Laravel的 `php artisan key:generate` [重置AppKey] 指令到Lumen
adamtyn/lumen-artisan-down
16 Downloads
移植Laravel的 `php artisan down` [进入维护模式]指令到Lumen