Skip to content

SDO-SA/Fin-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


Fin Blog πŸ—¨

Made by SDO-SA


Hello everyone !! πŸ‘€

I have just created this project using PHP 8.3 , Laravel 10.x , JetStream Laravel 4.x , Livewire 2.x and Filament PHP 3.x !!

It was my first time using PHP for building Full Stack Website and suprisingly i had so much fun doing so πŸ”₯

About Project πŸ’‘

As i mentioned before , it's a blog website that you can

  • Login/Register
  • View & Like others Posts
  • Create your own Posts
  • Profile Editing
  • Admin Panel

Purpose ❓

The purpose of this repository is to try new development practices on Laravel such as:

Website Preview πŸ“Έ

Home Page

Home Overview

Posts Page

Posts Overview

Installation πŸ‘¨πŸ»β€πŸ’»

Follow these commands to download and install this project on your local machine ! πŸ’»

$ git clone https://github.com/SDO-SA/Fin-Blog.git
$ cd fin-blog
$ cp .env.example .env
$ composer install
$ npm install

Setup and Run πŸ› 

Step 1: You have to create a database named finblog and then edit your DB_DATABASE=finblog in this .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=finblog
DB_USERNAME=root
DB_PASSWORD=

Step 2: After creating the database run these commands to migrate and seed data on your database!

$ php artisan migrate
$ php artisan db:seed
$ php artisan key:generate

This will create a new admin user that you can use to sign in :

email: [email protected]
password: password

Step 3: Last step follow these commands to build and run the website !

$ npm run build
$ php artisan serve

Explore ✈

Now feel free to explore Fin Blog and have fun !! 😎

License πŸ’―

Fin Blog is open-sourced software licensed under the Software License

About

Fin Blog , Best blog in the whole universe πŸ’’

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages