The PHP artisan bloging platform , simple for blogger.
For full installation and documentation visit here : https://www.hockeycomputindo.com/2020/09/larablog-laravel-cms-blog-with-seo.html
download or git clone https://github.com/mesinkasir/larablog.git
Download laravel blogs and move to your project folder, for the first you need install third party application for run this modern blog platform.
Or download link : Xampp server → Git → Composer →
Download and run all third party application, for xampp you need configure to auto start apache and mysql because we use mysql for databased and apache for web server on local host.
After download and install all application now you can run with git, just right click on laravel blog folder and select git bash here and we need to install laravel then run command : composer global require "laravel/installer=~1.1"
Run Xampp web server , and open localhost/phpmyadmin on your web browser you can using google chrome or mozila or your favorite web browser and create new mysql databased , just click database - database name (name it with laravelblog) - create.
After new databased create now you can click on import databased , and import laravelblog.sql file.
now back to laravel blog folder , right click an select git bash , run comand : composer install && npm install && php artisan key:generate && php artisan serve
Open web browser and visit localhost:8000
Login with : email : admin@admin.com pass : 12345678
now you can use laravel blogs. lets get started write a content !!
For full installation and documentation visit here : https://www.hockeycomputindo.com/2020/09/larablog-laravel-cms-blog-with-seo.html