This is a simple and robust school-site for those who are into that kind of thing , the features are:
- Simple Routing.
- Simple but complete Models.
- Friendly admin panel.
- Highly dynamic view.
Live production site is hsshohada.com
First of all you shold be famliar with Laravel projects and deploying it.
All you have to do is:
-
download and extract the source
-
composer install
-
initialize your database
-
copy .env.axample as .env and set your properties and
php artisan key:generate
-
migrate your database
php artisan migrate
via these links you can contact me:
The Laravel framework is open-sourced software licensed under the MIT license.