Artisan.page
A bookmarkable, searchable cheatsheet for Laravel's Artisan commands.
Install / Use
/learn @jbrooksuk/Artisan.pageREADME
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="assets/img/logo-dark.svg" height="100">
<img src="assets/img/logo.svg" alt="The Laravel Artisan Cheatsheet" height="100" />
</picture>
</p>
<p align="center" style="display: flex; gap: 2rem; justify-content: center; width: 100%; align-items: center; height: 50px">
<a href="https://github.com/jbrooksuk/artisan.page/?sponsor=1">
<img src="https://img.shields.io/github/sponsors/jbrooksuk" alt="GitHub Sponsors">
</a>
<a href="LICENSE.md">
<img src="https://img.shields.io/github/license/jbrooksuk/artisan.page" alt="License">
</a>
</p>
A bookmarkable, searchable cheatsheet for Laravel's Artisan commands.
Generation
The generation of the manifest files is done via the build.php script.
Build Setup
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
Credits
License
The MIT License (MIT). Please see License File for more information.
