(2020) Award-Winning Web Developer.
Mr. Kelvin Kamara has over 10 years competency in both frontend & backend solutions. He is a firm believer in using the right tool for the job.
Specialising in backend server development, Kel was fortunate to achieve the UK Government Cabinet Office Recognition Award, on April 2019, for his work with secure web systems.
- XAMPP: Apache, MariaDB (MySQL alternative), & PHP
- If you find that the MariaDB XAMPP service fails to start (I get this on Windows) then install MySQL manually here
- https://laravel.com/docs/12.x/installation
- https://laravel.com/docs/12.x/vite
# Create our environment file.
cp .env.example .env
# Install our app dependencies.
composer i
php artisan key:generate
# Before running the next command:
# Update your database details in .env
php artisan migrate --seed
yarn install
yarn buildphp artisan serve --port=3000
# Website accessible at http://localhost:3000php artisan route:listphp artisan test --filter=UnitThis website uses an older version of the premium website theme, Writter.
The recommendations section uses the reviews slider at https://codepen.io/legwork/pen/PKaVpE .
See NodeJS ReactJS Boilerplate.
See ReactJS Native Mobile App Boilerplate.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.


