A command line interface for generating project files for the Laravel projects using the Repository Pattern.
npm install -g lynx-cli-app
Lynx takes care of running repetitive tasks like creating files, directories and php artisan commands, on your behalf. Lynx also helps you easily manage the project files and directories.
Lynx is straight forward and helps you accomplish your tasks by running simple commands such as:
lynx create-module <MyModule>
Make sure you have the following installed on your local machine in order to build this project:
- Typescript version 5.0.2 & above.
Run the ff command to build project:
npm run build
Run the ff command:
npm run test
Run the ff command:
npm run start
Run the ff command:
npm run local