Laravel is a web application framework with expressive, elegant syntax. For further information about Laravel Framework, please visit https://laravel.com/.
This repository contains Pyronome Laravel 9.x pattern basic information, pattern files, pattern templates, documentation and issue tracker. For further information about this pattern, please visit https://pyronome.com/pyronome/laravel-9x.
Please note that you cannot directly use this repository. To generate source code using this pattern, please visit Pyronome Sign Up Page, and create an account.
Please refer to the Getting Started section for step by step instructions.
Not available for production environments. The stable version is coming soon.
Please follow the steps below to generate source code using Laravel 9.x pattern:
- Visit Pyronome platform website: https://pyronome.com
- Sign up / log in to Pyronome. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-signup-and-login/
- Create a new Pyronome project. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-your-first-project/
- Please choose Laravel 9.x pattern on Install Pattern(s) dialog.
- Generate source code. For detailed information and step by step instructions, please visit: https://help.pyronome.com/latest/en/docs/getting-started-source-code-generation/
After generating and downloading source code from the Pyronome platform, you can follow the steps below to install dependencies and run the local webserver.
Firstly, go to the source
folder, install the project, and load dependencies.
composer install
npm install --save-dev
After loading dependencies, create .env
file. For further information about Laravel .env
files, please visit: https://laravel.com/docs/9.x/configuration
Then, run application key generation and migration commands.
php artisan key:generate
php artisan migrate
Then, start the webserver.
php artisan serve --port=8000
Please use the issue tracker to report any bugs/typos or requests.
We use SemVer for versioning. For the versions available, see releases section of the pattern overview page.
- Aykut Aydınlı - @aykutaydinli
- Hakan Erdal - @hakanerdal
This project is licensed under the MIT License - see the LICENSE file for details