Download the PHP package jmal-team/lola without Composer
On this page you can find all versions of the php package jmal-team/lola. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jmal-team/lola
More information about jmal-team/lola
Files in jmal-team/lola
Package lola
Short Description Lola CLI.
License MIT
Homepage https://laravel-zero.com
Informations about the package lola
About Laravel
Lola is a cli that boosts your . Built on top off Laravel-Zero
Features
- Commands
- Archetictures
Commands
You can build you own custom commands in lola that is basically a list of commands that you want to a shortcut for it
Adding Commands
Executing Commands
and now you can execute this command:
Exporting Commands
this command will generate a json file called lola-commands.json
Deleting Commands
Importing Commands
Archetictures
As a developer you always find things that you want always to use like some code for some configurations for payments or integrating with third party package. Lola makes that possible by saving a directory or maybe a file and we call this in Lola archeticture.
Adding Archetictures
Publishing Archetictures
and now you can publish this Archeticture:
Exporting Archetictures
this Archeticture will generate a json file called lola-archetictures.json
Deleting Archetictures
Importing Archetictures
License
Lola cli is open-sourced software licensed under the MIT license.
Notes:
- if there is no commands or archs then an exception will pop up so i need to check when there is no records
- need to find a way to print archeticture better
- add a command to show the commands and archeticture with details
- check if a file is already exsits then it should ask if the user like to overwrite it or not and add some option to overwrite
- deploy it to github and ask Jawad and Afraa to try building it and contribute to it
- add some issues about features that you want to add in the future
- publish it in packagist and try composer require global loaidev6/lola
- write a convenient documentation
All versions of lola with dependencies
illuminate/database Version ^10.0
laminas/laminas-text Version ^2.10
laravel-zero/phar-updater Version ^1.3
nunomaduro/termwind Version ^1.15.1