Main Page: Difference between revisions
No edit summary |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=== What is the Sunhill Framework === | === What is the Sunhill Framework === | ||
The Sunhill Framework is a php framework built on top of the [https://www.laravel.org laravel framework]. The initial intention for the sunhill framework was to write an alternative object relational mapper (ORM) to eloquent. The main thing I don't like about eloquent is, that there is no consequent inheritance. See more on [[ORM]]. After a while there where some other extensions that I could use I my own project so I bundled them into the sunhill framework. Keep I mind that the sunhill framework was never meant to be a replacement to laravel but an extension in some point. (I fact I love laravel). | The Sunhill Framework is a php framework built on top of the [https://www.laravel.org laravel framework]. The initial intention for the sunhill framework was to write an alternative object relational mapper (ORM) to eloquent. The main thing I don't like about eloquent is, that there is no consequent inheritance. See more on [[Sunhill ORM|ORM]]. After a while there where some other extensions that I could use I my own project so I bundled them into the sunhill framework. Keep I mind that the sunhill framework was never meant to be a replacement to laravel but an extension in some point. (I fact I love laravel). | ||
=== What are the components of the Sunhill Framework === | === What are the components of the Sunhill Framework ? === | ||
The | By the time there where some more components included into the framework. The components are: | ||
* [[Sunhill ORM|ORM]] | |||
* [[Properties]] | |||
* [[InfoMarket]] | |||
* [[Response|Responses]] | |||
* [[CRUD]] | |||
* [[Plugins]] | |||
* [[Checks]] | |||
* [[Filters]] | |||
* [[Queries]] | |||
* [[Parser]] | |||
=== Where to start? === | |||
First of all you need to install the Sunhill Framework. For details see [[Installation]]. Due the fact that the Sunhill Framework is an extension to laravel, you can choose, which components are useful for you and even use the [[List of Plugins|plugins]]. | |||
=== Other links === | |||
* [[Bugs|Bugs, missing or wanted features]] | |||
* [[ | |||
Latest revision as of 08:00, 17 March 2025
Sunhill
Welcome to the Sunhill Framework Documentation Wiki.
What is the Sunhill Framework
The Sunhill Framework is a php framework built on top of the laravel framework. The initial intention for the sunhill framework was to write an alternative object relational mapper (ORM) to eloquent. The main thing I don't like about eloquent is, that there is no consequent inheritance. See more on ORM. After a while there where some other extensions that I could use I my own project so I bundled them into the sunhill framework. Keep I mind that the sunhill framework was never meant to be a replacement to laravel but an extension in some point. (I fact I love laravel).
What are the components of the Sunhill Framework ?
By the time there where some more components included into the framework. The components are:
Where to start?
First of all you need to install the Sunhill Framework. For details see Installation. Due the fact that the Sunhill Framework is an extension to laravel, you can choose, which components are useful for you and even use the plugins.