Stars: 193
Forks: 63
Pull Requests: 100
Issues: 67
Watchers: 11
Last Updated: 2023-08-01 05:18:26
A full-featured blog using TALL stack.
License: MIT License
Languages: PHP, Shell
A full-featured blogging system for personal use. No frontend theme and anything heavy or unnecessary library used.
<url>/admin/login
git clone https://github.com/alimranahmed/LaraBlog.git
on your terminal to download this project.composer install
to install all PHP dependencies of the projectphp artisan key:generate
on your terminal/cmd to generate environment keyphp artisan migrate:refresh --seed
terminal on your terminal.php artisan serve
localhost:8000
. It's running!Note: After migration and seeding, to login as admin/owner using the following credentials:
Email: [email protected]
Password: owner
Anyone is always welcome to contribute on the project. If you want to work with: