List of commits:
Subject Hash Author Date (UTC)
Added Index controller 9dd0b66b1b62d562af373cfcc3bcf78d250f5ee3 EyadMohammedOsama 2019-08-01 21:24:43
Added Index router 3ff42e9e886700b0bde981bbe2e3c2252215b575 EyadMohammedOsama 2019-08-01 21:24:33
Added carousel images cb9537d5fcf4df2aa2d7ddddaeec4eacc179f84c EyadMohammedOsama 2019-08-01 21:24:03
Updated to skip /public/avatars 00aae37be4441d132f567125ac52dcbb7fea8173 EyadMohammedOsama 2019-08-01 21:23:26
Initial Commit 85fd17c94da1aae46dbd6c80b5376a4dcc4b15ef EyadMohammedOsama 2019-08-01 20:45:13
Commit 9dd0b66b1b62d562af373cfcc3bcf78d250f5ee3 - Added Index controller
Author: EyadMohammedOsama
Author date (UTC): 2019-08-01 21:24
Committer name: EyadMohammedOsama
Committer date (UTC): 2019-08-01 21:24
Parent(s): 3ff42e9e886700b0bde981bbe2e3c2252215b575
Signing key:
Tree: 311eb5ac47c359ba2a6017e946ce2f717c2f4d4a
File Lines added Lines deleted
app/Http/Controllers/Index.php 4 1
File app/Http/Controllers/Index.php changed (mode: 100644) (index 29f8c45..62a4b50)
... ... class Index extends Controller
14 14 */ */
15 15 public function __invoke(Request $request) public function __invoke(Request $request)
16 16 { {
17 //
17 return view("Layout/Template", [
18 "title" => "SICSF - Main Page",
19 "view" => "Index"
20 ]);
18 21 } }
19 22 } }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/EyadMohammedOsama/sicsf

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/EyadMohammedOsama/sicsf

Clone this repository using git:
git clone git://git.rocketgit.com/user/EyadMohammedOsama/sicsf

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main