Installation: Difference between revisions
From Sunhill Framework Documentation
Created a simple installation guide |
+ Examples missing |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Examples missing}} | |||
Due the fact that the Sunhill Framework is built on top of laravel, you have to create a laravel project first. | Due the fact that the Sunhill Framework is built on top of laravel, you have to create a laravel project first. | ||
Line 5: | Line 6: | ||
This pulls in all required dependencies for the framework. | This pulls in all required dependencies for the framework. | ||
[[Category:Installation]] |
Latest revision as of 14:43, 2 September 2024
Due the fact that the Sunhill Framework is built on top of laravel, you have to create a laravel project first.
Than you can install the Sunhill Framework Extension with
composer require sunhill-de/sunhill
This pulls in all required dependencies for the framework.