List of commits:
Subject Hash Author Date (UTC)
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 3ff42e9e886700b0bde981bbe2e3c2252215b575 - Added Index router
Author: EyadMohammedOsama
Author date (UTC): 2019-08-01 21:24
Committer name: EyadMohammedOsama
Committer date (UTC): 2019-08-01 21:24
Parent(s): cb9537d5fcf4df2aa2d7ddddaeec4eacc179f84c
Signer:
Signing key:
Signing status: N
Tree: 4f5f2a57c4976c40e3156094885ba3611fddfbf6
File Lines added Lines deleted
routes/web.php 1 6
File routes/web.php changed (mode: 100644) (index ebfc1eb..142f59e)
11 11 | |
12 12 */ */
13 13
14 Route::get("/", function () {
15 return view('welcome');
16 });
17 Route::get("/{id}", function($id) {
18 return $id;
19 })->where("id","[0-9]+");
14 Route::get("/", "Index");
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