1. Automatically generate slug when saving model
| Updated: (6 months ago)
This snippet code automatically generate a url-friendly slug where spaces are converted into dash character for website address, normally use in some blog page of the websiteclass Item extends Model{ public static function boot() { paren... Read More
2. Ceres Online Sustainability System
| Updated: (6 months ago)
Online Sustainability System Ceres Online Sustainability System (eCOSS) provides the most interactive and intelligent platform available for sustainability management throughou... Read More
3. Deploying Laravel on VPS
| Updated: (6 months ago)
1. go to folder on the same level of public_html and create new folder for your project and upload all the laravel file exect the public folder2. Upload the contents of the public directory from your project into the public_html directory on your web... Read More
4. GIT quick reference and Error fix
| Updated: (6 months ago)
* Uploading project to Github1. git init <- go to your project folder and initialize git 2. git add . <- this will stage all your files 3. git commit -m "adding all files" <- do your first commit to confirm all your... Read More
5. Website Projects
| Updated: (6 months ago)
Collections of Websites I designed Note: Some of these websites are created long ago and no longer active today, so I put their files on my server to show it, those active websites are linked to the real domain.... Read More